Shades of San Felix #196820
Tints of San Felix #196820
RGB
CMYK
RGB Variations
Color information
#196820 (or 0x196820) is known color: San Felix. HEX triplet: 19, 68 and 20. RGB value is (25,104,32). Sum of RGB (Red+Green+Blue) = 25+104+32=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #196820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196820 is #E697DF. Grayscale: #484848. Windows color (decimal): -15112160 or 2123801. OLE color: 2123801.
HSL color Cylindrical-coordinate representation of color #196820: hue angle of 125.32º 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 #196820 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 32 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.59 |
| HSL | 125.32º | 0.61% | 0.25% | - |
| HSV(B) | 125.32º | 0.76% | 0.41% | - |
| XYZ | 5.61 | 10.21 | 3.04 | - |
| YUV | 72.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 32 | 0.76 | 0 | 0.69 | 0.59 | 125.32 | 0.61 | 0.25 |
| Hex | 19 | 68 | 20 | 4C | 0 | 45 | 3B | 7D | 3D | 19 |
| Octal | 31 | 150 | 40 | 114 | 0 | 105 | 73 | 175 | 75 | 31 |
| Binary | 11001 | 1101000 | 100000 | 1001100 | 0 | 1000101 | 111011 | 1111101 | 111101 | 11001 |
Color Harmonies of #196820
Complementary color
Monochromatic Colors of #196820
Black with #196820
Text Example
Text Example
White with #196820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196820; }
p { color: rgb(25,104,32); }
H1.HeaderClassName
{
color: #196820;
}
.AnyTagClassName
{
color: #196820;
}
</style>
background-color css
<style>
a { background-color: #196820; }
a { background-color: rgb(25,104,32); }
div.DivClassName
{
background-color: #196820;
}
.BgClassName
{
background-color: #196820;
}
</style>
border-color css
<style>
span { border-color: #196820; }
span { border-color: rgb(25,104,32); }
td.TdClassName
{
border-color: #196820;
}
.TagClassName
{
border-color: #196820;
}
</style>