COLOR #136D1E

HEX: #136D1E RGB: (19,109,30)

Color info

#136D1E contains mainly green color. Web safe color of #136D1E is #006633 (or #063).

RGB color model

#136D1E color RGB value is (19,109,30).

RGB: (19,109,30) (7%, 43%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 109 of 255 = 43%
B 30 of 255 = 12%

19
109
30

R + G + B ~ 21%. #136D1E is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 109 + 30 = 158 (100%)
R 19 of 158 ~ 12.03%
G 109 of 158 ~ 68.99%
B 30 of 158 ~ 18.99'%

%12.03
%68.99
%18.99

CMYK color model

#136D1E color CMYK value is (83,0,72,57).

  • cyan value is 82.57%
  • magenta value is 0.00%
  • yellow value is 72.48%
  • key color value is 57.25%

CMYK: (83,0,72,57)
C83M0Y72K57 (83%, 0%, 72%, 57%)
(0.83 / 0.00 / 0.72 / 0.57)

CMYK percentages

%82.57
%0
%72.48
%57.25

Codes

Color #136D1E in popluar color models

13 6D 1E
RGB 19 109 30
HSL 127° 70.31% 25.10%
HSB/HSV 127° 82.57% 42.75%
CMYK 82.57% 0.00% 72.48%
57.25%

Color #136D1E in popluar number systems.

HEX 13 6D 1E
Decimal 19 109 30
Binary 10011 1101101 11110
Octal 23 155 36

Shades and tints

Shades of #136D1E

#136D1E
(19,109,30)
#12641C
(18,100,28)
#115B1A
(17,91,26)
#105218
(16,82,24)
#0F4916
(15,73,22)
#0E4014
(14,64,20)
#0D3712
(13,55,18)
#0C2E10
(12,46,16)
#0B250E
(11,37,14)
#0A1C0C
(10,28,12)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #136D1E

#136D1E
(19,109,30)
#287A32
(40,122,50)
#3D8746
(61,135,70)
#52945A
(82,148,90)
#67A16E
(103,161,110)
#7CAE82
(124,174,130)
#91BB96
(145,187,150)
#A6C8AA
(166,200,170)
#BBD5BE
(187,213,190)
#D0E2D2
(208,226,210)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136D1E color. Also use rgb(19,109,30) instead hex code.

Text Font Color

.myTextColor { color: #136D1E; }

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

This text font color is #136D1E.

Background Color

.myBgColor { background-color: #136D1E; }

<div style="background-color:#136D1E">Inner text</div>

This div background color is #136D1E.

Border color

.myBorderColor { border: 1px solid #136D1E; }

<div style="border:3px solid #136D1E">Div</div>

This div border color is #136D1E.

Opacity

.myOpacity80 { color: #136D1E; opacity: 0.8; }

<p style="color:#136D1E;opacity:0.8;">80%</p>

Text with #136D1E 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 #136D1E;}

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

This text has shadow with #136D1E color.


.textShadow {text-shadow: 3px 3px 1px #136D1E', 3px 3px 1px red;}

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

This text has shadow with #136D1E primary color and red secondary color.


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

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

This text has shadow with #136D1E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #136D1E; -webkit-box-shadow: 1px 1px 3px 2px #136D1E; box-shadow:1px 1px 3px 2px #136D1E;">
Div content here
</div>

This div box has shadow with color #136D1E.

Preview

Color preview on black background

This text has color #136D1E on black background.


Color preview on white background

This text has color #136D1E on white background.


Black color preview on #136D1E background

This text has black color on #136D1E background.


White color preview on #136D1E background

This text has white color on #136D1E background.


Related colors

Complementary color

Complementary color for #hex is #EC92E1.


I love getcolorcode.com

Triadic colors

1 #1E136D and #6D1E13 with #136D1E are triadic colors.

2 #1E6D13 and #6D131E with #136D1E are triadic colors.