Shades of Green #136406
Tints of Green #136406
RGB
CMYK
RGB Variations
Color information
#136406 (or 0x136406) is known color: Green. HEX triplet: 13, 64 and 06. RGB value is (19,100,6). Sum of RGB (Red+Green+Blue) = 19+100+6=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #136406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136406 is #EC9BF9. Grayscale: #414141. Windows color (decimal): -15506426 or 418835. OLE color: 418835.
HSL color Cylindrical-coordinate representation of color #136406: hue angle of 111.7º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #136406 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 6 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.61 |
| HSL | 111.7º | 0.89% | 0.21% | - |
| HSV(B) | 111.7º | 0.94% | 0.39% | - |
| XYZ | 4.86 | 9.27 | 1.7 | - |
| YUV | 65.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 6 | 0.81 | 0 | 0.94 | 0.61 | 111.7 | 0.89 | 0.21 |
| Hex | 13 | 64 | 6 | 51 | 0 | 5E | 3D | 70 | 59 | 15 |
| Octal | 23 | 144 | 6 | 121 | 0 | 136 | 75 | 160 | 131 | 25 |
| Binary | 10011 | 1100100 | 110 | 1010001 | 0 | 1011110 | 111101 | 1110000 | 1011001 | 10101 |
Color Harmonies of #136406
Complementary color
Monochromatic Colors of #136406
Black with #136406
Text Example
Text Example
White with #136406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136406; }
p { color: rgb(19,100,6); }
H1.HeaderClassName
{
color: #136406;
}
.AnyTagClassName
{
color: #136406;
}
</style>
background-color css
<style>
a { background-color: #136406; }
a { background-color: rgb(19,100,6); }
div.DivClassName
{
background-color: #136406;
}
.BgClassName
{
background-color: #136406;
}
</style>
border-color css
<style>
span { border-color: #136406; }
span { border-color: rgb(19,100,6); }
td.TdClassName
{
border-color: #136406;
}
.TagClassName
{
border-color: #136406;
}
</style>