Shades of San Felix #206022
Tints of San Felix #206022
RGB
CMYK
RGB Variations
Color information
#206022 (or 0x206022) is known color: San Felix. HEX triplet: 20, 60 and 22. RGB value is (32,96,34). Sum of RGB (Red+Green+Blue) = 32+96+34=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #206022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206022 is #DF9FDD. Grayscale: #454545. Windows color (decimal): -14655454 or 2252832. OLE color: 2252832.
HSL color Cylindrical-coordinate representation of color #206022: hue angle of 121.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206022 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 34 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.62 |
| HSL | 121.88º | 0.5% | 0.25% | - |
| HSV(B) | 121.88º | 0.67% | 0.38% | - |
| XYZ | 5.07 | 8.79 | 2.94 | - |
| YUV | 69.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 34 | 0.67 | 0 | 0.65 | 0.62 | 121.88 | 0.5 | 0.25 |
| Hex | 20 | 60 | 22 | 43 | 0 | 41 | 3E | 7A | 32 | 19 |
| Octal | 40 | 140 | 42 | 103 | 0 | 101 | 76 | 172 | 62 | 31 |
| Binary | 100000 | 1100000 | 100010 | 1000011 | 0 | 1000001 | 111110 | 1111010 | 110010 | 11001 |
Color Harmonies of #206022
Complementary color
Monochromatic Colors of #206022
Black with #206022
Text Example
Text Example
White with #206022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206022; }
p { color: rgb(32,96,34); }
H1.HeaderClassName
{
color: #206022;
}
.AnyTagClassName
{
color: #206022;
}
</style>
background-color css
<style>
a { background-color: #206022; }
a { background-color: rgb(32,96,34); }
div.DivClassName
{
background-color: #206022;
}
.BgClassName
{
background-color: #206022;
}
</style>
border-color css
<style>
span { border-color: #206022; }
span { border-color: rgb(32,96,34); }
td.TdClassName
{
border-color: #206022;
}
.TagClassName
{
border-color: #206022;
}
</style>