Shades of San Felix #196920
Tints of San Felix #196920
RGB
CMYK
RGB Variations
Color information
#196920 (or 0x196920) is known color: San Felix. HEX triplet: 19, 69 and 20. RGB value is (25,105,32). Sum of RGB (Red+Green+Blue) = 25+105+32=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #196920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196920 is #E696DF. Grayscale: #484848. Windows color (decimal): -15111904 or 2124057. OLE color: 2124057.
HSL color Cylindrical-coordinate representation of color #196920: hue angle of 125.25º degrees, saturation: 0.62, 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 #196920 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 32 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.59 |
| HSL | 125.25º | 0.62% | 0.25% | - |
| HSV(B) | 125.25º | 0.76% | 0.41% | - |
| XYZ | 5.71 | 10.41 | 3.08 | - |
| YUV | 72.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 32 | 0.76 | 0 | 0.70 | 0.59 | 125.25 | 0.62 | 0.25 |
| Hex | 19 | 69 | 20 | 4C | 0 | 46 | 3B | 7D | 3E | 19 |
| Octal | 31 | 151 | 40 | 114 | 0 | 106 | 73 | 175 | 76 | 31 |
| Binary | 11001 | 1101001 | 100000 | 1001100 | 0 | 1000110 | 111011 | 1111101 | 111110 | 11001 |
Color Harmonies of #196920
Complementary color
Monochromatic Colors of #196920
Black with #196920
Text Example
Text Example
White with #196920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196920; }
p { color: rgb(25,105,32); }
H1.HeaderClassName
{
color: #196920;
}
.AnyTagClassName
{
color: #196920;
}
</style>
background-color css
<style>
a { background-color: #196920; }
a { background-color: rgb(25,105,32); }
div.DivClassName
{
background-color: #196920;
}
.BgClassName
{
background-color: #196920;
}
</style>
border-color css
<style>
span { border-color: #196920; }
span { border-color: rgb(25,105,32); }
td.TdClassName
{
border-color: #196920;
}
.TagClassName
{
border-color: #196920;
}
</style>