Shades of Green #137D09
Tints of Green #137D09
RGB
CMYK
RGB Variations
Color information
#137D09 (or 0x137D09) is known color: Green. HEX triplet: 13, 7D and 09. RGB value is (19,125,9). Sum of RGB (Red+Green+Blue) = 19+125+9=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 125 (49.22% from 255 or 81.70% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 125 - color contains mainly: green. Hex color #137D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137D09 is #EC82F6. Grayscale: #505050. Windows color (decimal): -15500023 or 621843. OLE color: 621843.
HSL color Cylindrical-coordinate representation of color #137D09: hue angle of 114.83º 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 #137D09 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 9 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.51 |
| HSL | 114.83º | 0.87% | 0.26% | - |
| HSV(B) | 114.83º | 0.93% | 0.49% | - |
| XYZ | 7.65 | 14.83 | 2.72 | - |
| YUV | 80.08 | 87.88 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 9 | 0.85 | 0 | 0.93 | 0.51 | 114.83 | 0.87 | 0.26 |
| Hex | 13 | 7D | 9 | 55 | 0 | 5D | 33 | 73 | 57 | 1A |
| Octal | 23 | 175 | 11 | 125 | 0 | 135 | 63 | 163 | 127 | 32 |
| Binary | 10011 | 1111101 | 1001 | 1010101 | 0 | 1011101 | 110011 | 1110011 | 1010111 | 11010 |
Color Harmonies of #137D09
Complementary color
Monochromatic Colors of #137D09
Black with #137D09
Text Example
Text Example
White with #137D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D09; }
p { color: rgb(19,125,9); }
H1.HeaderClassName
{
color: #137D09;
}
.AnyTagClassName
{
color: #137D09;
}
</style>
background-color css
<style>
a { background-color: #137D09; }
a { background-color: rgb(19,125,9); }
div.DivClassName
{
background-color: #137D09;
}
.BgClassName
{
background-color: #137D09;
}
</style>
border-color css
<style>
span { border-color: #137D09; }
span { border-color: rgb(19,125,9); }
td.TdClassName
{
border-color: #137D09;
}
.TagClassName
{
border-color: #137D09;
}
</style>