Shades of San Felix #326D33
Tints of San Felix #326D33
RGB
CMYK
RGB Variations
Color information
#326D33 (or 0x326D33) is known color: San Felix. HEX triplet: 32, 6D and 33. RGB value is (50,109,51). Sum of RGB (Red+Green+Blue) = 50+109+51=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #326D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D33 is #CD92CC. Grayscale: #545454. Windows color (decimal): -13472461 or 3370290. OLE color: 3370290.
HSL color Cylindrical-coordinate representation of color #326D33: hue angle of 121.02º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D33 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 51 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.57 |
| HSL | 121.02º | 0.37% | 0.31% | - |
| HSV(B) | 121.02º | 0.54% | 0.43% | - |
| XYZ | 7.38 | 11.85 | 5.03 | - |
| YUV | 84.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 51 | 0.54 | 0 | 0.53 | 0.57 | 121.02 | 0.37 | 0.31 |
| Hex | 32 | 6D | 33 | 36 | 0 | 35 | 39 | 79 | 25 | 1F |
| Octal | 62 | 155 | 63 | 66 | 0 | 65 | 71 | 171 | 45 | 37 |
| Binary | 110010 | 1101101 | 110011 | 110110 | 0 | 110101 | 111001 | 1111001 | 100101 | 11111 |
Color Harmonies of #326D33
Complementary color
Monochromatic Colors of #326D33
Black with #326D33
Text Example
Text Example
White with #326D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D33; }
p { color: rgb(50,109,51); }
H1.HeaderClassName
{
color: #326D33;
}
.AnyTagClassName
{
color: #326D33;
}
</style>
background-color css
<style>
a { background-color: #326D33; }
a { background-color: rgb(50,109,51); }
div.DivClassName
{
background-color: #326D33;
}
.BgClassName
{
background-color: #326D33;
}
</style>
border-color css
<style>
span { border-color: #326D33; }
span { border-color: rgb(50,109,51); }
td.TdClassName
{
border-color: #326D33;
}
.TagClassName
{
border-color: #326D33;
}
</style>