Shades of San Felix #32672D
Tints of San Felix #32672D
RGB
CMYK
RGB Variations
Color information
#32672D (or 0x32672D) is known color: San Felix. HEX triplet: 32, 67 and 2D. RGB value is (50,103,45). Sum of RGB (Red+Green+Blue) = 50+103+45=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #32672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32672D is #CD98D2. Grayscale: #505050. Windows color (decimal): -13474003 or 2975538. OLE color: 2975538.
HSL color Cylindrical-coordinate representation of color #32672D: hue angle of 114.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32672D is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 45 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.60 |
| HSL | 114.83º | 0.39% | 0.29% | - |
| HSV(B) | 114.83º | 0.56% | 0.4% | - |
| XYZ | 6.64 | 10.57 | 4.17 | - |
| YUV | 80.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 45 | 0.51 | 0 | 0.56 | 0.60 | 114.83 | 0.39 | 0.29 |
| Hex | 32 | 67 | 2D | 33 | 0 | 38 | 3C | 73 | 27 | 1D |
| Octal | 62 | 147 | 55 | 63 | 0 | 70 | 74 | 163 | 47 | 35 |
| Binary | 110010 | 1100111 | 101101 | 110011 | 0 | 111000 | 111100 | 1110011 | 100111 | 11101 |
Color Harmonies of #32672D
Complementary color
Monochromatic Colors of #32672D
Black with #32672D
Text Example
Text Example
White with #32672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32672D; }
p { color: rgb(50,103,45); }
H1.HeaderClassName
{
color: #32672D;
}
.AnyTagClassName
{
color: #32672D;
}
</style>
background-color css
<style>
a { background-color: #32672D; }
a { background-color: rgb(50,103,45); }
div.DivClassName
{
background-color: #32672D;
}
.BgClassName
{
background-color: #32672D;
}
</style>
border-color css
<style>
span { border-color: #32672D; }
span { border-color: rgb(50,103,45); }
td.TdClassName
{
border-color: #32672D;
}
.TagClassName
{
border-color: #32672D;
}
</style>