Shades of San Felix #16631B
Tints of San Felix #16631B
RGB
CMYK
RGB Variations
Color information
#16631B (or 0x16631B) is known color: San Felix. HEX triplet: 16, 63 and 1B. RGB value is (22,99,27). Sum of RGB (Red+Green+Blue) = 22+99+27=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #16631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16631B is #E99CE4. Grayscale: #434343. Windows color (decimal): -15310053 or 1794838. OLE color: 1794838.
HSL color Cylindrical-coordinate representation of color #16631B: hue angle of 123.9º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16631B is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 27 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.61 |
| HSL | 123.9º | 0.64% | 0.24% | - |
| HSV(B) | 123.9º | 0.78% | 0.39% | - |
| XYZ | 4.99 | 9.17 | 2.54 | - |
| YUV | 67.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 27 | 0.78 | 0 | 0.73 | 0.61 | 123.9 | 0.64 | 0.24 |
| Hex | 16 | 63 | 1B | 4E | 0 | 49 | 3D | 7C | 40 | 18 |
| Octal | 26 | 143 | 33 | 116 | 0 | 111 | 75 | 174 | 100 | 30 |
| Binary | 10110 | 1100011 | 11011 | 1001110 | 0 | 1001001 | 111101 | 1111100 | 1000000 | 11000 |
Color Harmonies of #16631B
Complementary color
Monochromatic Colors of #16631B
Black with #16631B
Text Example
Text Example
White with #16631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16631B; }
p { color: rgb(22,99,27); }
H1.HeaderClassName
{
color: #16631B;
}
.AnyTagClassName
{
color: #16631B;
}
</style>
background-color css
<style>
a { background-color: #16631B; }
a { background-color: rgb(22,99,27); }
div.DivClassName
{
background-color: #16631B;
}
.BgClassName
{
background-color: #16631B;
}
</style>
border-color css
<style>
span { border-color: #16631B; }
span { border-color: rgb(22,99,27); }
td.TdClassName
{
border-color: #16631B;
}
.TagClassName
{
border-color: #16631B;
}
</style>