Shades of San Felix #196321
Tints of San Felix #196321
RGB
CMYK
RGB Variations
Color information
#196321 (or 0x196321) is known color: San Felix. HEX triplet: 19, 63 and 21. RGB value is (25,99,33). Sum of RGB (Red+Green+Blue) = 25+99+33=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #196321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196321 is #E69CDE. Grayscale: #454545. Windows color (decimal): -15113439 or 2188057. OLE color: 2188057.
HSL color Cylindrical-coordinate representation of color #196321: hue angle of 126.49º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196321 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 33 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.61 |
| HSL | 126.49º | 0.6% | 0.24% | - |
| HSV(B) | 126.49º | 0.75% | 0.39% | - |
| XYZ | 5.14 | 9.24 | 2.95 | - |
| YUV | 69.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 33 | 0.75 | 0 | 0.67 | 0.61 | 126.49 | 0.6 | 0.24 |
| Hex | 19 | 63 | 21 | 4B | 0 | 43 | 3D | 7E | 3C | 18 |
| Octal | 31 | 143 | 41 | 113 | 0 | 103 | 75 | 176 | 74 | 30 |
| Binary | 11001 | 1100011 | 100001 | 1001011 | 0 | 1000011 | 111101 | 1111110 | 111100 | 11000 |
Color Harmonies of #196321
Complementary color
Monochromatic Colors of #196321
Black with #196321
Text Example
Text Example
White with #196321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196321; }
p { color: rgb(25,99,33); }
H1.HeaderClassName
{
color: #196321;
}
.AnyTagClassName
{
color: #196321;
}
</style>
background-color css
<style>
a { background-color: #196321; }
a { background-color: rgb(25,99,33); }
div.DivClassName
{
background-color: #196321;
}
.BgClassName
{
background-color: #196321;
}
</style>
border-color css
<style>
span { border-color: #196321; }
span { border-color: rgb(25,99,33); }
td.TdClassName
{
border-color: #196321;
}
.TagClassName
{
border-color: #196321;
}
</style>