Shades of San Felix #20772C
Tints of San Felix #20772C
RGB
CMYK
RGB Variations
Color information
#20772C (or 0x20772C) is known color: San Felix. HEX triplet: 20, 77 and 2C. RGB value is (32,119,44). Sum of RGB (Red+Green+Blue) = 32+119+44=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #20772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20772C is #DF88D3. Grayscale: #545454. Windows color (decimal): -14649556 or 2914080. OLE color: 2914080.
HSL color Cylindrical-coordinate representation of color #20772C: hue angle of 128.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20772C is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 44 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.53 |
| HSL | 128.28º | 0.58% | 0.3% | - |
| HSV(B) | 128.28º | 0.73% | 0.47% | - |
| XYZ | 7.65 | 13.68 | 4.62 | - |
| YUV | 84.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 44 | 0.73 | 0 | 0.63 | 0.53 | 128.28 | 0.58 | 0.3 |
| Hex | 20 | 77 | 2C | 49 | 0 | 3F | 35 | 80 | 3A | 1E |
| Octal | 40 | 167 | 54 | 111 | 0 | 77 | 65 | 200 | 72 | 36 |
| Binary | 100000 | 1110111 | 101100 | 1001001 | 0 | 111111 | 110101 | 10000000 | 111010 | 11110 |
Color Harmonies of #20772C
Complementary color
Monochromatic Colors of #20772C
Black with #20772C
Text Example
Text Example
White with #20772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20772C; }
p { color: rgb(32,119,44); }
H1.HeaderClassName
{
color: #20772C;
}
.AnyTagClassName
{
color: #20772C;
}
</style>
background-color css
<style>
a { background-color: #20772C; }
a { background-color: rgb(32,119,44); }
div.DivClassName
{
background-color: #20772C;
}
.BgClassName
{
background-color: #20772C;
}
</style>
border-color css
<style>
span { border-color: #20772C; }
span { border-color: rgb(32,119,44); }
td.TdClassName
{
border-color: #20772C;
}
.TagClassName
{
border-color: #20772C;
}
</style>