Shades of San Felix #33692F
Tints of San Felix #33692F
RGB
CMYK
RGB Variations
Color information
#33692F (or 0x33692F) is known color: San Felix. HEX triplet: 33, 69 and 2F. RGB value is (51,105,47). Sum of RGB (Red+Green+Blue) = 51+105+47=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #33692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33692F is #CC96D0. Grayscale: #525252. Windows color (decimal): -13407953 or 3107123. OLE color: 3107123.
HSL color Cylindrical-coordinate representation of color #33692F: hue angle of 115.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33692F is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 47 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.59 |
| HSL | 115.86º | 0.38% | 0.3% | - |
| HSV(B) | 115.86º | 0.55% | 0.41% | - |
| XYZ | 6.93 | 11.01 | 4.45 | - |
| YUV | 82.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 47 | 0.51 | 0 | 0.55 | 0.59 | 115.86 | 0.38 | 0.3 |
| Hex | 33 | 69 | 2F | 33 | 0 | 37 | 3B | 74 | 26 | 1E |
| Octal | 63 | 151 | 57 | 63 | 0 | 67 | 73 | 164 | 46 | 36 |
| Binary | 110011 | 1101001 | 101111 | 110011 | 0 | 110111 | 111011 | 1110100 | 100110 | 11110 |
Color Harmonies of #33692F
Complementary color
Monochromatic Colors of #33692F
Black with #33692F
Text Example
Text Example
White with #33692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33692F; }
p { color: rgb(51,105,47); }
H1.HeaderClassName
{
color: #33692F;
}
.AnyTagClassName
{
color: #33692F;
}
</style>
background-color css
<style>
a { background-color: #33692F; }
a { background-color: rgb(51,105,47); }
div.DivClassName
{
background-color: #33692F;
}
.BgClassName
{
background-color: #33692F;
}
</style>
border-color css
<style>
span { border-color: #33692F; }
span { border-color: rgb(51,105,47); }
td.TdClassName
{
border-color: #33692F;
}
.TagClassName
{
border-color: #33692F;
}
</style>