Shades of San Felix #32703D
Tints of San Felix #32703D
RGB
CMYK
RGB Variations
Color information
#32703D (or 0x32703D) is known color: San Felix. HEX triplet: 32, 70 and 3D. RGB value is (50,112,61). Sum of RGB (Red+Green+Blue) = 50+112+61=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #32703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32703D is #CD8FC2. Grayscale: #575757. Windows color (decimal): -13471683 or 4026418. OLE color: 4026418.
HSL color Cylindrical-coordinate representation of color #32703D: hue angle of 130.65º 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 #32703D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 61 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.56 |
| HSL | 130.65º | 0.38% | 0.32% | - |
| HSV(B) | 130.65º | 0.55% | 0.44% | - |
| XYZ | 7.95 | 12.6 | 6.43 | - |
| YUV | 87.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 61 | 0.55 | 0 | 0.46 | 0.56 | 130.65 | 0.38 | 0.32 |
| Hex | 32 | 70 | 3D | 37 | 0 | 2E | 38 | 83 | 26 | 20 |
| Octal | 62 | 160 | 75 | 67 | 0 | 56 | 70 | 203 | 46 | 40 |
| Binary | 110010 | 1110000 | 111101 | 110111 | 0 | 101110 | 111000 | 10000011 | 100110 | 100000 |
Color Harmonies of #32703D
Complementary color
Monochromatic Colors of #32703D
Black with #32703D
Text Example
Text Example
White with #32703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32703D; }
p { color: rgb(50,112,61); }
H1.HeaderClassName
{
color: #32703D;
}
.AnyTagClassName
{
color: #32703D;
}
</style>
background-color css
<style>
a { background-color: #32703D; }
a { background-color: rgb(50,112,61); }
div.DivClassName
{
background-color: #32703D;
}
.BgClassName
{
background-color: #32703D;
}
</style>
border-color css
<style>
span { border-color: #32703D; }
span { border-color: rgb(50,112,61); }
td.TdClassName
{
border-color: #32703D;
}
.TagClassName
{
border-color: #32703D;
}
</style>