Shades of San Felix #16711E
Tints of San Felix #16711E
RGB
CMYK
RGB Variations
Color information
#16711E (or 0x16711E) is known color: San Felix. HEX triplet: 16, 71 and 1E. RGB value is (22,113,30). Sum of RGB (Red+Green+Blue) = 22+113+30=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #16711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16711E is #E98EE1. Grayscale: #4C4C4C. Windows color (decimal): -15306466 or 1995030. OLE color: 1995030.
HSL color Cylindrical-coordinate representation of color #16711E: hue angle of 125.27º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16711E is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 30 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.56 |
| HSL | 125.27º | 0.67% | 0.26% | - |
| HSV(B) | 125.27º | 0.81% | 0.44% | - |
| XYZ | 6.47 | 12.07 | 3.22 | - |
| YUV | 76.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 30 | 0.81 | 0 | 0.73 | 0.56 | 125.27 | 0.67 | 0.26 |
| Hex | 16 | 71 | 1E | 51 | 0 | 49 | 38 | 7D | 43 | 1A |
| Octal | 26 | 161 | 36 | 121 | 0 | 111 | 70 | 175 | 103 | 32 |
| Binary | 10110 | 1110001 | 11110 | 1010001 | 0 | 1001001 | 111000 | 1111101 | 1000011 | 11010 |
Color Harmonies of #16711E
Complementary color
Monochromatic Colors of #16711E
Black with #16711E
Text Example
Text Example
White with #16711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16711E; }
p { color: rgb(22,113,30); }
H1.HeaderClassName
{
color: #16711E;
}
.AnyTagClassName
{
color: #16711E;
}
</style>
background-color css
<style>
a { background-color: #16711E; }
a { background-color: rgb(22,113,30); }
div.DivClassName
{
background-color: #16711E;
}
.BgClassName
{
background-color: #16711E;
}
</style>
border-color css
<style>
span { border-color: #16711E; }
span { border-color: rgb(22,113,30); }
td.TdClassName
{
border-color: #16711E;
}
.TagClassName
{
border-color: #16711E;
}
</style>