Shades of Green #136D16
Tints of Green #136D16
RGB
CMYK
RGB Variations
Color information
#136D16 (or 0x136D16) is known color: Green. HEX triplet: 13, 6D and 16. RGB value is (19,109,22). Sum of RGB (Red+Green+Blue) = 19+109+22=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #136D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D16 is #EC92E9. Grayscale: #484848. Windows color (decimal): -15504106 or 1469715. OLE color: 1469715.
HSL color Cylindrical-coordinate representation of color #136D16: hue angle of 122º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D16 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 22 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.57 |
| HSL | 122º | 0.7% | 0.25% | - |
| HSV(B) | 122º | 0.83% | 0.43% | - |
| XYZ | 5.88 | 11.13 | 2.6 | - |
| YUV | 72.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 22 | 0.83 | 0 | 0.80 | 0.57 | 122 | 0.7 | 0.25 |
| Hex | 13 | 6D | 16 | 53 | 0 | 50 | 39 | 7A | 46 | 19 |
| Octal | 23 | 155 | 26 | 123 | 0 | 120 | 71 | 172 | 106 | 31 |
| Binary | 10011 | 1101101 | 10110 | 1010011 | 0 | 1010000 | 111001 | 1111010 | 1000110 | 11001 |
Color Harmonies of #136D16
Complementary color
Monochromatic Colors of #136D16
Black with #136D16
Text Example
Text Example
White with #136D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D16; }
p { color: rgb(19,109,22); }
H1.HeaderClassName
{
color: #136D16;
}
.AnyTagClassName
{
color: #136D16;
}
</style>
background-color css
<style>
a { background-color: #136D16; }
a { background-color: rgb(19,109,22); }
div.DivClassName
{
background-color: #136D16;
}
.BgClassName
{
background-color: #136D16;
}
</style>
border-color css
<style>
span { border-color: #136D16; }
span { border-color: rgb(19,109,22); }
td.TdClassName
{
border-color: #136D16;
}
.TagClassName
{
border-color: #136D16;
}
</style>