Shades of Dark Spring Green #137141
Tints of Dark Spring Green #137141
RGB
CMYK
RGB Variations
Color information
#137141 (or 0x137141) is known color: Dark Spring Green. HEX triplet: 13, 71 and 41. RGB value is (19,113,65). Sum of RGB (Red+Green+Blue) = 19+113+65=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #137141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137141 is #EC8EBE. Grayscale: #4F4F4F. Windows color (decimal): -15503039 or 4288787. OLE color: 4288787.
HSL color Cylindrical-coordinate representation of color #137141: hue angle of 149.36º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137141 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 65 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.56 |
| HSL | 149.36º | 0.71% | 0.26% | - |
| HSV(B) | 149.36º | 0.83% | 0.44% | - |
| XYZ | 7.13 | 12.33 | 7.01 | - |
| YUV | 79.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 65 | 0.83 | 0 | 0.42 | 0.56 | 149.36 | 0.71 | 0.26 |
| Hex | 13 | 71 | 41 | 53 | 0 | 2A | 38 | 95 | 47 | 1A |
| Octal | 23 | 161 | 101 | 123 | 0 | 52 | 70 | 225 | 107 | 32 |
| Binary | 10011 | 1110001 | 1000001 | 1010011 | 0 | 101010 | 111000 | 10010101 | 1000111 | 11010 |
Color Harmonies of #137141
Complementary color
Monochromatic Colors of #137141
Black with #137141
Text Example
Text Example
White with #137141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137141; }
p { color: rgb(19,113,65); }
H1.HeaderClassName
{
color: #137141;
}
.AnyTagClassName
{
color: #137141;
}
</style>
background-color css
<style>
a { background-color: #137141; }
a { background-color: rgb(19,113,65); }
div.DivClassName
{
background-color: #137141;
}
.BgClassName
{
background-color: #137141;
}
</style>
border-color css
<style>
span { border-color: #137141; }
span { border-color: rgb(19,113,65); }
td.TdClassName
{
border-color: #137141;
}
.TagClassName
{
border-color: #137141;
}
</style>