Shades of Dark Spring Green #196E3C
Tints of Dark Spring Green #196E3C
RGB
CMYK
RGB Variations
Color information
#196E3C (or 0x196E3C) is known color: Dark Spring Green. HEX triplet: 19, 6E and 3C. RGB value is (25,110,60). Sum of RGB (Red+Green+Blue) = 25+110+60=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #196E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E3C is #E691C3. Grayscale: #4E4E4E. Windows color (decimal): -15110596 or 3960345. OLE color: 3960345.
HSL color Cylindrical-coordinate representation of color #196E3C: hue angle of 144.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E3C is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 110 | 60 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.57 |
| HSL | 144.71º | 0.63% | 0.26% | - |
| HSV(B) | 144.71º | 0.77% | 0.43% | - |
| XYZ | 6.79 | 11.68 | 6.17 | - |
| YUV | 78.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 60 | 0.77 | 0 | 0.45 | 0.57 | 144.71 | 0.63 | 0.26 |
| Hex | 19 | 6E | 3C | 4D | 0 | 2D | 39 | 91 | 3F | 1A |
| Octal | 31 | 156 | 74 | 115 | 0 | 55 | 71 | 221 | 77 | 32 |
| Binary | 11001 | 1101110 | 111100 | 1001101 | 0 | 101101 | 111001 | 10010001 | 111111 | 11010 |
Color Harmonies of #196E3C
Complementary color
Monochromatic Colors of #196E3C
Black with #196E3C
Text Example
Text Example
White with #196E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E3C; }
p { color: rgb(25,110,60); }
H1.HeaderClassName
{
color: #196E3C;
}
.AnyTagClassName
{
color: #196E3C;
}
</style>
background-color css
<style>
a { background-color: #196E3C; }
a { background-color: rgb(25,110,60); }
div.DivClassName
{
background-color: #196E3C;
}
.BgClassName
{
background-color: #196E3C;
}
</style>
border-color css
<style>
span { border-color: #196E3C; }
span { border-color: rgb(25,110,60); }
td.TdClassName
{
border-color: #196E3C;
}
.TagClassName
{
border-color: #196E3C;
}
</style>