Shades of San Felix #33703C
Tints of San Felix #33703C
RGB
CMYK
RGB Variations
Color information
#33703C (or 0x33703C) is known color: San Felix. HEX triplet: 33, 70 and 3C. RGB value is (51,112,60). Sum of RGB (Red+Green+Blue) = 51+112+60=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #33703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33703C is #CC8FC3. Grayscale: #575757. Windows color (decimal): -13406148 or 3960883. OLE color: 3960883.
HSL color Cylindrical-coordinate representation of color #33703C: hue angle of 128.85º 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 #33703C is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 60 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.56 |
| HSL | 128.85º | 0.37% | 0.32% | - |
| HSV(B) | 128.85º | 0.54% | 0.44% | - |
| XYZ | 7.98 | 12.62 | 6.29 | - |
| YUV | 87.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 60 | 0.54 | 0 | 0.46 | 0.56 | 128.85 | 0.37 | 0.32 |
| Hex | 33 | 70 | 3C | 36 | 0 | 2E | 38 | 81 | 25 | 20 |
| Octal | 63 | 160 | 74 | 66 | 0 | 56 | 70 | 201 | 45 | 40 |
| Binary | 110011 | 1110000 | 111100 | 110110 | 0 | 101110 | 111000 | 10000001 | 100101 | 100000 |
Color Harmonies of #33703C
Complementary color
Monochromatic Colors of #33703C
Black with #33703C
Text Example
Text Example
White with #33703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33703C; }
p { color: rgb(51,112,60); }
H1.HeaderClassName
{
color: #33703C;
}
.AnyTagClassName
{
color: #33703C;
}
</style>
background-color css
<style>
a { background-color: #33703C; }
a { background-color: rgb(51,112,60); }
div.DivClassName
{
background-color: #33703C;
}
.BgClassName
{
background-color: #33703C;
}
</style>
border-color css
<style>
span { border-color: #33703C; }
span { border-color: rgb(51,112,60); }
td.TdClassName
{
border-color: #33703C;
}
.TagClassName
{
border-color: #33703C;
}
</style>