Shades of San Felix #33703F
Tints of San Felix #33703F
RGB
CMYK
RGB Variations
Color information
#33703F (or 0x33703F) is known color: San Felix. HEX triplet: 33, 70 and 3F. RGB value is (51,112,63). Sum of RGB (Red+Green+Blue) = 51+112+63=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #33703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33703F is #CC8FC0. Grayscale: #585858. Windows color (decimal): -13406145 or 4157491. OLE color: 4157491.
HSL color Cylindrical-coordinate representation of color #33703F: hue angle of 131.8º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33703F is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 63 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.56 |
| HSL | 131.8º | 0.37% | 0.32% | - |
| HSV(B) | 131.8º | 0.54% | 0.44% | - |
| XYZ | 8.06 | 12.65 | 6.72 | - |
| YUV | 88.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 63 | 0.54 | 0 | 0.44 | 0.56 | 131.8 | 0.37 | 0.32 |
| Hex | 33 | 70 | 3F | 36 | 0 | 2C | 38 | 84 | 25 | 20 |
| Octal | 63 | 160 | 77 | 66 | 0 | 54 | 70 | 204 | 45 | 40 |
| Binary | 110011 | 1110000 | 111111 | 110110 | 0 | 101100 | 111000 | 10000100 | 100101 | 100000 |
Color Harmonies of #33703F
Complementary color
Monochromatic Colors of #33703F
Black with #33703F
Text Example
Text Example
White with #33703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33703F; }
p { color: rgb(51,112,63); }
H1.HeaderClassName
{
color: #33703F;
}
.AnyTagClassName
{
color: #33703F;
}
</style>
background-color css
<style>
a { background-color: #33703F; }
a { background-color: rgb(51,112,63); }
div.DivClassName
{
background-color: #33703F;
}
.BgClassName
{
background-color: #33703F;
}
</style>
border-color css
<style>
span { border-color: #33703F; }
span { border-color: rgb(51,112,63); }
td.TdClassName
{
border-color: #33703F;
}
.TagClassName
{
border-color: #33703F;
}
</style>