Shades of San Felix #326E3C
Tints of San Felix #326E3C
RGB
CMYK
RGB Variations
Color information
#326E3C (or 0x326E3C) is known color: San Felix. HEX triplet: 32, 6E and 3C. RGB value is (50,110,60). Sum of RGB (Red+Green+Blue) = 50+110+60=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #326E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E3C is #CD91C3. Grayscale: #565656. Windows color (decimal): -13472196 or 3960370. OLE color: 3960370.
HSL color Cylindrical-coordinate representation of color #326E3C: hue angle of 130º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E3C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 60 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.57 |
| HSL | 130º | 0.38% | 0.31% | - |
| HSV(B) | 130º | 0.55% | 0.43% | - |
| XYZ | 7.71 | 12.16 | 6.22 | - |
| YUV | 86.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 60 | 0.55 | 0 | 0.45 | 0.57 | 130 | 0.38 | 0.31 |
| Hex | 32 | 6E | 3C | 37 | 0 | 2D | 39 | 82 | 26 | 1F |
| Octal | 62 | 156 | 74 | 67 | 0 | 55 | 71 | 202 | 46 | 37 |
| Binary | 110010 | 1101110 | 111100 | 110111 | 0 | 101101 | 111001 | 10000010 | 100110 | 11111 |
Color Harmonies of #326E3C
Complementary color
Monochromatic Colors of #326E3C
Black with #326E3C
Text Example
Text Example
White with #326E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E3C; }
p { color: rgb(50,110,60); }
H1.HeaderClassName
{
color: #326E3C;
}
.AnyTagClassName
{
color: #326E3C;
}
</style>
background-color css
<style>
a { background-color: #326E3C; }
a { background-color: rgb(50,110,60); }
div.DivClassName
{
background-color: #326E3C;
}
.BgClassName
{
background-color: #326E3C;
}
</style>
border-color css
<style>
span { border-color: #326E3C; }
span { border-color: rgb(50,110,60); }
td.TdClassName
{
border-color: #326E3C;
}
.TagClassName
{
border-color: #326E3C;
}
</style>