COLOR #368D30

HEX: #368D30
RGB: (54,141,48)

Color info

#368D30 contains mainly green color. Web safe color of #368D30 is #339933 (or #393).

RGB color model

#368D30 color RGB value is (54,141,48).

  • red value is 54;
  • green value is 141;
  • blue value is 48.
RGB:
(54,141,48)
(21%,55%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 141 of 255 = 55%
B 48 of 255 = 19%

54
141
48

R + G + B ~ 32%. #368D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 141 + 48 = 243 (100%)
R 54 of 243 ~ 22.22%
G 141 of 243 ~ 58.02%
B 48 of 243 ~ 19.75%

%22.22
%58.02
%19.75

CMYK color model

#368D30 color CMYK value is (62,0,66,45).

  • cyan value is 61.70%
  • magenta value is 0.00%
  • yellow value is 65.96%
  • key color value is 44.71%
CMYK:
(62,0,66,45)
C62M0Y66K45 
(62%,0%,66%,45%)
(0.62/0.00/0.66/0.45)	

CMYK percentages

%61.7
%0
%65.96
%44.71

Codes

Color #368D30 in popluar color models

368D30
RGB5414148
HSL116°49.21%37.06%
HSB/HSV116°65.96%55.29%
CMYK61.70%0.00%65.96%
44.71%

Color #368D30 in popluar number systems.

HEX368D30
Decimal5414148
Binary11011010001101110000
Octal6621560

Shades and tints

Shades of #368D30

#368D30
(54,141,48)
#32812C
(50,129,44)
#2E7528
(46,117,40)
#2A6924
(42,105,36)
#265D20
(38,93,32)
#22511C
(34,81,28)
#1E4518
(30,69,24)
#1A3914
(26,57,20)
#162D10
(22,45,16)
#12210C
(18,33,12)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #368D30

#368D30
(54,141,48)
#489742
(72,151,66)
#5AA154
(90,161,84)
#6CAB66
(108,171,102)
#7EB578
(126,181,120)
#90BF8A
(144,191,138)
#A2C99C
(162,201,156)
#B4D3AE
(180,211,174)
#C6DDC0
(198,221,192)
#D8E7D2
(216,231,210)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368D30 color. Also use rgb(54,141,48) instead hex code.

Text Font Color

.myTextColor { color: #368D30; }

<p style="color:#368D30">This sample text font color is #368D30.</p>

This text font color is #368D30.


Background Color

.myBgColor { background-color: #368D30; }

<div style="background-color:#368D30">Inner text</div>

This div background color is #368D30.


Border color

.myBorderColor { border: 1px solid #368D30; }

<div style="border:3px solid #368D30">Div</div>

This div border color is #368D30.


Opacity

.myOpacity80 { color: #368D30; opacity: 0.8; }

<p style="color:#368D30;opacity:0.8;">80%</p>

Text with #368D30 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #368D30;}

<p style="text-shadow: 3px 3px 1px #368D30">Text here.</p>

This text has shadow with #368D30 color.

.textShadow {text-shadow: 3px 3px 1px #368D30, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #368D30, 5px 5px 20px red">Text here.</p>

This text has shadow with #368D30 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#368D30, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#368D30, Direction=45, Strength=4)">Text</p>

This text has shadow with #368D30 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #368D30;
  -webkit-box-shadow:	1px 1px 3px 2px #368D30;
  box-shadow:		1px 1px 3px 2px #368D30;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #368D30;
-webkit-box-shadow: 1px 1px 3px 2px #368D30;
box-shadow:1px 1px 3px 2px #368D30;">
Div content here</div>
This div box has shadow with color #368D30.

Preview

Color preview on black background

This text has color #368D30 on black background.


Color preview on white background

This text has color #368D30 on white background.



Black color preview on #368D30 background

This text has black color on #368D30 background.


White color preview on #368D30 background

This text has white color on #368D30 background.