Shades of San Felix #196723
Tints of San Felix #196723
RGB
CMYK
RGB Variations
Color information
#196723 (or 0x196723) is known color: San Felix. HEX triplet: 19, 67 and 23. RGB value is (25,103,35). Sum of RGB (Red+Green+Blue) = 25+103+35=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #196723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196723 is #E698DC. Grayscale: #484848. Windows color (decimal): -15112413 or 2320153. OLE color: 2320153.
HSL color Cylindrical-coordinate representation of color #196723: hue angle of 127.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196723 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 35 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.60 |
| HSL | 127.69º | 0.61% | 0.25% | - |
| HSV(B) | 127.69º | 0.76% | 0.4% | - |
| XYZ | 5.55 | 10.03 | 3.23 | - |
| YUV | 71.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 35 | 0.76 | 0 | 0.66 | 0.60 | 127.69 | 0.61 | 0.25 |
| Hex | 19 | 67 | 23 | 4C | 0 | 42 | 3C | 80 | 3D | 19 |
| Octal | 31 | 147 | 43 | 114 | 0 | 102 | 74 | 200 | 75 | 31 |
| Binary | 11001 | 1100111 | 100011 | 1001100 | 0 | 1000010 | 111100 | 10000000 | 111101 | 11001 |
Color Harmonies of #196723
Complementary color
Monochromatic Colors of #196723
Black with #196723
Text Example
Text Example
White with #196723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196723; }
p { color: rgb(25,103,35); }
H1.HeaderClassName
{
color: #196723;
}
.AnyTagClassName
{
color: #196723;
}
</style>
background-color css
<style>
a { background-color: #196723; }
a { background-color: rgb(25,103,35); }
div.DivClassName
{
background-color: #196723;
}
.BgClassName
{
background-color: #196723;
}
</style>
border-color css
<style>
span { border-color: #196723; }
span { border-color: rgb(25,103,35); }
td.TdClassName
{
border-color: #196723;
}
.TagClassName
{
border-color: #196723;
}
</style>