Shades of San Felix #196615
Tints of San Felix #196615
RGB
CMYK
RGB Variations
Color information
#196615 (or 0x196615) is known color: San Felix. HEX triplet: 19, 66 and 15. RGB value is (25,102,21). Sum of RGB (Red+Green+Blue) = 25+102+21=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #196615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196615 is #E699EA. Grayscale: #454545. Windows color (decimal): -15112683 or 1402393. OLE color: 1402393.
HSL color Cylindrical-coordinate representation of color #196615: hue angle of 117.04º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196615 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 21 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.6 |
| HSL | 117.04º | 0.66% | 0.24% | - |
| HSV(B) | 117.04º | 0.79% | 0.4% | - |
| XYZ | 5.29 | 9.76 | 2.32 | - |
| YUV | 69.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 21 | 0.75 | 0 | 0.79 | 0.6 | 117.04 | 0.66 | 0.24 |
| Hex | 19 | 66 | 15 | 4B | 0 | 4F | 3C | 75 | 42 | 18 |
| Octal | 31 | 146 | 25 | 113 | 0 | 117 | 74 | 165 | 102 | 30 |
| Binary | 11001 | 1100110 | 10101 | 1001011 | 0 | 1001111 | 111100 | 1110101 | 1000010 | 11000 |
Color Harmonies of #196615
Complementary color
Monochromatic Colors of #196615
Black with #196615
Text Example
Text Example
White with #196615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196615; }
p { color: rgb(25,102,21); }
H1.HeaderClassName
{
color: #196615;
}
.AnyTagClassName
{
color: #196615;
}
</style>
background-color css
<style>
a { background-color: #196615; }
a { background-color: rgb(25,102,21); }
div.DivClassName
{
background-color: #196615;
}
.BgClassName
{
background-color: #196615;
}
</style>
border-color css
<style>
span { border-color: #196615; }
span { border-color: rgb(25,102,21); }
td.TdClassName
{
border-color: #196615;
}
.TagClassName
{
border-color: #196615;
}
</style>