Shades of Dark Spring Green #137F3C
Tints of Dark Spring Green #137F3C
RGB
CMYK
RGB Variations
Color information
#137F3C (or 0x137F3C) is known color: Dark Spring Green. HEX triplet: 13, 7F and 3C. RGB value is (19,127,60). Sum of RGB (Red+Green+Blue) = 19+127+60=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #137F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F3C is #EC80C3. Grayscale: #575757. Windows color (decimal): -15499460 or 3964691. OLE color: 3964691.
HSL color Cylindrical-coordinate representation of color #137F3C: hue angle of 142.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F3C is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 60 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.50 |
| HSL | 142.78º | 0.74% | 0.29% | - |
| HSV(B) | 142.78º | 0.85% | 0.5% | - |
| XYZ | 8.67 | 15.64 | 6.84 | - |
| YUV | 87.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 60 | 0.85 | 0 | 0.53 | 0.50 | 142.78 | 0.74 | 0.29 |
| Hex | 13 | 7F | 3C | 55 | 0 | 35 | 32 | 8F | 4A | 1D |
| Octal | 23 | 177 | 74 | 125 | 0 | 65 | 62 | 217 | 112 | 35 |
| Binary | 10011 | 1111111 | 111100 | 1010101 | 0 | 110101 | 110010 | 10001111 | 1001010 | 11101 |
Color Harmonies of #137F3C
Complementary color
Monochromatic Colors of #137F3C
Black with #137F3C
Text Example
Text Example
White with #137F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F3C; }
p { color: rgb(19,127,60); }
H1.HeaderClassName
{
color: #137F3C;
}
.AnyTagClassName
{
color: #137F3C;
}
</style>
background-color css
<style>
a { background-color: #137F3C; }
a { background-color: rgb(19,127,60); }
div.DivClassName
{
background-color: #137F3C;
}
.BgClassName
{
background-color: #137F3C;
}
</style>
border-color css
<style>
span { border-color: #137F3C; }
span { border-color: rgb(19,127,60); }
td.TdClassName
{
border-color: #137F3C;
}
.TagClassName
{
border-color: #137F3C;
}
</style>