Shades of Dark Spring Green #196C41
Tints of Dark Spring Green #196C41
RGB
CMYK
RGB Variations
Color information
#196C41 (or 0x196C41) is known color: Dark Spring Green. HEX triplet: 19, 6C and 41. RGB value is (25,108,65). Sum of RGB (Red+Green+Blue) = 25+108+65=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #196C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C41 is #E693BE. Grayscale: #4E4E4E. Windows color (decimal): -15111103 or 4287513. OLE color: 4287513.
HSL color Cylindrical-coordinate representation of color #196C41: hue angle of 148.92º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C41 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 65 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.58 |
| HSL | 148.92º | 0.62% | 0.26% | - |
| HSV(B) | 148.92º | 0.77% | 0.42% | - |
| XYZ | 6.72 | 11.31 | 6.83 | - |
| YUV | 78.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 65 | 0.77 | 0 | 0.40 | 0.58 | 148.92 | 0.62 | 0.26 |
| Hex | 19 | 6C | 41 | 4D | 0 | 28 | 3A | 95 | 3E | 1A |
| Octal | 31 | 154 | 101 | 115 | 0 | 50 | 72 | 225 | 76 | 32 |
| Binary | 11001 | 1101100 | 1000001 | 1001101 | 0 | 101000 | 111010 | 10010101 | 111110 | 11010 |
Color Harmonies of #196C41
Complementary color
Monochromatic Colors of #196C41
Black with #196C41
Text Example
Text Example
White with #196C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C41; }
p { color: rgb(25,108,65); }
H1.HeaderClassName
{
color: #196C41;
}
.AnyTagClassName
{
color: #196C41;
}
</style>
background-color css
<style>
a { background-color: #196C41; }
a { background-color: rgb(25,108,65); }
div.DivClassName
{
background-color: #196C41;
}
.BgClassName
{
background-color: #196C41;
}
</style>
border-color css
<style>
span { border-color: #196C41; }
span { border-color: rgb(25,108,65); }
td.TdClassName
{
border-color: #196C41;
}
.TagClassName
{
border-color: #196C41;
}
</style>