COLOR #136C24

HEX: #136C24 RGB: (19,108,36)

Color info

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

RGB color model

#136C24 color RGB value is (19,108,36).

RGB: (19,108,36) (7%, 42%, 14%)

RGB channels and saturation

R 19 of 255 = 7%
G 108 of 255 = 42%
B 36 of 255 = 14%

19
108
36

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

Portions of RGB colors in percentages

R + G + B = 19 + 108 + 36 = 163 (100%)
R 19 of 163 ~ 11.66%
G 108 of 163 ~ 66.26%
B 36 of 163 ~ 22.09'%

%11.66
%66.26
%22.09

CMYK color model

#136C24 color CMYK value is (82,0,67,58).

  • cyan value is 82.41%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 57.65%

CMYK: (82,0,67,58)
C82M0Y67K58 (82%, 0%, 67%, 58%)
(0.82 / 0.00 / 0.67 / 0.58)

CMYK percentages

%82.41
%0
%66.67
%57.65

Codes

Color #136C24 in popluar color models

13 6C 24
RGB 19 108 36
HSL 131° 70.08% 24.90%
HSB/HSV 131° 82.41% 42.35%
CMYK 82.41% 0.00% 66.67%
57.65%

Color #136C24 in popluar number systems.

HEX 13 6C 24
Decimal 19 108 36
Binary 10011 1101100 100100
Octal 23 154 44

Shades and tints

Shades of #136C24

#136C24
(19,108,36)
#126321
(18,99,33)
#115A1E
(17,90,30)
#10511B
(16,81,27)
#0F4818
(15,72,24)
#0E3F15
(14,63,21)
#0D3612
(13,54,18)
#0C2D0F
(12,45,15)
#0B240C
(11,36,12)
#0A1B09
(10,27,9)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #136C24

#136C24
(19,108,36)
#287937
(40,121,55)
#3D864A
(61,134,74)
#52935D
(82,147,93)
#67A070
(103,160,112)
#7CAD83
(124,173,131)
#91BA96
(145,186,150)
#A6C7A9
(166,199,169)
#BBD4BC
(187,212,188)
#D0E1CF
(208,225,207)
#E5EEE2
(229,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136C24 color. Also use rgb(19,108,36) instead hex code.

Text Font Color

.myTextColor { color: #136C24; }

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

This text font color is #136C24.

Background Color

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

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

This div background color is #136C24.

Border color

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

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

This div border color is #136C24.

Opacity

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

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

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

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

This text has shadow with #136C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #136C24.

Preview

Color preview on black background

This text has color #136C24 on black background.


Color preview on white background

This text has color #136C24 on white background.


Black color preview on #136C24 background

This text has black color on #136C24 background.


White color preview on #136C24 background

This text has white color on #136C24 background.


Related colors

Complementary color

Complementary color for #hex is #EC93DB.


I love getcolorcode.com

Triadic colors

1 #24136C and #6C2413 with #136C24 are triadic colors.

2 #246C13 and #6C1324 with #136C24 are triadic colors.