Shades of Green #136D15
Tints of Green #136D15
RGB
CMYK
RGB Variations
Color information
#136D15 (or 0x136D15) is known color: Green. HEX triplet: 13, 6D and 15. RGB value is (19,109,21). Sum of RGB (Red+Green+Blue) = 19+109+21=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 109 (42.97% from 255 or 73.15% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 109 - color contains mainly: green. Hex color #136D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136D15 is #EC92EA. Grayscale: #484848. Windows color (decimal): -15504107 or 1404179. OLE color: 1404179.
HSL color Cylindrical-coordinate representation of color #136D15: hue angle of 121.33º 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 #136D15 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 21 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.57 |
| HSL | 121.33º | 0.7% | 0.25% | - |
| HSV(B) | 121.33º | 0.83% | 0.43% | - |
| XYZ | 5.87 | 11.13 | 2.55 | - |
| YUV | 72.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 21 | 0.83 | 0 | 0.81 | 0.57 | 121.33 | 0.7 | 0.25 |
| Hex | 13 | 6D | 15 | 53 | 0 | 51 | 39 | 79 | 46 | 19 |
| Octal | 23 | 155 | 25 | 123 | 0 | 121 | 71 | 171 | 106 | 31 |
| Binary | 10011 | 1101101 | 10101 | 1010011 | 0 | 1010001 | 111001 | 1111001 | 1000110 | 11001 |
Color Harmonies of #136D15
Complementary color
Monochromatic Colors of #136D15
Black with #136D15
Text Example
Text Example
White with #136D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D15; }
p { color: rgb(19,109,21); }
H1.HeaderClassName
{
color: #136D15;
}
.AnyTagClassName
{
color: #136D15;
}
</style>
background-color css
<style>
a { background-color: #136D15; }
a { background-color: rgb(19,109,21); }
div.DivClassName
{
background-color: #136D15;
}
.BgClassName
{
background-color: #136D15;
}
</style>
border-color css
<style>
span { border-color: #136D15; }
span { border-color: rgb(19,109,21); }
td.TdClassName
{
border-color: #136D15;
}
.TagClassName
{
border-color: #136D15;
}
</style>