Shades of San Felix #20772D
Tints of San Felix #20772D
RGB
CMYK
RGB Variations
Color information
#20772D (or 0x20772D) is known color: San Felix. HEX triplet: 20, 77 and 2D. RGB value is (32,119,45). Sum of RGB (Red+Green+Blue) = 32+119+45=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #20772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20772D is #DF88D2. Grayscale: #545454. Windows color (decimal): -14649555 or 2979616. OLE color: 2979616.
HSL color Cylindrical-coordinate representation of color #20772D: hue angle of 128.97º 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 #20772D is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 45 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.53 |
| HSL | 128.97º | 0.58% | 0.3% | - |
| HSV(B) | 128.97º | 0.73% | 0.47% | - |
| XYZ | 7.67 | 13.69 | 4.72 | - |
| YUV | 84.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 45 | 0.73 | 0 | 0.62 | 0.53 | 128.97 | 0.58 | 0.3 |
| Hex | 20 | 77 | 2D | 49 | 0 | 3E | 35 | 81 | 3A | 1E |
| Octal | 40 | 167 | 55 | 111 | 0 | 76 | 65 | 201 | 72 | 36 |
| Binary | 100000 | 1110111 | 101101 | 1001001 | 0 | 111110 | 110101 | 10000001 | 111010 | 11110 |
Color Harmonies of #20772D
Complementary color
Monochromatic Colors of #20772D
Black with #20772D
Text Example
Text Example
White with #20772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20772D; }
p { color: rgb(32,119,45); }
H1.HeaderClassName
{
color: #20772D;
}
.AnyTagClassName
{
color: #20772D;
}
</style>
background-color css
<style>
a { background-color: #20772D; }
a { background-color: rgb(32,119,45); }
div.DivClassName
{
background-color: #20772D;
}
.BgClassName
{
background-color: #20772D;
}
</style>
border-color css
<style>
span { border-color: #20772D; }
span { border-color: rgb(32,119,45); }
td.TdClassName
{
border-color: #20772D;
}
.TagClassName
{
border-color: #20772D;
}
</style>