Shades of San Felix #196822
Tints of San Felix #196822
RGB
CMYK
RGB Variations
Color information
#196822 (or 0x196822) is known color: San Felix. HEX triplet: 19, 68 and 22. RGB value is (25,104,34). Sum of RGB (Red+Green+Blue) = 25+104+34=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #196822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196822 is #E697DD. Grayscale: #484848. Windows color (decimal): -15112158 or 2254873. OLE color: 2254873.
HSL color Cylindrical-coordinate representation of color #196822: hue angle of 126.84º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196822 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 34 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.59 |
| HSL | 126.84º | 0.61% | 0.25% | - |
| HSV(B) | 126.84º | 0.76% | 0.41% | - |
| XYZ | 5.64 | 10.22 | 3.19 | - |
| YUV | 72.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 34 | 0.76 | 0 | 0.67 | 0.59 | 126.84 | 0.61 | 0.25 |
| Hex | 19 | 68 | 22 | 4C | 0 | 43 | 3B | 7F | 3D | 19 |
| Octal | 31 | 150 | 42 | 114 | 0 | 103 | 73 | 177 | 75 | 31 |
| Binary | 11001 | 1101000 | 100010 | 1001100 | 0 | 1000011 | 111011 | 1111111 | 111101 | 11001 |
Color Harmonies of #196822
Complementary color
Monochromatic Colors of #196822
Black with #196822
Text Example
Text Example
White with #196822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196822; }
p { color: rgb(25,104,34); }
H1.HeaderClassName
{
color: #196822;
}
.AnyTagClassName
{
color: #196822;
}
</style>
background-color css
<style>
a { background-color: #196822; }
a { background-color: rgb(25,104,34); }
div.DivClassName
{
background-color: #196822;
}
.BgClassName
{
background-color: #196822;
}
</style>
border-color css
<style>
span { border-color: #196822; }
span { border-color: rgb(25,104,34); }
td.TdClassName
{
border-color: #196822;
}
.TagClassName
{
border-color: #196822;
}
</style>