Shades of Dark Spring Green #137447
Tints of Dark Spring Green #137447
RGB
CMYK
RGB Variations
Color information
#137447 (or 0x137447) is known color: Dark Spring Green. HEX triplet: 13, 74 and 47. RGB value is (19,116,71). Sum of RGB (Red+Green+Blue) = 19+116+71=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #137447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137447 is #EC8BB8. Grayscale: #515151. Windows color (decimal): -15502265 or 4682771. OLE color: 4682771.
HSL color Cylindrical-coordinate representation of color #137447: hue angle of 152.16º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137447 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 71 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.55 |
| HSL | 152.16º | 0.72% | 0.26% | - |
| HSV(B) | 152.16º | 0.84% | 0.45% | - |
| XYZ | 7.65 | 13.08 | 8.08 | - |
| YUV | 81.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 71 | 0.84 | 0 | 0.39 | 0.55 | 152.16 | 0.72 | 0.26 |
| Hex | 13 | 74 | 47 | 54 | 0 | 27 | 37 | 98 | 48 | 1A |
| Octal | 23 | 164 | 107 | 124 | 0 | 47 | 67 | 230 | 110 | 32 |
| Binary | 10011 | 1110100 | 1000111 | 1010100 | 0 | 100111 | 110111 | 10011000 | 1001000 | 11010 |
Color Harmonies of #137447
Complementary color
Monochromatic Colors of #137447
Black with #137447
Text Example
Text Example
White with #137447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137447; }
p { color: rgb(19,116,71); }
H1.HeaderClassName
{
color: #137447;
}
.AnyTagClassName
{
color: #137447;
}
</style>
background-color css
<style>
a { background-color: #137447; }
a { background-color: rgb(19,116,71); }
div.DivClassName
{
background-color: #137447;
}
.BgClassName
{
background-color: #137447;
}
</style>
border-color css
<style>
span { border-color: #137447; }
span { border-color: rgb(19,116,71); }
td.TdClassName
{
border-color: #137447;
}
.TagClassName
{
border-color: #137447;
}
</style>