Shades of San Felix #32713E
Tints of San Felix #32713E
RGB
CMYK
RGB Variations
Color information
#32713E (or 0x32713E) is known color: San Felix. HEX triplet: 32, 71 and 3E. RGB value is (50,113,62). Sum of RGB (Red+Green+Blue) = 50+113+62=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #32713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32713E is #CD8EC1. Grayscale: #585858. Windows color (decimal): -13471426 or 4092210. OLE color: 4092210.
HSL color Cylindrical-coordinate representation of color #32713E: hue angle of 131.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32713E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 62 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.56 |
| HSL | 131.43º | 0.39% | 0.32% | - |
| HSV(B) | 131.43º | 0.56% | 0.44% | - |
| XYZ | 8.09 | 12.84 | 6.61 | - |
| YUV | 88.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 62 | 0.56 | 0 | 0.45 | 0.56 | 131.43 | 0.39 | 0.32 |
| Hex | 32 | 71 | 3E | 38 | 0 | 2D | 38 | 83 | 27 | 20 |
| Octal | 62 | 161 | 76 | 70 | 0 | 55 | 70 | 203 | 47 | 40 |
| Binary | 110010 | 1110001 | 111110 | 111000 | 0 | 101101 | 111000 | 10000011 | 100111 | 100000 |
Color Harmonies of #32713E
Complementary color
Monochromatic Colors of #32713E
Black with #32713E
Text Example
Text Example
White with #32713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32713E; }
p { color: rgb(50,113,62); }
H1.HeaderClassName
{
color: #32713E;
}
.AnyTagClassName
{
color: #32713E;
}
</style>
background-color css
<style>
a { background-color: #32713E; }
a { background-color: rgb(50,113,62); }
div.DivClassName
{
background-color: #32713E;
}
.BgClassName
{
background-color: #32713E;
}
</style>
border-color css
<style>
span { border-color: #32713E; }
span { border-color: rgb(50,113,62); }
td.TdClassName
{
border-color: #32713E;
}
.TagClassName
{
border-color: #32713E;
}
</style>