Shades of Dark Spring Green #137143
Tints of Dark Spring Green #137143
RGB
CMYK
RGB Variations
Color information
#137143 (or 0x137143) is known color: Dark Spring Green. HEX triplet: 13, 71 and 43. RGB value is (19,113,67). Sum of RGB (Red+Green+Blue) = 19+113+67=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #137143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137143 is #EC8EBC. Grayscale: #4F4F4F. Windows color (decimal): -15503037 or 4419859. OLE color: 4419859.
HSL color Cylindrical-coordinate representation of color #137143: hue angle of 150.64º 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 #137143 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 67 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.56 |
| HSL | 150.64º | 0.71% | 0.26% | - |
| HSV(B) | 150.64º | 0.83% | 0.44% | - |
| XYZ | 7.19 | 12.35 | 7.32 | - |
| YUV | 79.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 67 | 0.83 | 0 | 0.41 | 0.56 | 150.64 | 0.71 | 0.26 |
| Hex | 13 | 71 | 43 | 53 | 0 | 29 | 38 | 97 | 47 | 1A |
| Octal | 23 | 161 | 103 | 123 | 0 | 51 | 70 | 227 | 107 | 32 |
| Binary | 10011 | 1110001 | 1000011 | 1010011 | 0 | 101001 | 111000 | 10010111 | 1000111 | 11010 |
Color Harmonies of #137143
Complementary color
Monochromatic Colors of #137143
Black with #137143
Text Example
Text Example
White with #137143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137143; }
p { color: rgb(19,113,67); }
H1.HeaderClassName
{
color: #137143;
}
.AnyTagClassName
{
color: #137143;
}
</style>
background-color css
<style>
a { background-color: #137143; }
a { background-color: rgb(19,113,67); }
div.DivClassName
{
background-color: #137143;
}
.BgClassName
{
background-color: #137143;
}
</style>
border-color css
<style>
span { border-color: #137143; }
span { border-color: rgb(19,113,67); }
td.TdClassName
{
border-color: #137143;
}
.TagClassName
{
border-color: #137143;
}
</style>