Shades of Dark Spring Green #19744A
Tints of Dark Spring Green #19744A
RGB
CMYK
RGB Variations
Color information
#19744A (or 0x19744A) is known color: Dark Spring Green. HEX triplet: 19, 74 and 4A. RGB value is (25,116,74). Sum of RGB (Red+Green+Blue) = 25+116+74=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #19744A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19744A is #E68BB5. Grayscale: #545454. Windows color (decimal): -15109046 or 4879385. OLE color: 4879385.
HSL color Cylindrical-coordinate representation of color #19744A: hue angle of 152.31º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19744A is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 74 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.55 |
| HSL | 152.31º | 0.65% | 0.28% | - |
| HSV(B) | 152.31º | 0.78% | 0.45% | - |
| XYZ | 7.88 | 13.19 | 8.61 | - |
| YUV | 84 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 74 | 0.78 | 0 | 0.36 | 0.55 | 152.31 | 0.65 | 0.28 |
| Hex | 19 | 74 | 4A | 4E | 0 | 24 | 37 | 98 | 41 | 1C |
| Octal | 31 | 164 | 112 | 116 | 0 | 44 | 67 | 230 | 101 | 34 |
| Binary | 11001 | 1110100 | 1001010 | 1001110 | 0 | 100100 | 110111 | 10011000 | 1000001 | 11100 |
Color Harmonies of #19744A
Complementary color
Monochromatic Colors of #19744A
Black with #19744A
Text Example
Text Example
White with #19744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19744A; }
p { color: rgb(25,116,74); }
H1.HeaderClassName
{
color: #19744A;
}
.AnyTagClassName
{
color: #19744A;
}
</style>
background-color css
<style>
a { background-color: #19744A; }
a { background-color: rgb(25,116,74); }
div.DivClassName
{
background-color: #19744A;
}
.BgClassName
{
background-color: #19744A;
}
</style>
border-color css
<style>
span { border-color: #19744A; }
span { border-color: rgb(25,116,74); }
td.TdClassName
{
border-color: #19744A;
}
.TagClassName
{
border-color: #19744A;
}
</style>