Shades of Green #137113
Tints of Green #137113
RGB
CMYK
RGB Variations
Color information
#137113 (or 0x137113) is known color: Green. HEX triplet: 13, 71 and 13. RGB value is (19,113,19). Sum of RGB (Red+Green+Blue) = 19+113+19=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #137113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137113 is #EC8EEC. Grayscale: #4A4A4A. Windows color (decimal): -15503085 or 1274131. OLE color: 1274131.
HSL color Cylindrical-coordinate representation of color #137113: hue angle of 120º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137113 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 19 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.56 |
| HSL | 120º | 0.71% | 0.26% | - |
| HSV(B) | 120º | 0.83% | 0.44% | - |
| XYZ | 6.29 | 12 | 2.6 | - |
| YUV | 74.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 19 | 0.83 | 0 | 0.83 | 0.56 | 120 | 0.71 | 0.26 |
| Hex | 13 | 71 | 13 | 53 | 0 | 53 | 38 | 78 | 47 | 1A |
| Octal | 23 | 161 | 23 | 123 | 0 | 123 | 70 | 170 | 107 | 32 |
| Binary | 10011 | 1110001 | 10011 | 1010011 | 0 | 1010011 | 111000 | 1111000 | 1000111 | 11010 |
Color Harmonies of #137113
Complementary color
Monochromatic Colors of #137113
Black with #137113
Text Example
Text Example
White with #137113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137113; }
p { color: rgb(19,113,19); }
H1.HeaderClassName
{
color: #137113;
}
.AnyTagClassName
{
color: #137113;
}
</style>
background-color css
<style>
a { background-color: #137113; }
a { background-color: rgb(19,113,19); }
div.DivClassName
{
background-color: #137113;
}
.BgClassName
{
background-color: #137113;
}
</style>
border-color css
<style>
span { border-color: #137113; }
span { border-color: rgb(19,113,19); }
td.TdClassName
{
border-color: #137113;
}
.TagClassName
{
border-color: #137113;
}
</style>