Shades of Dark Spring Green #197645
Tints of Dark Spring Green #197645
RGB
CMYK
RGB Variations
Color information
#197645 (or 0x197645) is known color: Dark Spring Green. HEX triplet: 19, 76 and 45. RGB value is (25,118,69). Sum of RGB (Red+Green+Blue) = 25+118+69=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #197645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197645 is #E689BA. Grayscale: #545454. Windows color (decimal): -15108539 or 4552217. OLE color: 4552217.
HSL color Cylindrical-coordinate representation of color #197645: hue angle of 148.39º 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 #197645 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 69 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.54 |
| HSL | 148.39º | 0.65% | 0.28% | - |
| HSV(B) | 148.39º | 0.79% | 0.46% | - |
| XYZ | 7.95 | 13.59 | 7.83 | - |
| YUV | 84.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 69 | 0.79 | 0 | 0.42 | 0.54 | 148.39 | 0.65 | 0.28 |
| Hex | 19 | 76 | 45 | 4F | 0 | 2A | 36 | 94 | 41 | 1C |
| Octal | 31 | 166 | 105 | 117 | 0 | 52 | 66 | 224 | 101 | 34 |
| Binary | 11001 | 1110110 | 1000101 | 1001111 | 0 | 101010 | 110110 | 10010100 | 1000001 | 11100 |
Color Harmonies of #197645
Complementary color
Monochromatic Colors of #197645
Black with #197645
Text Example
Text Example
White with #197645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197645; }
p { color: rgb(25,118,69); }
H1.HeaderClassName
{
color: #197645;
}
.AnyTagClassName
{
color: #197645;
}
</style>
background-color css
<style>
a { background-color: #197645; }
a { background-color: rgb(25,118,69); }
div.DivClassName
{
background-color: #197645;
}
.BgClassName
{
background-color: #197645;
}
</style>
border-color css
<style>
span { border-color: #197645; }
span { border-color: rgb(25,118,69); }
td.TdClassName
{
border-color: #197645;
}
.TagClassName
{
border-color: #197645;
}
</style>