Shades of Green #136809
Tints of Green #136809
RGB
CMYK
RGB Variations
Color information
#136809 (or 0x136809) is known color: Green. HEX triplet: 13, 68 and 09. RGB value is (19,104,9). Sum of RGB (Red+Green+Blue) = 19+104+9=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #136809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136809 is #EC97F6. Grayscale: #444444. Windows color (decimal): -15505399 or 616467. OLE color: 616467.
HSL color Cylindrical-coordinate representation of color #136809: hue angle of 113.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136809 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 9 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.59 |
| HSL | 113.68º | 0.84% | 0.22% | - |
| HSV(B) | 113.68º | 0.91% | 0.41% | - |
| XYZ | 5.27 | 10.06 | 1.92 | - |
| YUV | 67.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 9 | 0.82 | 0 | 0.91 | 0.59 | 113.68 | 0.84 | 0.22 |
| Hex | 13 | 68 | 9 | 52 | 0 | 5B | 3B | 72 | 54 | 16 |
| Octal | 23 | 150 | 11 | 122 | 0 | 133 | 73 | 162 | 124 | 26 |
| Binary | 10011 | 1101000 | 1001 | 1010010 | 0 | 1011011 | 111011 | 1110010 | 1010100 | 10110 |
Color Harmonies of #136809
Complementary color
Monochromatic Colors of #136809
Black with #136809
Text Example
Text Example
White with #136809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136809; }
p { color: rgb(19,104,9); }
H1.HeaderClassName
{
color: #136809;
}
.AnyTagClassName
{
color: #136809;
}
</style>
background-color css
<style>
a { background-color: #136809; }
a { background-color: rgb(19,104,9); }
div.DivClassName
{
background-color: #136809;
}
.BgClassName
{
background-color: #136809;
}
</style>
border-color css
<style>
span { border-color: #136809; }
span { border-color: rgb(19,104,9); }
td.TdClassName
{
border-color: #136809;
}
.TagClassName
{
border-color: #136809;
}
</style>