Shades of San Felix #206422
Tints of San Felix #206422
RGB
CMYK
RGB Variations
Color information
#206422 (or 0x206422) is known color: San Felix. HEX triplet: 20, 64 and 22. RGB value is (32,100,34). Sum of RGB (Red+Green+Blue) = 32+100+34=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #206422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206422 is #DF9BDD. Grayscale: #484848. Windows color (decimal): -14654430 or 2253856. OLE color: 2253856.
HSL color Cylindrical-coordinate representation of color #206422: hue angle of 121.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206422 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 34 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.61 |
| HSL | 121.76º | 0.52% | 0.26% | - |
| HSV(B) | 121.76º | 0.68% | 0.39% | - |
| XYZ | 5.44 | 9.54 | 3.07 | - |
| YUV | 72.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 34 | 0.68 | 0 | 0.66 | 0.61 | 121.76 | 0.52 | 0.26 |
| Hex | 20 | 64 | 22 | 44 | 0 | 42 | 3D | 7A | 34 | 1A |
| Octal | 40 | 144 | 42 | 104 | 0 | 102 | 75 | 172 | 64 | 32 |
| Binary | 100000 | 1100100 | 100010 | 1000100 | 0 | 1000010 | 111101 | 1111010 | 110100 | 11010 |
Color Harmonies of #206422
Complementary color
Monochromatic Colors of #206422
Black with #206422
Text Example
Text Example
White with #206422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206422; }
p { color: rgb(32,100,34); }
H1.HeaderClassName
{
color: #206422;
}
.AnyTagClassName
{
color: #206422;
}
</style>
background-color css
<style>
a { background-color: #206422; }
a { background-color: rgb(32,100,34); }
div.DivClassName
{
background-color: #206422;
}
.BgClassName
{
background-color: #206422;
}
</style>
border-color css
<style>
span { border-color: #206422; }
span { border-color: rgb(32,100,34); }
td.TdClassName
{
border-color: #206422;
}
.TagClassName
{
border-color: #206422;
}
</style>