Shades of San Felix #326E3D
Tints of San Felix #326E3D
RGB
CMYK
RGB Variations
Color information
#326E3D (or 0x326E3D) is known color: San Felix. HEX triplet: 32, 6E and 3D. RGB value is (50,110,61). Sum of RGB (Red+Green+Blue) = 50+110+61=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #326E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E3D is #CD91C2. Grayscale: #565656. Windows color (decimal): -13472195 or 4025906. OLE color: 4025906.
HSL color Cylindrical-coordinate representation of color #326E3D: hue angle of 131º 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 #326E3D is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 61 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.57 |
| HSL | 131º | 0.38% | 0.31% | - |
| HSV(B) | 131º | 0.55% | 0.43% | - |
| XYZ | 7.73 | 12.17 | 6.36 | - |
| YUV | 86.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 61 | 0.55 | 0 | 0.45 | 0.57 | 131 | 0.38 | 0.31 |
| Hex | 32 | 6E | 3D | 37 | 0 | 2D | 39 | 83 | 26 | 1F |
| Octal | 62 | 156 | 75 | 67 | 0 | 55 | 71 | 203 | 46 | 37 |
| Binary | 110010 | 1101110 | 111101 | 110111 | 0 | 101101 | 111001 | 10000011 | 100110 | 11111 |
Color Harmonies of #326E3D
Complementary color
Monochromatic Colors of #326E3D
Black with #326E3D
Text Example
Text Example
White with #326E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E3D; }
p { color: rgb(50,110,61); }
H1.HeaderClassName
{
color: #326E3D;
}
.AnyTagClassName
{
color: #326E3D;
}
</style>
background-color css
<style>
a { background-color: #326E3D; }
a { background-color: rgb(50,110,61); }
div.DivClassName
{
background-color: #326E3D;
}
.BgClassName
{
background-color: #326E3D;
}
</style>
border-color css
<style>
span { border-color: #326E3D; }
span { border-color: rgb(50,110,61); }
td.TdClassName
{
border-color: #326E3D;
}
.TagClassName
{
border-color: #326E3D;
}
</style>