Shades of San Felix #326D35
Tints of San Felix #326D35
RGB
CMYK
RGB Variations
Color information
#326D35 (or 0x326D35) is known color: San Felix. HEX triplet: 32, 6D and 35. RGB value is (50,109,53). Sum of RGB (Red+Green+Blue) = 50+109+53=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #326D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D35 is #CD92CA. Grayscale: #555555. Windows color (decimal): -13472459 or 3501362. OLE color: 3501362.
HSL color Cylindrical-coordinate representation of color #326D35: hue angle of 123.05º 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 #326D35 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 53 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.57 |
| HSL | 123.05º | 0.37% | 0.31% | - |
| HSV(B) | 123.05º | 0.54% | 0.43% | - |
| XYZ | 7.43 | 11.87 | 5.27 | - |
| YUV | 84.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 53 | 0.54 | 0 | 0.51 | 0.57 | 123.05 | 0.37 | 0.31 |
| Hex | 32 | 6D | 35 | 36 | 0 | 33 | 39 | 7B | 25 | 1F |
| Octal | 62 | 155 | 65 | 66 | 0 | 63 | 71 | 173 | 45 | 37 |
| Binary | 110010 | 1101101 | 110101 | 110110 | 0 | 110011 | 111001 | 1111011 | 100101 | 11111 |
Color Harmonies of #326D35
Complementary color
Monochromatic Colors of #326D35
Black with #326D35
Text Example
Text Example
White with #326D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D35; }
p { color: rgb(50,109,53); }
H1.HeaderClassName
{
color: #326D35;
}
.AnyTagClassName
{
color: #326D35;
}
</style>
background-color css
<style>
a { background-color: #326D35; }
a { background-color: rgb(50,109,53); }
div.DivClassName
{
background-color: #326D35;
}
.BgClassName
{
background-color: #326D35;
}
</style>
border-color css
<style>
span { border-color: #326D35; }
span { border-color: rgb(50,109,53); }
td.TdClassName
{
border-color: #326D35;
}
.TagClassName
{
border-color: #326D35;
}
</style>