Shades of San Felix #206324
Tints of San Felix #206324
RGB
CMYK
RGB Variations
Color information
#206324 (or 0x206324) is known color: San Felix. HEX triplet: 20, 63 and 24. RGB value is (32,99,36). Sum of RGB (Red+Green+Blue) = 32+99+36=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #206324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206324 is #DF9CDB. Grayscale: #474747. Windows color (decimal): -14654684 or 2384672. OLE color: 2384672.
HSL color Cylindrical-coordinate representation of color #206324: hue angle of 123.58º degrees, saturation: 0.51, 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 #206324 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 36 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.61 |
| HSL | 123.58º | 0.51% | 0.26% | - |
| HSV(B) | 123.58º | 0.68% | 0.39% | - |
| XYZ | 5.38 | 9.36 | 3.19 | - |
| YUV | 71.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 36 | 0.68 | 0 | 0.64 | 0.61 | 123.58 | 0.51 | 0.26 |
| Hex | 20 | 63 | 24 | 44 | 0 | 40 | 3D | 7C | 33 | 1A |
| Octal | 40 | 143 | 44 | 104 | 0 | 100 | 75 | 174 | 63 | 32 |
| Binary | 100000 | 1100011 | 100100 | 1000100 | 0 | 1000000 | 111101 | 1111100 | 110011 | 11010 |
Color Harmonies of #206324
Complementary color
Monochromatic Colors of #206324
Black with #206324
Text Example
Text Example
White with #206324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206324; }
p { color: rgb(32,99,36); }
H1.HeaderClassName
{
color: #206324;
}
.AnyTagClassName
{
color: #206324;
}
</style>
background-color css
<style>
a { background-color: #206324; }
a { background-color: rgb(32,99,36); }
div.DivClassName
{
background-color: #206324;
}
.BgClassName
{
background-color: #206324;
}
</style>
border-color css
<style>
span { border-color: #206324; }
span { border-color: rgb(32,99,36); }
td.TdClassName
{
border-color: #206324;
}
.TagClassName
{
border-color: #206324;
}
</style>