Shades of Dark Spring Green #137540
Tints of Dark Spring Green #137540
RGB
CMYK
RGB Variations
Color information
#137540 (or 0x137540) is known color: Dark Spring Green. HEX triplet: 13, 75 and 40. RGB value is (19,117,64). Sum of RGB (Red+Green+Blue) = 19+117+64=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #137540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137540 is #EC8ABF. Grayscale: #515151. Windows color (decimal): -15502016 or 4224275. OLE color: 4224275.
HSL color Cylindrical-coordinate representation of color #137540: hue angle of 147.55º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137540 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 64 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.54 |
| HSL | 147.55º | 0.72% | 0.27% | - |
| HSV(B) | 147.55º | 0.84% | 0.46% | - |
| XYZ | 7.56 | 13.23 | 7.01 | - |
| YUV | 81.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 64 | 0.84 | 0 | 0.45 | 0.54 | 147.55 | 0.72 | 0.27 |
| Hex | 13 | 75 | 40 | 54 | 0 | 2D | 36 | 94 | 48 | 1B |
| Octal | 23 | 165 | 100 | 124 | 0 | 55 | 66 | 224 | 110 | 33 |
| Binary | 10011 | 1110101 | 1000000 | 1010100 | 0 | 101101 | 110110 | 10010100 | 1001000 | 11011 |
Color Harmonies of #137540
Complementary color
Monochromatic Colors of #137540
Black with #137540
Text Example
Text Example
White with #137540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137540; }
p { color: rgb(19,117,64); }
H1.HeaderClassName
{
color: #137540;
}
.AnyTagClassName
{
color: #137540;
}
</style>
background-color css
<style>
a { background-color: #137540; }
a { background-color: rgb(19,117,64); }
div.DivClassName
{
background-color: #137540;
}
.BgClassName
{
background-color: #137540;
}
</style>
border-color css
<style>
span { border-color: #137540; }
span { border-color: rgb(19,117,64); }
td.TdClassName
{
border-color: #137540;
}
.TagClassName
{
border-color: #137540;
}
</style>