Shades of Green #138609
Tints of Green #138609
RGB
CMYK
RGB Variations
Color information
#138609 (or 0x138609) is known color: Green. HEX triplet: 13, 86 and 09. RGB value is (19,134,9). Sum of RGB (Red+Green+Blue) = 19+134+9=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #138609 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138609 is #EC79F6. Grayscale: #555555. Windows color (decimal): -15497719 or 624147. OLE color: 624147.
HSL color Cylindrical-coordinate representation of color #138609: hue angle of 115.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138609 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 9 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.47 |
| HSL | 115.2º | 0.87% | 0.28% | - |
| HSV(B) | 115.2º | 0.93% | 0.53% | - |
| XYZ | 8.84 | 17.21 | 3.11 | - |
| YUV | 85.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 9 | 0.86 | 0 | 0.93 | 0.47 | 115.2 | 0.87 | 0.28 |
| Hex | 13 | 86 | 9 | 56 | 0 | 5D | 2F | 73 | 57 | 1C |
| Octal | 23 | 206 | 11 | 126 | 0 | 135 | 57 | 163 | 127 | 34 |
| Binary | 10011 | 10000110 | 1001 | 1010110 | 0 | 1011101 | 101111 | 1110011 | 1010111 | 11100 |
Color Harmonies of #138609
Complementary color
Monochromatic Colors of #138609
Black with #138609
Text Example
Text Example
White with #138609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138609; }
p { color: rgb(19,134,9); }
H1.HeaderClassName
{
color: #138609;
}
.AnyTagClassName
{
color: #138609;
}
</style>
background-color css
<style>
a { background-color: #138609; }
a { background-color: rgb(19,134,9); }
div.DivClassName
{
background-color: #138609;
}
.BgClassName
{
background-color: #138609;
}
</style>
border-color css
<style>
span { border-color: #138609; }
span { border-color: rgb(19,134,9); }
td.TdClassName
{
border-color: #138609;
}
.TagClassName
{
border-color: #138609;
}
</style>