Shades of San Felix #196417
Tints of San Felix #196417
RGB
CMYK
RGB Variations
Color information
#196417 (or 0x196417) is known color: San Felix. HEX triplet: 19, 64 and 17. RGB value is (25,100,23). Sum of RGB (Red+Green+Blue) = 25+100+23=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #196417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196417 is #E69BE8. Grayscale: #454545. Windows color (decimal): -15113193 or 1532953. OLE color: 1532953.
HSL color Cylindrical-coordinate representation of color #196417: hue angle of 118.44º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196417 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 23 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.61 |
| HSL | 118.44º | 0.63% | 0.24% | - |
| HSV(B) | 118.44º | 0.77% | 0.39% | - |
| XYZ | 5.11 | 9.38 | 2.35 | - |
| YUV | 68.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 23 | 0.75 | 0 | 0.77 | 0.61 | 118.44 | 0.63 | 0.24 |
| Hex | 19 | 64 | 17 | 4B | 0 | 4D | 3D | 76 | 3F | 18 |
| Octal | 31 | 144 | 27 | 113 | 0 | 115 | 75 | 166 | 77 | 30 |
| Binary | 11001 | 1100100 | 10111 | 1001011 | 0 | 1001101 | 111101 | 1110110 | 111111 | 11000 |
Color Harmonies of #196417
Complementary color
Monochromatic Colors of #196417
Black with #196417
Text Example
Text Example
White with #196417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196417; }
p { color: rgb(25,100,23); }
H1.HeaderClassName
{
color: #196417;
}
.AnyTagClassName
{
color: #196417;
}
</style>
background-color css
<style>
a { background-color: #196417; }
a { background-color: rgb(25,100,23); }
div.DivClassName
{
background-color: #196417;
}
.BgClassName
{
background-color: #196417;
}
</style>
border-color css
<style>
span { border-color: #196417; }
span { border-color: rgb(25,100,23); }
td.TdClassName
{
border-color: #196417;
}
.TagClassName
{
border-color: #196417;
}
</style>