Shades of San Felix #196914
Tints of San Felix #196914
RGB
CMYK
RGB Variations
Color information
#196914 (or 0x196914) is known color: San Felix. HEX triplet: 19, 69 and 14. RGB value is (25,105,20). Sum of RGB (Red+Green+Blue) = 25+105+20=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #196914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196914 is #E696EB. Grayscale: #474747. Windows color (decimal): -15111916 or 1337625. OLE color: 1337625.
HSL color Cylindrical-coordinate representation of color #196914: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196914 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 20 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.59 |
| HSL | 116.47º | 0.68% | 0.25% | - |
| HSV(B) | 116.47º | 0.81% | 0.41% | - |
| XYZ | 5.58 | 10.36 | 2.37 | - |
| YUV | 71.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 20 | 0.76 | 0 | 0.81 | 0.59 | 116.47 | 0.68 | 0.25 |
| Hex | 19 | 69 | 14 | 4C | 0 | 51 | 3B | 74 | 44 | 19 |
| Octal | 31 | 151 | 24 | 114 | 0 | 121 | 73 | 164 | 104 | 31 |
| Binary | 11001 | 1101001 | 10100 | 1001100 | 0 | 1010001 | 111011 | 1110100 | 1000100 | 11001 |
Color Harmonies of #196914
Complementary color
Monochromatic Colors of #196914
Black with #196914
Text Example
Text Example
White with #196914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196914; }
p { color: rgb(25,105,20); }
H1.HeaderClassName
{
color: #196914;
}
.AnyTagClassName
{
color: #196914;
}
</style>
background-color css
<style>
a { background-color: #196914; }
a { background-color: rgb(25,105,20); }
div.DivClassName
{
background-color: #196914;
}
.BgClassName
{
background-color: #196914;
}
</style>
border-color css
<style>
span { border-color: #196914; }
span { border-color: rgb(25,105,20); }
td.TdClassName
{
border-color: #196914;
}
.TagClassName
{
border-color: #196914;
}
</style>