Shades of San Felix #32723E
Tints of San Felix #32723E
RGB
CMYK
RGB Variations
Color information
#32723E (or 0x32723E) is known color: San Felix. HEX triplet: 32, 72 and 3E. RGB value is (50,114,62). Sum of RGB (Red+Green+Blue) = 50+114+62=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #32723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32723E is #CD8DC1. Grayscale: #595959. Windows color (decimal): -13471170 or 4092466. OLE color: 4092466.
HSL color Cylindrical-coordinate representation of color #32723E: hue angle of 131.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32723E is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 62 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.55 |
| HSL | 131.25º | 0.39% | 0.32% | - |
| HSV(B) | 131.25º | 0.56% | 0.45% | - |
| XYZ | 8.2 | 13.06 | 6.65 | - |
| YUV | 88.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 62 | 0.56 | 0 | 0.46 | 0.55 | 131.25 | 0.39 | 0.32 |
| Hex | 32 | 72 | 3E | 38 | 0 | 2E | 37 | 83 | 27 | 20 |
| Octal | 62 | 162 | 76 | 70 | 0 | 56 | 67 | 203 | 47 | 40 |
| Binary | 110010 | 1110010 | 111110 | 111000 | 0 | 101110 | 110111 | 10000011 | 100111 | 100000 |
Color Harmonies of #32723E
Complementary color
Monochromatic Colors of #32723E
Black with #32723E
Text Example
Text Example
White with #32723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32723E; }
p { color: rgb(50,114,62); }
H1.HeaderClassName
{
color: #32723E;
}
.AnyTagClassName
{
color: #32723E;
}
</style>
background-color css
<style>
a { background-color: #32723E; }
a { background-color: rgb(50,114,62); }
div.DivClassName
{
background-color: #32723E;
}
.BgClassName
{
background-color: #32723E;
}
</style>
border-color css
<style>
span { border-color: #32723E; }
span { border-color: rgb(50,114,62); }
td.TdClassName
{
border-color: #32723E;
}
.TagClassName
{
border-color: #32723E;
}
</style>