Shades of Dark Spring Green #196B41
Tints of Dark Spring Green #196B41
RGB
CMYK
RGB Variations
Color information
#196B41 (or 0x196B41) is known color: Dark Spring Green. HEX triplet: 19, 6B and 41. RGB value is (25,107,65). Sum of RGB (Red+Green+Blue) = 25+107+65=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #196B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B41 is #E694BE. Grayscale: #4D4D4D. Windows color (decimal): -15111359 or 4287257. OLE color: 4287257.
HSL color Cylindrical-coordinate representation of color #196B41: hue angle of 149.27º 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 #196B41 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 65 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.58 |
| HSL | 149.27º | 0.62% | 0.26% | - |
| HSV(B) | 149.27º | 0.77% | 0.42% | - |
| XYZ | 6.61 | 11.1 | 6.8 | - |
| YUV | 77.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 65 | 0.77 | 0 | 0.39 | 0.58 | 149.27 | 0.62 | 0.26 |
| Hex | 19 | 6B | 41 | 4D | 0 | 27 | 3A | 95 | 3E | 1A |
| Octal | 31 | 153 | 101 | 115 | 0 | 47 | 72 | 225 | 76 | 32 |
| Binary | 11001 | 1101011 | 1000001 | 1001101 | 0 | 100111 | 111010 | 10010101 | 111110 | 11010 |
Color Harmonies of #196B41
Complementary color
Monochromatic Colors of #196B41
Black with #196B41
Text Example
Text Example
White with #196B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B41; }
p { color: rgb(25,107,65); }
H1.HeaderClassName
{
color: #196B41;
}
.AnyTagClassName
{
color: #196B41;
}
</style>
background-color css
<style>
a { background-color: #196B41; }
a { background-color: rgb(25,107,65); }
div.DivClassName
{
background-color: #196B41;
}
.BgClassName
{
background-color: #196B41;
}
</style>
border-color css
<style>
span { border-color: #196B41; }
span { border-color: rgb(25,107,65); }
td.TdClassName
{
border-color: #196B41;
}
.TagClassName
{
border-color: #196B41;
}
</style>