Shades of San Felix #216627
Tints of San Felix #216627
RGB
CMYK
RGB Variations
Color information
#216627 (or 0x216627) is known color: San Felix. HEX triplet: 21, 66 and 27. RGB value is (33,102,39). Sum of RGB (Red+Green+Blue) = 33+102+39=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #216627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216627 is #DE99D8. Grayscale: #4A4A4A. Windows color (decimal): -14588377 or 2582049. OLE color: 2582049.
HSL color Cylindrical-coordinate representation of color #216627: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216627 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 39 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.6 |
| HSL | 125.22º | 0.51% | 0.26% | - |
| HSV(B) | 125.22º | 0.68% | 0.4% | - |
| XYZ | 5.74 | 9.97 | 3.54 | - |
| YUV | 74.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 39 | 0.68 | 0 | 0.62 | 0.6 | 125.22 | 0.51 | 0.26 |
| Hex | 21 | 66 | 27 | 44 | 0 | 3E | 3C | 7D | 33 | 1A |
| Octal | 41 | 146 | 47 | 104 | 0 | 76 | 74 | 175 | 63 | 32 |
| Binary | 100001 | 1100110 | 100111 | 1000100 | 0 | 111110 | 111100 | 1111101 | 110011 | 11010 |
Color Harmonies of #216627
Complementary color
Monochromatic Colors of #216627
Black with #216627
Text Example
Text Example
White with #216627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216627; }
p { color: rgb(33,102,39); }
H1.HeaderClassName
{
color: #216627;
}
.AnyTagClassName
{
color: #216627;
}
</style>
background-color css
<style>
a { background-color: #216627; }
a { background-color: rgb(33,102,39); }
div.DivClassName
{
background-color: #216627;
}
.BgClassName
{
background-color: #216627;
}
</style>
border-color css
<style>
span { border-color: #216627; }
span { border-color: rgb(33,102,39); }
td.TdClassName
{
border-color: #216627;
}
.TagClassName
{
border-color: #216627;
}
</style>