Shades of San Felix #216523
Tints of San Felix #216523
RGB
CMYK
RGB Variations
Color information
#216523 (or 0x216523) is known color: San Felix. HEX triplet: 21, 65 and 23. RGB value is (33,101,35). Sum of RGB (Red+Green+Blue) = 33+101+35=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #216523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216523 is #DE9ADC. Grayscale: #494949. Windows color (decimal): -14588637 or 2319649. OLE color: 2319649.
HSL color Cylindrical-coordinate representation of color #216523: hue angle of 121.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216523 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 35 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.60 |
| HSL | 121.76º | 0.51% | 0.26% | - |
| HSV(B) | 121.76º | 0.67% | 0.4% | - |
| XYZ | 5.58 | 9.75 | 3.18 | - |
| YUV | 73.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 35 | 0.67 | 0 | 0.65 | 0.60 | 121.76 | 0.51 | 0.26 |
| Hex | 21 | 65 | 23 | 43 | 0 | 41 | 3C | 7A | 33 | 1A |
| Octal | 41 | 145 | 43 | 103 | 0 | 101 | 74 | 172 | 63 | 32 |
| Binary | 100001 | 1100101 | 100011 | 1000011 | 0 | 1000001 | 111100 | 1111010 | 110011 | 11010 |
Color Harmonies of #216523
Complementary color
Monochromatic Colors of #216523
Black with #216523
Text Example
Text Example
White with #216523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216523; }
p { color: rgb(33,101,35); }
H1.HeaderClassName
{
color: #216523;
}
.AnyTagClassName
{
color: #216523;
}
</style>
background-color css
<style>
a { background-color: #216523; }
a { background-color: rgb(33,101,35); }
div.DivClassName
{
background-color: #216523;
}
.BgClassName
{
background-color: #216523;
}
</style>
border-color css
<style>
span { border-color: #216523; }
span { border-color: rgb(33,101,35); }
td.TdClassName
{
border-color: #216523;
}
.TagClassName
{
border-color: #216523;
}
</style>