Shades of San Felix #20772B
Tints of San Felix #20772B
RGB
CMYK
RGB Variations
Color information
#20772B (or 0x20772B) is known color: San Felix. HEX triplet: 20, 77 and 2B. RGB value is (32,119,43). Sum of RGB (Red+Green+Blue) = 32+119+43=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #20772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20772B is #DF88D4. Grayscale: #545454. Windows color (decimal): -14649557 or 2848544. OLE color: 2848544.
HSL color Cylindrical-coordinate representation of color #20772B: hue angle of 127.59º 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 #20772B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 43 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.53 |
| HSL | 127.59º | 0.58% | 0.3% | - |
| HSV(B) | 127.59º | 0.73% | 0.47% | - |
| XYZ | 7.63 | 13.68 | 4.52 | - |
| YUV | 84.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 43 | 0.73 | 0 | 0.64 | 0.53 | 127.59 | 0.58 | 0.3 |
| Hex | 20 | 77 | 2B | 49 | 0 | 40 | 35 | 80 | 3A | 1E |
| Octal | 40 | 167 | 53 | 111 | 0 | 100 | 65 | 200 | 72 | 36 |
| Binary | 100000 | 1110111 | 101011 | 1001001 | 0 | 1000000 | 110101 | 10000000 | 111010 | 11110 |
Color Harmonies of #20772B
Complementary color
Monochromatic Colors of #20772B
Black with #20772B
Text Example
Text Example
White with #20772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20772B; }
p { color: rgb(32,119,43); }
H1.HeaderClassName
{
color: #20772B;
}
.AnyTagClassName
{
color: #20772B;
}
</style>
background-color css
<style>
a { background-color: #20772B; }
a { background-color: rgb(32,119,43); }
div.DivClassName
{
background-color: #20772B;
}
.BgClassName
{
background-color: #20772B;
}
</style>
border-color css
<style>
span { border-color: #20772B; }
span { border-color: rgb(32,119,43); }
td.TdClassName
{
border-color: #20772B;
}
.TagClassName
{
border-color: #20772B;
}
</style>