Shades of Green #136A09
Tints of Green #136A09
RGB
CMYK
RGB Variations
Color information
#136A09 (or 0x136A09) is known color: Green. HEX triplet: 13, 6A and 09. RGB value is (19,106,9). Sum of RGB (Red+Green+Blue) = 19+106+9=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 106 (41.80% from 255 or 79.10% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 106 - color contains mainly: green. Hex color #136A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136A09 is #EC95F6. Grayscale: #454545. Windows color (decimal): -15504887 or 616979. OLE color: 616979.
HSL color Cylindrical-coordinate representation of color #136A09: hue angle of 113.81º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136A09 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 106 | 9 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.58 |
| HSL | 113.81º | 0.84% | 0.23% | - |
| HSV(B) | 113.81º | 0.92% | 0.42% | - |
| XYZ | 5.47 | 10.47 | 1.99 | - |
| YUV | 68.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 9 | 0.82 | 0 | 0.92 | 0.58 | 113.81 | 0.84 | 0.23 |
| Hex | 13 | 6A | 9 | 52 | 0 | 5C | 3A | 72 | 54 | 17 |
| Octal | 23 | 152 | 11 | 122 | 0 | 134 | 72 | 162 | 124 | 27 |
| Binary | 10011 | 1101010 | 1001 | 1010010 | 0 | 1011100 | 111010 | 1110010 | 1010100 | 10111 |
Color Harmonies of #136A09
Complementary color
Monochromatic Colors of #136A09
Black with #136A09
Text Example
Text Example
White with #136A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A09; }
p { color: rgb(19,106,9); }
H1.HeaderClassName
{
color: #136A09;
}
.AnyTagClassName
{
color: #136A09;
}
</style>
background-color css
<style>
a { background-color: #136A09; }
a { background-color: rgb(19,106,9); }
div.DivClassName
{
background-color: #136A09;
}
.BgClassName
{
background-color: #136A09;
}
</style>
border-color css
<style>
span { border-color: #136A09; }
span { border-color: rgb(19,106,9); }
td.TdClassName
{
border-color: #136A09;
}
.TagClassName
{
border-color: #136A09;
}
</style>