Shades of Dark Spring Green #137841
Tints of Dark Spring Green #137841
RGB
CMYK
RGB Variations
Color information
#137841 (or 0x137841) is known color: Dark Spring Green. HEX triplet: 13, 78 and 41. RGB value is (19,120,65). Sum of RGB (Red+Green+Blue) = 19+120+65=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #137841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137841 is #EC87BE. Grayscale: #535353. Windows color (decimal): -15501247 or 4290579. OLE color: 4290579.
HSL color Cylindrical-coordinate representation of color #137841: hue angle of 147.33º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137841 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 120 | 65 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.53 |
| HSL | 147.33º | 0.73% | 0.27% | - |
| HSV(B) | 147.33º | 0.84% | 0.47% | - |
| XYZ | 7.94 | 13.95 | 7.28 | - |
| YUV | 83.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 65 | 0.84 | 0 | 0.46 | 0.53 | 147.33 | 0.73 | 0.27 |
| Hex | 13 | 78 | 41 | 54 | 0 | 2E | 35 | 93 | 49 | 1B |
| Octal | 23 | 170 | 101 | 124 | 0 | 56 | 65 | 223 | 111 | 33 |
| Binary | 10011 | 1111000 | 1000001 | 1010100 | 0 | 101110 | 110101 | 10010011 | 1001001 | 11011 |
Color Harmonies of #137841
Complementary color
Monochromatic Colors of #137841
Black with #137841
Text Example
Text Example
White with #137841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137841; }
p { color: rgb(19,120,65); }
H1.HeaderClassName
{
color: #137841;
}
.AnyTagClassName
{
color: #137841;
}
</style>
background-color css
<style>
a { background-color: #137841; }
a { background-color: rgb(19,120,65); }
div.DivClassName
{
background-color: #137841;
}
.BgClassName
{
background-color: #137841;
}
</style>
border-color css
<style>
span { border-color: #137841; }
span { border-color: rgb(19,120,65); }
td.TdClassName
{
border-color: #137841;
}
.TagClassName
{
border-color: #137841;
}
</style>