Shades of Dark Spring Green #19714C
Tints of Dark Spring Green #19714C
RGB
CMYK
RGB Variations
Color information
#19714C (or 0x19714C) is known color: Dark Spring Green. HEX triplet: 19, 71 and 4C. RGB value is (25,113,76). Sum of RGB (Red+Green+Blue) = 25+113+76=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #19714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19714C is #E68EB3. Grayscale: #525252. Windows color (decimal): -15109812 or 5009689. OLE color: 5009689.
HSL color Cylindrical-coordinate representation of color #19714C: hue angle of 154.77º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19714C is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 76 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.56 |
| HSL | 154.77º | 0.64% | 0.27% | - |
| HSV(B) | 154.77º | 0.78% | 0.44% | - |
| XYZ | 7.61 | 12.54 | 8.86 | - |
| YUV | 82.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 76 | 0.78 | 0 | 0.33 | 0.56 | 154.77 | 0.64 | 0.27 |
| Hex | 19 | 71 | 4C | 4E | 0 | 21 | 38 | 9B | 40 | 1B |
| Octal | 31 | 161 | 114 | 116 | 0 | 41 | 70 | 233 | 100 | 33 |
| Binary | 11001 | 1110001 | 1001100 | 1001110 | 0 | 100001 | 111000 | 10011011 | 1000000 | 11011 |
Color Harmonies of #19714C
Complementary color
Monochromatic Colors of #19714C
Black with #19714C
Text Example
Text Example
White with #19714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19714C; }
p { color: rgb(25,113,76); }
H1.HeaderClassName
{
color: #19714C;
}
.AnyTagClassName
{
color: #19714C;
}
</style>
background-color css
<style>
a { background-color: #19714C; }
a { background-color: rgb(25,113,76); }
div.DivClassName
{
background-color: #19714C;
}
.BgClassName
{
background-color: #19714C;
}
</style>
border-color css
<style>
span { border-color: #19714C; }
span { border-color: rgb(25,113,76); }
td.TdClassName
{
border-color: #19714C;
}
.TagClassName
{
border-color: #19714C;
}
</style>