Shades of Green #137E09
Tints of Green #137E09
RGB
CMYK
RGB Variations
Color information
#137E09 (or 0x137E09) is known color: Green. HEX triplet: 13, 7E and 09. RGB value is (19,126,9). Sum of RGB (Red+Green+Blue) = 19+126+9=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 126 (49.61% from 255 or 81.82% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 126 - color contains mainly: green. Hex color #137E09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137E09 is #EC81F6. Grayscale: #515151. Windows color (decimal): -15499767 or 622099. OLE color: 622099.
HSL color Cylindrical-coordinate representation of color #137E09: hue angle of 114.87º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137E09 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 9 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.51 |
| HSL | 114.87º | 0.87% | 0.26% | - |
| HSV(B) | 114.87º | 0.93% | 0.49% | - |
| XYZ | 7.78 | 15.08 | 2.76 | - |
| YUV | 80.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 9 | 0.85 | 0 | 0.93 | 0.51 | 114.87 | 0.87 | 0.26 |
| Hex | 13 | 7E | 9 | 55 | 0 | 5D | 33 | 73 | 57 | 1A |
| Octal | 23 | 176 | 11 | 125 | 0 | 135 | 63 | 163 | 127 | 32 |
| Binary | 10011 | 1111110 | 1001 | 1010101 | 0 | 1011101 | 110011 | 1110011 | 1010111 | 11010 |
Color Harmonies of #137E09
Complementary color
Monochromatic Colors of #137E09
Black with #137E09
Text Example
Text Example
White with #137E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E09; }
p { color: rgb(19,126,9); }
H1.HeaderClassName
{
color: #137E09;
}
.AnyTagClassName
{
color: #137E09;
}
</style>
background-color css
<style>
a { background-color: #137E09; }
a { background-color: rgb(19,126,9); }
div.DivClassName
{
background-color: #137E09;
}
.BgClassName
{
background-color: #137E09;
}
</style>
border-color css
<style>
span { border-color: #137E09; }
span { border-color: rgb(19,126,9); }
td.TdClassName
{
border-color: #137E09;
}
.TagClassName
{
border-color: #137E09;
}
</style>