Shades of Dark Spring Green #137448
Tints of Dark Spring Green #137448
RGB
CMYK
RGB Variations
Color information
#137448 (or 0x137448) is known color: Dark Spring Green. HEX triplet: 13, 74 and 48. RGB value is (19,116,72). Sum of RGB (Red+Green+Blue) = 19+116+72=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #137448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137448 is #EC8BB7. Grayscale: #525252. Windows color (decimal): -15502264 or 4748307. OLE color: 4748307.
HSL color Cylindrical-coordinate representation of color #137448: hue angle of 152.78º 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 #137448 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 72 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.55 |
| HSL | 152.78º | 0.72% | 0.26% | - |
| HSV(B) | 152.78º | 0.84% | 0.45% | - |
| XYZ | 7.68 | 13.1 | 8.25 | - |
| YUV | 81.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 72 | 0.84 | 0 | 0.38 | 0.55 | 152.78 | 0.72 | 0.26 |
| Hex | 13 | 74 | 48 | 54 | 0 | 26 | 37 | 99 | 48 | 1A |
| Octal | 23 | 164 | 110 | 124 | 0 | 46 | 67 | 231 | 110 | 32 |
| Binary | 10011 | 1110100 | 1001000 | 1010100 | 0 | 100110 | 110111 | 10011001 | 1001000 | 11010 |
Color Harmonies of #137448
Complementary color
Monochromatic Colors of #137448
Black with #137448
Text Example
Text Example
White with #137448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137448; }
p { color: rgb(19,116,72); }
H1.HeaderClassName
{
color: #137448;
}
.AnyTagClassName
{
color: #137448;
}
</style>
background-color css
<style>
a { background-color: #137448; }
a { background-color: rgb(19,116,72); }
div.DivClassName
{
background-color: #137448;
}
.BgClassName
{
background-color: #137448;
}
</style>
border-color css
<style>
span { border-color: #137448; }
span { border-color: rgb(19,116,72); }
td.TdClassName
{
border-color: #137448;
}
.TagClassName
{
border-color: #137448;
}
</style>