Shades of Green #136000
Tints of Green #136000
RGB
CMYK
RGB Variations
Color information
#136000 (or 0x136000) is known color: Green. HEX triplet: 13, 60 and 00. RGB value is (19,96,0). Sum of RGB (Red+Green+Blue) = 19+96+0=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #136000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136000 is #EC9FFF. Grayscale: #3E3E3E. Windows color (decimal): -15507456 or 24595. OLE color: 24595.
HSL color Cylindrical-coordinate representation of color #136000: hue angle of 108.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #136000 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.62 |
| HSL | 108.13º | 1% | 0.19% | - |
| HSV(B) | 108.13º | 1% | 0.38% | - |
| XYZ | 4.45 | 8.5 | 1.41 | - |
| YUV | 62.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 0 | 0.80 | 0 | 1 | 0.62 | 108.13 | 1 | 0.19 |
| Hex | 13 | 60 | 0 | 50 | 0 | 64 | 3E | 6C | 64 | 13 |
| Octal | 23 | 140 | 0 | 120 | 0 | 144 | 76 | 154 | 144 | 23 |
| Binary | 10011 | 1100000 | 0 | 1010000 | 0 | 1100100 | 111110 | 1101100 | 1100100 | 10011 |
Color Harmonies of #136000
Complementary color
Monochromatic Colors of #136000
Black with #136000
Text Example
Text Example
White with #136000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136000; }
p { color: rgb(19,96,0); }
H1.HeaderClassName
{
color: #136000;
}
.AnyTagClassName
{
color: #136000;
}
</style>
background-color css
<style>
a { background-color: #136000; }
a { background-color: rgb(19,96,0); }
div.DivClassName
{
background-color: #136000;
}
.BgClassName
{
background-color: #136000;
}
</style>
border-color css
<style>
span { border-color: #136000; }
span { border-color: rgb(19,96,0); }
td.TdClassName
{
border-color: #136000;
}
.TagClassName
{
border-color: #136000;
}
</style>