Shades of San Felix #336631
Tints of San Felix #336631
RGB
CMYK
RGB Variations
Color information
#336631 (or 0x336631) is known color: San Felix. HEX triplet: 33, 66 and 31. RGB value is (51,102,49). Sum of RGB (Red+Green+Blue) = 51+102+49=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #336631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336631 is #CC99CE. Grayscale: #505050. Windows color (decimal): -13408719 or 3237427. OLE color: 3237427.
HSL color Cylindrical-coordinate representation of color #336631: hue angle of 117.74º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336631 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 49 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.6 |
| HSL | 117.74º | 0.35% | 0.3% | - |
| HSV(B) | 117.74º | 0.52% | 0.4% | - |
| XYZ | 6.67 | 10.43 | 4.57 | - |
| YUV | 80.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 49 | 0.5 | 0 | 0.52 | 0.6 | 117.74 | 0.35 | 0.3 |
| Hex | 33 | 66 | 31 | 32 | 0 | 34 | 3C | 76 | 23 | 1E |
| Octal | 63 | 146 | 61 | 62 | 0 | 64 | 74 | 166 | 43 | 36 |
| Binary | 110011 | 1100110 | 110001 | 110010 | 0 | 110100 | 111100 | 1110110 | 100011 | 11110 |
Color Harmonies of #336631
Complementary color
Monochromatic Colors of #336631
Black with #336631
Text Example
Text Example
White with #336631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336631; }
p { color: rgb(51,102,49); }
H1.HeaderClassName
{
color: #336631;
}
.AnyTagClassName
{
color: #336631;
}
</style>
background-color css
<style>
a { background-color: #336631; }
a { background-color: rgb(51,102,49); }
div.DivClassName
{
background-color: #336631;
}
.BgClassName
{
background-color: #336631;
}
</style>
border-color css
<style>
span { border-color: #336631; }
span { border-color: rgb(51,102,49); }
td.TdClassName
{
border-color: #336631;
}
.TagClassName
{
border-color: #336631;
}
</style>