Shades of San Felix #206125
Tints of San Felix #206125
RGB
CMYK
RGB Variations
Color information
#206125 (or 0x206125) is known color: San Felix. HEX triplet: 20, 61 and 25. RGB value is (32,97,37). Sum of RGB (Red+Green+Blue) = 32+97+37=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #206125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206125 is #DF9EDA. Grayscale: #464646. Windows color (decimal): -14655195 or 2449696. OLE color: 2449696.
HSL color Cylindrical-coordinate representation of color #206125: hue angle of 124.62º 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 #206125 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 37 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.62 |
| HSL | 124.62º | 0.5% | 0.25% | - |
| HSV(B) | 124.62º | 0.67% | 0.38% | - |
| XYZ | 5.2 | 8.99 | 3.21 | - |
| YUV | 70.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 37 | 0.67 | 0 | 0.62 | 0.62 | 124.62 | 0.5 | 0.25 |
| Hex | 20 | 61 | 25 | 43 | 0 | 3E | 3E | 7D | 32 | 19 |
| Octal | 40 | 141 | 45 | 103 | 0 | 76 | 76 | 175 | 62 | 31 |
| Binary | 100000 | 1100001 | 100101 | 1000011 | 0 | 111110 | 111110 | 1111101 | 110010 | 11001 |
Color Harmonies of #206125
Complementary color
Monochromatic Colors of #206125
Black with #206125
Text Example
Text Example
White with #206125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206125; }
p { color: rgb(32,97,37); }
H1.HeaderClassName
{
color: #206125;
}
.AnyTagClassName
{
color: #206125;
}
</style>
background-color css
<style>
a { background-color: #206125; }
a { background-color: rgb(32,97,37); }
div.DivClassName
{
background-color: #206125;
}
.BgClassName
{
background-color: #206125;
}
</style>
border-color css
<style>
span { border-color: #206125; }
span { border-color: rgb(32,97,37); }
td.TdClassName
{
border-color: #206125;
}
.TagClassName
{
border-color: #206125;
}
</style>