Shades of Green #136F04
Tints of Green #136F04
RGB
CMYK
RGB Variations
Color information
#136F04 (or 0x136F04) is known color: Green. HEX triplet: 13, 6F and 04. RGB value is (19,111,4). Sum of RGB (Red+Green+Blue) = 19+111+4=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #136F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F04 is #EC90FB. Grayscale: #474747. Windows color (decimal): -15503612 or 290579. OLE color: 290579.
HSL color Cylindrical-coordinate representation of color #136F04: hue angle of 111.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #136F04 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 4 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.56 |
| HSL | 111.59º | 0.93% | 0.23% | - |
| HSV(B) | 111.59º | 0.96% | 0.44% | - |
| XYZ | 5.97 | 11.52 | 2.02 | - |
| YUV | 71.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 4 | 0.83 | 0 | 0.96 | 0.56 | 111.59 | 0.93 | 0.23 |
| Hex | 13 | 6F | 4 | 53 | 0 | 60 | 38 | 70 | 5D | 17 |
| Octal | 23 | 157 | 4 | 123 | 0 | 140 | 70 | 160 | 135 | 27 |
| Binary | 10011 | 1101111 | 100 | 1010011 | 0 | 1100000 | 111000 | 1110000 | 1011101 | 10111 |
Color Harmonies of #136F04
Complementary color
Monochromatic Colors of #136F04
Black with #136F04
Text Example
Text Example
White with #136F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F04; }
p { color: rgb(19,111,4); }
H1.HeaderClassName
{
color: #136F04;
}
.AnyTagClassName
{
color: #136F04;
}
</style>
background-color css
<style>
a { background-color: #136F04; }
a { background-color: rgb(19,111,4); }
div.DivClassName
{
background-color: #136F04;
}
.BgClassName
{
background-color: #136F04;
}
</style>
border-color css
<style>
span { border-color: #136F04; }
span { border-color: rgb(19,111,4); }
td.TdClassName
{
border-color: #136F04;
}
.TagClassName
{
border-color: #136F04;
}
</style>