Shades of San Felix #326F3B
Tints of San Felix #326F3B
RGB
CMYK
RGB Variations
Color information
#326F3B (or 0x326F3B) is known color: San Felix. HEX triplet: 32, 6F and 3B. RGB value is (50,111,59). Sum of RGB (Red+Green+Blue) = 50+111+59=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #326F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F3B is #CD90C4. Grayscale: #565656. Windows color (decimal): -13471941 or 3895090. OLE color: 3895090.
HSL color Cylindrical-coordinate representation of color #326F3B: hue angle of 128.85º 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 #326F3B is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 59 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.56 |
| HSL | 128.85º | 0.38% | 0.32% | - |
| HSV(B) | 128.85º | 0.55% | 0.44% | - |
| XYZ | 7.79 | 12.36 | 6.11 | - |
| YUV | 86.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 59 | 0.55 | 0 | 0.47 | 0.56 | 128.85 | 0.38 | 0.32 |
| Hex | 32 | 6F | 3B | 37 | 0 | 2F | 38 | 81 | 26 | 20 |
| Octal | 62 | 157 | 73 | 67 | 0 | 57 | 70 | 201 | 46 | 40 |
| Binary | 110010 | 1101111 | 111011 | 110111 | 0 | 101111 | 111000 | 10000001 | 100110 | 100000 |
Color Harmonies of #326F3B
Complementary color
Monochromatic Colors of #326F3B
Black with #326F3B
Text Example
Text Example
White with #326F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F3B; }
p { color: rgb(50,111,59); }
H1.HeaderClassName
{
color: #326F3B;
}
.AnyTagClassName
{
color: #326F3B;
}
</style>
background-color css
<style>
a { background-color: #326F3B; }
a { background-color: rgb(50,111,59); }
div.DivClassName
{
background-color: #326F3B;
}
.BgClassName
{
background-color: #326F3B;
}
</style>
border-color css
<style>
span { border-color: #326F3B; }
span { border-color: rgb(50,111,59); }
td.TdClassName
{
border-color: #326F3B;
}
.TagClassName
{
border-color: #326F3B;
}
</style>