Shades of San Felix #196519
Tints of San Felix #196519
RGB
CMYK
RGB Variations
Color information
#196519 (or 0x196519) is known color: San Felix. HEX triplet: 19, 65 and 19. RGB value is (25,101,25). Sum of RGB (Red+Green+Blue) = 25+101+25=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #196519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196519 is #E69AE6. Grayscale: #454545. Windows color (decimal): -15112935 or 1664281. OLE color: 1664281.
HSL color Cylindrical-coordinate representation of color #196519: hue angle of 120º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196519 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 25 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.60 |
| HSL | 120º | 0.6% | 0.25% | - |
| HSV(B) | 120º | 0.75% | 0.4% | - |
| XYZ | 5.23 | 9.58 | 2.49 | - |
| YUV | 69.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 25 | 0.75 | 0 | 0.75 | 0.60 | 120 | 0.6 | 0.25 |
| Hex | 19 | 65 | 19 | 4B | 0 | 4B | 3C | 78 | 3C | 19 |
| Octal | 31 | 145 | 31 | 113 | 0 | 113 | 74 | 170 | 74 | 31 |
| Binary | 11001 | 1100101 | 11001 | 1001011 | 0 | 1001011 | 111100 | 1111000 | 111100 | 11001 |
Color Harmonies of #196519
Complementary color
Monochromatic Colors of #196519
Black with #196519
Text Example
Text Example
White with #196519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196519; }
p { color: rgb(25,101,25); }
H1.HeaderClassName
{
color: #196519;
}
.AnyTagClassName
{
color: #196519;
}
</style>
background-color css
<style>
a { background-color: #196519; }
a { background-color: rgb(25,101,25); }
div.DivClassName
{
background-color: #196519;
}
.BgClassName
{
background-color: #196519;
}
</style>
border-color css
<style>
span { border-color: #196519; }
span { border-color: rgb(25,101,25); }
td.TdClassName
{
border-color: #196519;
}
.TagClassName
{
border-color: #196519;
}
</style>