Shades of Dark Spring Green #197648
Tints of Dark Spring Green #197648
RGB
CMYK
RGB Variations
Color information
#197648 (or 0x197648) is known color: Dark Spring Green. HEX triplet: 19, 76 and 48. RGB value is (25,118,72). Sum of RGB (Red+Green+Blue) = 25+118+72=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #197648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197648 is #E689B7. Grayscale: #555555. Windows color (decimal): -15108536 or 4748825. OLE color: 4748825.
HSL color Cylindrical-coordinate representation of color #197648: hue angle of 150.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197648 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 72 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.54 |
| HSL | 150.32º | 0.65% | 0.28% | - |
| HSV(B) | 150.32º | 0.79% | 0.46% | - |
| XYZ | 8.05 | 13.63 | 8.34 | - |
| YUV | 84.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 72 | 0.79 | 0 | 0.39 | 0.54 | 150.32 | 0.65 | 0.28 |
| Hex | 19 | 76 | 48 | 4F | 0 | 27 | 36 | 96 | 41 | 1C |
| Octal | 31 | 166 | 110 | 117 | 0 | 47 | 66 | 226 | 101 | 34 |
| Binary | 11001 | 1110110 | 1001000 | 1001111 | 0 | 100111 | 110110 | 10010110 | 1000001 | 11100 |
Color Harmonies of #197648
Complementary color
Monochromatic Colors of #197648
Black with #197648
Text Example
Text Example
White with #197648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197648; }
p { color: rgb(25,118,72); }
H1.HeaderClassName
{
color: #197648;
}
.AnyTagClassName
{
color: #197648;
}
</style>
background-color css
<style>
a { background-color: #197648; }
a { background-color: rgb(25,118,72); }
div.DivClassName
{
background-color: #197648;
}
.BgClassName
{
background-color: #197648;
}
</style>
border-color css
<style>
span { border-color: #197648; }
span { border-color: rgb(25,118,72); }
td.TdClassName
{
border-color: #197648;
}
.TagClassName
{
border-color: #197648;
}
</style>