Shades of San Felix #16601B
Tints of San Felix #16601B
RGB
CMYK
RGB Variations
Color information
#16601B (or 0x16601B) is known color: San Felix. HEX triplet: 16, 60 and 1B. RGB value is (22,96,27). Sum of RGB (Red+Green+Blue) = 22+96+27=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #16601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16601B is #E99FE4. Grayscale: #424242. Windows color (decimal): -15310821 or 1794070. OLE color: 1794070.
HSL color Cylindrical-coordinate representation of color #16601B: hue angle of 124.05º 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 #16601B is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 27 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.62 |
| HSL | 124.05º | 0.63% | 0.23% | - |
| HSV(B) | 124.05º | 0.77% | 0.38% | - |
| XYZ | 4.71 | 8.62 | 2.45 | - |
| YUV | 66.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 27 | 0.77 | 0 | 0.72 | 0.62 | 124.05 | 0.63 | 0.23 |
| Hex | 16 | 60 | 1B | 4D | 0 | 48 | 3E | 7C | 3F | 17 |
| Octal | 26 | 140 | 33 | 115 | 0 | 110 | 76 | 174 | 77 | 27 |
| Binary | 10110 | 1100000 | 11011 | 1001101 | 0 | 1001000 | 111110 | 1111100 | 111111 | 10111 |
Color Harmonies of #16601B
Complementary color
Monochromatic Colors of #16601B
Black with #16601B
Text Example
Text Example
White with #16601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16601B; }
p { color: rgb(22,96,27); }
H1.HeaderClassName
{
color: #16601B;
}
.AnyTagClassName
{
color: #16601B;
}
</style>
background-color css
<style>
a { background-color: #16601B; }
a { background-color: rgb(22,96,27); }
div.DivClassName
{
background-color: #16601B;
}
.BgClassName
{
background-color: #16601B;
}
</style>
border-color css
<style>
span { border-color: #16601B; }
span { border-color: rgb(22,96,27); }
td.TdClassName
{
border-color: #16601B;
}
.TagClassName
{
border-color: #16601B;
}
</style>