Shades of Dark Spring Green #197548
Tints of Dark Spring Green #197548
RGB
CMYK
RGB Variations
Color information
#197548 (or 0x197548) is known color: Dark Spring Green. HEX triplet: 19, 75 and 48. RGB value is (25,117,72). Sum of RGB (Red+Green+Blue) = 25+117+72=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #197548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197548 is #E68AB7. Grayscale: #545454. Windows color (decimal): -15108792 or 4748569. OLE color: 4748569.
HSL color Cylindrical-coordinate representation of color #197548: hue angle of 150.65º 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 #197548 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 72 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.54 |
| HSL | 150.65º | 0.65% | 0.28% | - |
| HSV(B) | 150.65º | 0.79% | 0.46% | - |
| XYZ | 7.93 | 13.4 | 8.3 | - |
| YUV | 84.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 72 | 0.79 | 0 | 0.38 | 0.54 | 150.65 | 0.65 | 0.28 |
| Hex | 19 | 75 | 48 | 4F | 0 | 26 | 36 | 97 | 41 | 1C |
| Octal | 31 | 165 | 110 | 117 | 0 | 46 | 66 | 227 | 101 | 34 |
| Binary | 11001 | 1110101 | 1001000 | 1001111 | 0 | 100110 | 110110 | 10010111 | 1000001 | 11100 |
Color Harmonies of #197548
Complementary color
Monochromatic Colors of #197548
Black with #197548
Text Example
Text Example
White with #197548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197548; }
p { color: rgb(25,117,72); }
H1.HeaderClassName
{
color: #197548;
}
.AnyTagClassName
{
color: #197548;
}
</style>
background-color css
<style>
a { background-color: #197548; }
a { background-color: rgb(25,117,72); }
div.DivClassName
{
background-color: #197548;
}
.BgClassName
{
background-color: #197548;
}
</style>
border-color css
<style>
span { border-color: #197548; }
span { border-color: rgb(25,117,72); }
td.TdClassName
{
border-color: #197548;
}
.TagClassName
{
border-color: #197548;
}
</style>