Shades of Dark Spring Green #137449
Tints of Dark Spring Green #137449
RGB
CMYK
RGB Variations
Color information
#137449 (or 0x137449) is known color: Dark Spring Green. HEX triplet: 13, 74 and 49. RGB value is (19,116,73). Sum of RGB (Red+Green+Blue) = 19+116+73=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #137449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137449 is #EC8BB6. Grayscale: #525252. Windows color (decimal): -15502263 or 4813843. OLE color: 4813843.
HSL color Cylindrical-coordinate representation of color #137449: hue angle of 153.4º 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 #137449 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 73 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.55 |
| HSL | 153.4º | 0.72% | 0.26% | - |
| HSV(B) | 153.4º | 0.84% | 0.45% | - |
| XYZ | 7.72 | 13.11 | 8.43 | - |
| YUV | 82.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 73 | 0.84 | 0 | 0.37 | 0.55 | 153.4 | 0.72 | 0.26 |
| Hex | 13 | 74 | 49 | 54 | 0 | 25 | 37 | 99 | 48 | 1A |
| Octal | 23 | 164 | 111 | 124 | 0 | 45 | 67 | 231 | 110 | 32 |
| Binary | 10011 | 1110100 | 1001001 | 1010100 | 0 | 100101 | 110111 | 10011001 | 1001000 | 11010 |
Color Harmonies of #137449
Complementary color
Monochromatic Colors of #137449
Black with #137449
Text Example
Text Example
White with #137449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137449; }
p { color: rgb(19,116,73); }
H1.HeaderClassName
{
color: #137449;
}
.AnyTagClassName
{
color: #137449;
}
</style>
background-color css
<style>
a { background-color: #137449; }
a { background-color: rgb(19,116,73); }
div.DivClassName
{
background-color: #137449;
}
.BgClassName
{
background-color: #137449;
}
</style>
border-color css
<style>
span { border-color: #137449; }
span { border-color: rgb(19,116,73); }
td.TdClassName
{
border-color: #137449;
}
.TagClassName
{
border-color: #137449;
}
</style>