Shades of San Felix #206823
Tints of San Felix #206823
RGB
CMYK
RGB Variations
Color information
#206823 (or 0x206823) is known color: San Felix. HEX triplet: 20, 68 and 23. RGB value is (32,104,35). Sum of RGB (Red+Green+Blue) = 32+104+35=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #206823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206823 is #DF97DC. Grayscale: #4A4A4A. Windows color (decimal): -14653405 or 2320416. OLE color: 2320416.
HSL color Cylindrical-coordinate representation of color #206823: hue angle of 122.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206823 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 35 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.59 |
| HSL | 122.5º | 0.53% | 0.27% | - |
| HSV(B) | 122.5º | 0.69% | 0.41% | - |
| XYZ | 5.85 | 10.33 | 3.28 | - |
| YUV | 74.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 35 | 0.69 | 0 | 0.66 | 0.59 | 122.5 | 0.53 | 0.27 |
| Hex | 20 | 68 | 23 | 45 | 0 | 42 | 3B | 7B | 35 | 1B |
| Octal | 40 | 150 | 43 | 105 | 0 | 102 | 73 | 173 | 65 | 33 |
| Binary | 100000 | 1101000 | 100011 | 1000101 | 0 | 1000010 | 111011 | 1111011 | 110101 | 11011 |
Color Harmonies of #206823
Complementary color
Monochromatic Colors of #206823
Black with #206823
Text Example
Text Example
White with #206823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206823; }
p { color: rgb(32,104,35); }
H1.HeaderClassName
{
color: #206823;
}
.AnyTagClassName
{
color: #206823;
}
</style>
background-color css
<style>
a { background-color: #206823; }
a { background-color: rgb(32,104,35); }
div.DivClassName
{
background-color: #206823;
}
.BgClassName
{
background-color: #206823;
}
</style>
border-color css
<style>
span { border-color: #206823; }
span { border-color: rgb(32,104,35); }
td.TdClassName
{
border-color: #206823;
}
.TagClassName
{
border-color: #206823;
}
</style>