Shades of San Felix #206626
Tints of San Felix #206626
RGB
CMYK
RGB Variations
Color information
#206626 (or 0x206626) is known color: San Felix. HEX triplet: 20, 66 and 26. RGB value is (32,102,38). Sum of RGB (Red+Green+Blue) = 32+102+38=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #206626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206626 is #DF99D9. Grayscale: #494949. Windows color (decimal): -14653914 or 2516512. OLE color: 2516512.
HSL color Cylindrical-coordinate representation of color #206626: hue angle of 125.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206626 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 38 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.6 |
| HSL | 125.14º | 0.52% | 0.26% | - |
| HSV(B) | 125.14º | 0.69% | 0.4% | - |
| XYZ | 5.7 | 9.95 | 3.45 | - |
| YUV | 73.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 38 | 0.69 | 0 | 0.63 | 0.6 | 125.14 | 0.52 | 0.26 |
| Hex | 20 | 66 | 26 | 45 | 0 | 3F | 3C | 7D | 34 | 1A |
| Octal | 40 | 146 | 46 | 105 | 0 | 77 | 74 | 175 | 64 | 32 |
| Binary | 100000 | 1100110 | 100110 | 1000101 | 0 | 111111 | 111100 | 1111101 | 110100 | 11010 |
Color Harmonies of #206626
Complementary color
Monochromatic Colors of #206626
Black with #206626
Text Example
Text Example
White with #206626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206626; }
p { color: rgb(32,102,38); }
H1.HeaderClassName
{
color: #206626;
}
.AnyTagClassName
{
color: #206626;
}
</style>
background-color css
<style>
a { background-color: #206626; }
a { background-color: rgb(32,102,38); }
div.DivClassName
{
background-color: #206626;
}
.BgClassName
{
background-color: #206626;
}
</style>
border-color css
<style>
span { border-color: #206626; }
span { border-color: rgb(32,102,38); }
td.TdClassName
{
border-color: #206626;
}
.TagClassName
{
border-color: #206626;
}
</style>