Shades of San Felix #32662F
Tints of San Felix #32662F
RGB
CMYK
RGB Variations
Color information
#32662F (or 0x32662F) is known color: San Felix. HEX triplet: 32, 66 and 2F. RGB value is (50,102,47). Sum of RGB (Red+Green+Blue) = 50+102+47=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #32662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32662F is #CD99D0. Grayscale: #505050. Windows color (decimal): -13474257 or 3106354. OLE color: 3106354.
HSL color Cylindrical-coordinate representation of color #32662F: hue angle of 116.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32662F is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 47 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.6 |
| HSL | 116.73º | 0.37% | 0.29% | - |
| HSV(B) | 116.73º | 0.54% | 0.4% | - |
| XYZ | 6.58 | 10.39 | 4.35 | - |
| YUV | 80.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 47 | 0.51 | 0 | 0.54 | 0.6 | 116.73 | 0.37 | 0.29 |
| Hex | 32 | 66 | 2F | 33 | 0 | 36 | 3C | 75 | 25 | 1D |
| Octal | 62 | 146 | 57 | 63 | 0 | 66 | 74 | 165 | 45 | 35 |
| Binary | 110010 | 1100110 | 101111 | 110011 | 0 | 110110 | 111100 | 1110101 | 100101 | 11101 |
Color Harmonies of #32662F
Complementary color
Monochromatic Colors of #32662F
Black with #32662F
Text Example
Text Example
White with #32662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32662F; }
p { color: rgb(50,102,47); }
H1.HeaderClassName
{
color: #32662F;
}
.AnyTagClassName
{
color: #32662F;
}
</style>
background-color css
<style>
a { background-color: #32662F; }
a { background-color: rgb(50,102,47); }
div.DivClassName
{
background-color: #32662F;
}
.BgClassName
{
background-color: #32662F;
}
</style>
border-color css
<style>
span { border-color: #32662F; }
span { border-color: rgb(50,102,47); }
td.TdClassName
{
border-color: #32662F;
}
.TagClassName
{
border-color: #32662F;
}
</style>