Shades of Dark Spring Green #137039
Tints of Dark Spring Green #137039
RGB
CMYK
RGB Variations
Color information
#137039 (or 0x137039) is known color: Dark Spring Green. HEX triplet: 13, 70 and 39. RGB value is (19,112,57). Sum of RGB (Red+Green+Blue) = 19+112+57=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #137039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137039 is #EC8FC6. Grayscale: #4E4E4E. Windows color (decimal): -15503303 or 3764243. OLE color: 3764243.
HSL color Cylindrical-coordinate representation of color #137039: hue angle of 144.52º 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 #137039 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 57 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.56 |
| HSL | 144.52º | 0.71% | 0.26% | - |
| HSV(B) | 144.52º | 0.83% | 0.44% | - |
| XYZ | 6.8 | 12.02 | 5.83 | - |
| YUV | 77.92 | 116.19 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 57 | 0.83 | 0 | 0.49 | 0.56 | 144.52 | 0.71 | 0.26 |
| Hex | 13 | 70 | 39 | 53 | 0 | 31 | 38 | 91 | 47 | 1A |
| Octal | 23 | 160 | 71 | 123 | 0 | 61 | 70 | 221 | 107 | 32 |
| Binary | 10011 | 1110000 | 111001 | 1010011 | 0 | 110001 | 111000 | 10010001 | 1000111 | 11010 |
Color Harmonies of #137039
Complementary color
Monochromatic Colors of #137039
Black with #137039
Text Example
Text Example
White with #137039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137039; }
p { color: rgb(19,112,57); }
H1.HeaderClassName
{
color: #137039;
}
.AnyTagClassName
{
color: #137039;
}
</style>
background-color css
<style>
a { background-color: #137039; }
a { background-color: rgb(19,112,57); }
div.DivClassName
{
background-color: #137039;
}
.BgClassName
{
background-color: #137039;
}
</style>
border-color css
<style>
span { border-color: #137039; }
span { border-color: rgb(19,112,57); }
td.TdClassName
{
border-color: #137039;
}
.TagClassName
{
border-color: #137039;
}
</style>