Shades of Green #136909
Tints of Green #136909
RGB
CMYK
RGB Variations
Color information
#136909 (or 0x136909) is known color: Green. HEX triplet: 13, 69 and 09. RGB value is (19,105,9). Sum of RGB (Red+Green+Blue) = 19+105+9=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #136909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136909 is #EC96F6. Grayscale: #444444. Windows color (decimal): -15505143 or 616723. OLE color: 616723.
HSL color Cylindrical-coordinate representation of color #136909: hue angle of 113.75º 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 #136909 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 9 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.59 |
| HSL | 113.75º | 0.84% | 0.22% | - |
| HSV(B) | 113.75º | 0.91% | 0.41% | - |
| XYZ | 5.37 | 10.26 | 1.96 | - |
| YUV | 68.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 9 | 0.82 | 0 | 0.91 | 0.59 | 113.75 | 0.84 | 0.22 |
| Hex | 13 | 69 | 9 | 52 | 0 | 5B | 3B | 72 | 54 | 16 |
| Octal | 23 | 151 | 11 | 122 | 0 | 133 | 73 | 162 | 124 | 26 |
| Binary | 10011 | 1101001 | 1001 | 1010010 | 0 | 1011011 | 111011 | 1110010 | 1010100 | 10110 |
Color Harmonies of #136909
Complementary color
Monochromatic Colors of #136909
Black with #136909
Text Example
Text Example
White with #136909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136909; }
p { color: rgb(19,105,9); }
H1.HeaderClassName
{
color: #136909;
}
.AnyTagClassName
{
color: #136909;
}
</style>
background-color css
<style>
a { background-color: #136909; }
a { background-color: rgb(19,105,9); }
div.DivClassName
{
background-color: #136909;
}
.BgClassName
{
background-color: #136909;
}
</style>
border-color css
<style>
span { border-color: #136909; }
span { border-color: rgb(19,105,9); }
td.TdClassName
{
border-color: #136909;
}
.TagClassName
{
border-color: #136909;
}
</style>