Shades of San Felix #326D39
Tints of San Felix #326D39
RGB
CMYK
RGB Variations
Color information
#326D39 (or 0x326D39) is known color: San Felix. HEX triplet: 32, 6D and 39. RGB value is (50,109,57). Sum of RGB (Red+Green+Blue) = 50+109+57=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #326D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D39 is #CD92C6. Grayscale: #555555. Windows color (decimal): -13472455 or 3763506. OLE color: 3763506.
HSL color Cylindrical-coordinate representation of color #326D39: hue angle of 127.12º 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 #326D39 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 57 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.57 |
| HSL | 127.12º | 0.37% | 0.31% | - |
| HSV(B) | 127.12º | 0.54% | 0.43% | - |
| XYZ | 7.52 | 11.91 | 5.77 | - |
| YUV | 85.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 57 | 0.54 | 0 | 0.48 | 0.57 | 127.12 | 0.37 | 0.31 |
| Hex | 32 | 6D | 39 | 36 | 0 | 30 | 39 | 7F | 25 | 1F |
| Octal | 62 | 155 | 71 | 66 | 0 | 60 | 71 | 177 | 45 | 37 |
| Binary | 110010 | 1101101 | 111001 | 110110 | 0 | 110000 | 111001 | 1111111 | 100101 | 11111 |
Color Harmonies of #326D39
Complementary color
Monochromatic Colors of #326D39
Black with #326D39
Text Example
Text Example
White with #326D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D39; }
p { color: rgb(50,109,57); }
H1.HeaderClassName
{
color: #326D39;
}
.AnyTagClassName
{
color: #326D39;
}
</style>
background-color css
<style>
a { background-color: #326D39; }
a { background-color: rgb(50,109,57); }
div.DivClassName
{
background-color: #326D39;
}
.BgClassName
{
background-color: #326D39;
}
</style>
border-color css
<style>
span { border-color: #326D39; }
span { border-color: rgb(50,109,57); }
td.TdClassName
{
border-color: #326D39;
}
.TagClassName
{
border-color: #326D39;
}
</style>