Shades of Green #136205
Tints of Green #136205
RGB
CMYK
RGB Variations
Color information
#136205 (or 0x136205) is known color: Green. HEX triplet: 13, 62 and 05. RGB value is (19,98,5). Sum of RGB (Red+Green+Blue) = 19+98+5=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #136205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136205 is #EC9DFA. Grayscale: #404040. Windows color (decimal): -15506939 or 352787. OLE color: 352787.
HSL color Cylindrical-coordinate representation of color #136205: hue angle of 110.97º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136205 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 98 | 5 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.62 |
| HSL | 110.97º | 0.9% | 0.2% | - |
| HSV(B) | 110.97º | 0.95% | 0.38% | - |
| XYZ | 4.66 | 8.88 | 1.61 | - |
| YUV | 63.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 5 | 0.81 | 0 | 0.95 | 0.62 | 110.97 | 0.9 | 0.2 |
| Hex | 13 | 62 | 5 | 51 | 0 | 5F | 3E | 6F | 5A | 14 |
| Octal | 23 | 142 | 5 | 121 | 0 | 137 | 76 | 157 | 132 | 24 |
| Binary | 10011 | 1100010 | 101 | 1010001 | 0 | 1011111 | 111110 | 1101111 | 1011010 | 10100 |
Color Harmonies of #136205
Complementary color
Monochromatic Colors of #136205
Black with #136205
Text Example
Text Example
White with #136205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136205; }
p { color: rgb(19,98,5); }
H1.HeaderClassName
{
color: #136205;
}
.AnyTagClassName
{
color: #136205;
}
</style>
background-color css
<style>
a { background-color: #136205; }
a { background-color: rgb(19,98,5); }
div.DivClassName
{
background-color: #136205;
}
.BgClassName
{
background-color: #136205;
}
</style>
border-color css
<style>
span { border-color: #136205; }
span { border-color: rgb(19,98,5); }
td.TdClassName
{
border-color: #136205;
}
.TagClassName
{
border-color: #136205;
}
</style>