Shades of Dark Spring Green #137046
Tints of Dark Spring Green #137046
RGB
CMYK
RGB Variations
Color information
#137046 (or 0x137046) is known color: Dark Spring Green. HEX triplet: 13, 70 and 46. RGB value is (19,112,70). Sum of RGB (Red+Green+Blue) = 19+112+70=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #137046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137046 is #EC8FB9. Grayscale: #4F4F4F. Windows color (decimal): -15503290 or 4616211. OLE color: 4616211.
HSL color Cylindrical-coordinate representation of color #137046: hue angle of 152.9º 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 #137046 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 70 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.56 |
| HSL | 152.9º | 0.71% | 0.26% | - |
| HSV(B) | 152.9º | 0.83% | 0.44% | - |
| XYZ | 7.17 | 12.17 | 7.77 | - |
| YUV | 79.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 70 | 0.83 | 0 | 0.38 | 0.56 | 152.9 | 0.71 | 0.26 |
| Hex | 13 | 70 | 46 | 53 | 0 | 26 | 38 | 99 | 47 | 1A |
| Octal | 23 | 160 | 106 | 123 | 0 | 46 | 70 | 231 | 107 | 32 |
| Binary | 10011 | 1110000 | 1000110 | 1010011 | 0 | 100110 | 111000 | 10011001 | 1000111 | 11010 |
Color Harmonies of #137046
Complementary color
Monochromatic Colors of #137046
Black with #137046
Text Example
Text Example
White with #137046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137046; }
p { color: rgb(19,112,70); }
H1.HeaderClassName
{
color: #137046;
}
.AnyTagClassName
{
color: #137046;
}
</style>
background-color css
<style>
a { background-color: #137046; }
a { background-color: rgb(19,112,70); }
div.DivClassName
{
background-color: #137046;
}
.BgClassName
{
background-color: #137046;
}
</style>
border-color css
<style>
span { border-color: #137046; }
span { border-color: rgb(19,112,70); }
td.TdClassName
{
border-color: #137046;
}
.TagClassName
{
border-color: #137046;
}
</style>