Shades of San Felix #16601C
Tints of San Felix #16601C
RGB
CMYK
RGB Variations
Color information
#16601C (or 0x16601C) is known color: San Felix. HEX triplet: 16, 60 and 1C. RGB value is (22,96,28). Sum of RGB (Red+Green+Blue) = 22+96+28=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #16601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16601C is #E99FE3. Grayscale: #424242. Windows color (decimal): -15310820 or 1859606. OLE color: 1859606.
HSL color Cylindrical-coordinate representation of color #16601C: hue angle of 124.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16601C is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 28 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.62 |
| HSL | 124.86º | 0.63% | 0.23% | - |
| HSV(B) | 124.86º | 0.77% | 0.38% | - |
| XYZ | 4.72 | 8.62 | 2.51 | - |
| YUV | 66.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 28 | 0.77 | 0 | 0.71 | 0.62 | 124.86 | 0.63 | 0.23 |
| Hex | 16 | 60 | 1C | 4D | 0 | 47 | 3E | 7D | 3F | 17 |
| Octal | 26 | 140 | 34 | 115 | 0 | 107 | 76 | 175 | 77 | 27 |
| Binary | 10110 | 1100000 | 11100 | 1001101 | 0 | 1000111 | 111110 | 1111101 | 111111 | 10111 |
Color Harmonies of #16601C
Complementary color
Monochromatic Colors of #16601C
Black with #16601C
Text Example
Text Example
White with #16601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16601C; }
p { color: rgb(22,96,28); }
H1.HeaderClassName
{
color: #16601C;
}
.AnyTagClassName
{
color: #16601C;
}
</style>
background-color css
<style>
a { background-color: #16601C; }
a { background-color: rgb(22,96,28); }
div.DivClassName
{
background-color: #16601C;
}
.BgClassName
{
background-color: #16601C;
}
</style>
border-color css
<style>
span { border-color: #16601C; }
span { border-color: rgb(22,96,28); }
td.TdClassName
{
border-color: #16601C;
}
.TagClassName
{
border-color: #16601C;
}
</style>