Shades of Dark Spring Green #137F3D
Tints of Dark Spring Green #137F3D
RGB
CMYK
RGB Variations
Color information
#137F3D (or 0x137F3D) is known color: Dark Spring Green. HEX triplet: 13, 7F and 3D. RGB value is (19,127,61). Sum of RGB (Red+Green+Blue) = 19+127+61=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #137F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F3D is #EC80C2. Grayscale: #575757. Windows color (decimal): -15499459 or 4030227. OLE color: 4030227.
HSL color Cylindrical-coordinate representation of color #137F3D: hue angle of 143.33º 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 #137F3D is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 61 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.50 |
| HSL | 143.33º | 0.74% | 0.29% | - |
| HSV(B) | 143.33º | 0.85% | 0.5% | - |
| XYZ | 8.7 | 15.65 | 6.98 | - |
| YUV | 87.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 61 | 0.85 | 0 | 0.52 | 0.50 | 143.33 | 0.74 | 0.29 |
| Hex | 13 | 7F | 3D | 55 | 0 | 34 | 32 | 8F | 4A | 1D |
| Octal | 23 | 177 | 75 | 125 | 0 | 64 | 62 | 217 | 112 | 35 |
| Binary | 10011 | 1111111 | 111101 | 1010101 | 0 | 110100 | 110010 | 10001111 | 1001010 | 11101 |
Color Harmonies of #137F3D
Complementary color
Monochromatic Colors of #137F3D
Black with #137F3D
Text Example
Text Example
White with #137F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F3D; }
p { color: rgb(19,127,61); }
H1.HeaderClassName
{
color: #137F3D;
}
.AnyTagClassName
{
color: #137F3D;
}
</style>
background-color css
<style>
a { background-color: #137F3D; }
a { background-color: rgb(19,127,61); }
div.DivClassName
{
background-color: #137F3D;
}
.BgClassName
{
background-color: #137F3D;
}
</style>
border-color css
<style>
span { border-color: #137F3D; }
span { border-color: rgb(19,127,61); }
td.TdClassName
{
border-color: #137F3D;
}
.TagClassName
{
border-color: #137F3D;
}
</style>