Shades of San Felix #326F38
Tints of San Felix #326F38
RGB
CMYK
RGB Variations
Color information
#326F38 (or 0x326F38) is known color: San Felix. HEX triplet: 32, 6F and 38. RGB value is (50,111,56). Sum of RGB (Red+Green+Blue) = 50+111+56=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #326F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F38 is #CD90C7. Grayscale: #565656. Windows color (decimal): -13471944 or 3698482. OLE color: 3698482.
HSL color Cylindrical-coordinate representation of color #326F38: hue angle of 125.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F38 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 56 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.56 |
| HSL | 125.9º | 0.38% | 0.32% | - |
| HSV(B) | 125.9º | 0.55% | 0.44% | - |
| XYZ | 7.71 | 12.33 | 5.72 | - |
| YUV | 86.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 56 | 0.55 | 0 | 0.50 | 0.56 | 125.9 | 0.38 | 0.32 |
| Hex | 32 | 6F | 38 | 37 | 0 | 32 | 38 | 7E | 26 | 20 |
| Octal | 62 | 157 | 70 | 67 | 0 | 62 | 70 | 176 | 46 | 40 |
| Binary | 110010 | 1101111 | 111000 | 110111 | 0 | 110010 | 111000 | 1111110 | 100110 | 100000 |
Color Harmonies of #326F38
Complementary color
Monochromatic Colors of #326F38
Black with #326F38
Text Example
Text Example
White with #326F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F38; }
p { color: rgb(50,111,56); }
H1.HeaderClassName
{
color: #326F38;
}
.AnyTagClassName
{
color: #326F38;
}
</style>
background-color css
<style>
a { background-color: #326F38; }
a { background-color: rgb(50,111,56); }
div.DivClassName
{
background-color: #326F38;
}
.BgClassName
{
background-color: #326F38;
}
</style>
border-color css
<style>
span { border-color: #326F38; }
span { border-color: rgb(50,111,56); }
td.TdClassName
{
border-color: #326F38;
}
.TagClassName
{
border-color: #326F38;
}
</style>