Shades of Green #136408
Tints of Green #136408
RGB
CMYK
RGB Variations
Color information
#136408 (or 0x136408) is known color: Green. HEX triplet: 13, 64 and 08. RGB value is (19,100,8). Sum of RGB (Red+Green+Blue) = 19+100+8=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 100 (39.45% from 255 or 78.74% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 100 - color contains mainly: green. Hex color #136408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136408 is #EC9BF7. Grayscale: #414141. Windows color (decimal): -15506424 or 549907. OLE color: 549907.
HSL color Cylindrical-coordinate representation of color #136408: hue angle of 112.83º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136408 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 8 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.61 |
| HSL | 112.83º | 0.85% | 0.21% | - |
| HSV(B) | 112.83º | 0.92% | 0.39% | - |
| XYZ | 4.87 | 9.27 | 1.76 | - |
| YUV | 65.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 8 | 0.81 | 0 | 0.92 | 0.61 | 112.83 | 0.85 | 0.21 |
| Hex | 13 | 64 | 8 | 51 | 0 | 5C | 3D | 71 | 55 | 15 |
| Octal | 23 | 144 | 10 | 121 | 0 | 134 | 75 | 161 | 125 | 25 |
| Binary | 10011 | 1100100 | 1000 | 1010001 | 0 | 1011100 | 111101 | 1110001 | 1010101 | 10101 |
Color Harmonies of #136408
Complementary color
Monochromatic Colors of #136408
Black with #136408
Text Example
Text Example
White with #136408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136408; }
p { color: rgb(19,100,8); }
H1.HeaderClassName
{
color: #136408;
}
.AnyTagClassName
{
color: #136408;
}
</style>
background-color css
<style>
a { background-color: #136408; }
a { background-color: rgb(19,100,8); }
div.DivClassName
{
background-color: #136408;
}
.BgClassName
{
background-color: #136408;
}
</style>
border-color css
<style>
span { border-color: #136408; }
span { border-color: rgb(19,100,8); }
td.TdClassName
{
border-color: #136408;
}
.TagClassName
{
border-color: #136408;
}
</style>