Shades of San Felix #196818
Tints of San Felix #196818
RGB
CMYK
RGB Variations
Color information
#196818 (or 0x196818) is known color: San Felix. HEX triplet: 19, 68 and 18. RGB value is (25,104,24). Sum of RGB (Red+Green+Blue) = 25+104+24=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #196818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196818 is #E697E7. Grayscale: #474747. Windows color (decimal): -15112168 or 1599513. OLE color: 1599513.
HSL color Cylindrical-coordinate representation of color #196818: hue angle of 119.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196818 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 24 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.59 |
| HSL | 119.25º | 0.63% | 0.25% | - |
| HSV(B) | 119.25º | 0.77% | 0.41% | - |
| XYZ | 5.52 | 10.17 | 2.54 | - |
| YUV | 71.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 24 | 0.76 | 0 | 0.77 | 0.59 | 119.25 | 0.63 | 0.25 |
| Hex | 19 | 68 | 18 | 4C | 0 | 4D | 3B | 77 | 3E | 19 |
| Octal | 31 | 150 | 30 | 114 | 0 | 115 | 73 | 167 | 76 | 31 |
| Binary | 11001 | 1101000 | 11000 | 1001100 | 0 | 1001101 | 111011 | 1110111 | 111110 | 11001 |
Color Harmonies of #196818
Complementary color
Monochromatic Colors of #196818
Black with #196818
Text Example
Text Example
White with #196818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196818; }
p { color: rgb(25,104,24); }
H1.HeaderClassName
{
color: #196818;
}
.AnyTagClassName
{
color: #196818;
}
</style>
background-color css
<style>
a { background-color: #196818; }
a { background-color: rgb(25,104,24); }
div.DivClassName
{
background-color: #196818;
}
.BgClassName
{
background-color: #196818;
}
</style>
border-color css
<style>
span { border-color: #196818; }
span { border-color: rgb(25,104,24); }
td.TdClassName
{
border-color: #196818;
}
.TagClassName
{
border-color: #196818;
}
</style>