Shades of Green #136D11
Tints of Green #136D11
RGB
CMYK
RGB Variations
Color information
#136D11 (or 0x136D11) is known color: Green. HEX triplet: 13, 6D and 11. RGB value is (19,109,17). Sum of RGB (Red+Green+Blue) = 19+109+17=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #136D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D11 is #EC92EE. Grayscale: #474747. Windows color (decimal): -15504111 or 1142035. OLE color: 1142035.
HSL color Cylindrical-coordinate representation of color #136D11: hue angle of 118.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136D11 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 17 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.57 |
| HSL | 118.7º | 0.73% | 0.25% | - |
| HSV(B) | 118.7º | 0.84% | 0.43% | - |
| XYZ | 5.84 | 11.12 | 2.37 | - |
| YUV | 71.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 17 | 0.83 | 0 | 0.84 | 0.57 | 118.7 | 0.73 | 0.25 |
| Hex | 13 | 6D | 11 | 53 | 0 | 54 | 39 | 77 | 49 | 19 |
| Octal | 23 | 155 | 21 | 123 | 0 | 124 | 71 | 167 | 111 | 31 |
| Binary | 10011 | 1101101 | 10001 | 1010011 | 0 | 1010100 | 111001 | 1110111 | 1001001 | 11001 |
Color Harmonies of #136D11
Complementary color
Monochromatic Colors of #136D11
Black with #136D11
Text Example
Text Example
White with #136D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D11; }
p { color: rgb(19,109,17); }
H1.HeaderClassName
{
color: #136D11;
}
.AnyTagClassName
{
color: #136D11;
}
</style>
background-color css
<style>
a { background-color: #136D11; }
a { background-color: rgb(19,109,17); }
div.DivClassName
{
background-color: #136D11;
}
.BgClassName
{
background-color: #136D11;
}
</style>
border-color css
<style>
span { border-color: #136D11; }
span { border-color: rgb(19,109,17); }
td.TdClassName
{
border-color: #136D11;
}
.TagClassName
{
border-color: #136D11;
}
</style>