Shades of Dark Spring Green #137042
Tints of Dark Spring Green #137042
RGB
CMYK
RGB Variations
Color information
#137042 (or 0x137042) is known color: Dark Spring Green. HEX triplet: 13, 70 and 42. RGB value is (19,112,66). Sum of RGB (Red+Green+Blue) = 19+112+66=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #137042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137042 is #EC8FBD. Grayscale: #4F4F4F. Windows color (decimal): -15503294 or 4354067. OLE color: 4354067.
HSL color Cylindrical-coordinate representation of color #137042: hue angle of 150.32º 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 #137042 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 66 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.56 |
| HSL | 150.32º | 0.71% | 0.26% | - |
| HSV(B) | 150.32º | 0.83% | 0.44% | - |
| XYZ | 7.05 | 12.12 | 7.12 | - |
| YUV | 78.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 66 | 0.83 | 0 | 0.41 | 0.56 | 150.32 | 0.71 | 0.26 |
| Hex | 13 | 70 | 42 | 53 | 0 | 29 | 38 | 96 | 47 | 1A |
| Octal | 23 | 160 | 102 | 123 | 0 | 51 | 70 | 226 | 107 | 32 |
| Binary | 10011 | 1110000 | 1000010 | 1010011 | 0 | 101001 | 111000 | 10010110 | 1000111 | 11010 |
Color Harmonies of #137042
Complementary color
Monochromatic Colors of #137042
Black with #137042
Text Example
Text Example
White with #137042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137042; }
p { color: rgb(19,112,66); }
H1.HeaderClassName
{
color: #137042;
}
.AnyTagClassName
{
color: #137042;
}
</style>
background-color css
<style>
a { background-color: #137042; }
a { background-color: rgb(19,112,66); }
div.DivClassName
{
background-color: #137042;
}
.BgClassName
{
background-color: #137042;
}
</style>
border-color css
<style>
span { border-color: #137042; }
span { border-color: rgb(19,112,66); }
td.TdClassName
{
border-color: #137042;
}
.TagClassName
{
border-color: #137042;
}
</style>