Shades of San Felix #356633
Tints of San Felix #356633
RGB
CMYK
RGB Variations
Color information
#356633 (or 0x356633) is known color: San Felix. HEX triplet: 35, 66 and 33. RGB value is (53,102,51). Sum of RGB (Red+Green+Blue) = 53+102+51=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #356633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356633 is #CA99CC. Grayscale: #515151. Windows color (decimal): -13277645 or 3368501. OLE color: 3368501.
HSL color Cylindrical-coordinate representation of color #356633: hue angle of 117.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356633 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 51 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.6 |
| HSL | 117.65º | 0.33% | 0.3% | - |
| HSV(B) | 117.65º | 0.5% | 0.4% | - |
| XYZ | 6.82 | 10.5 | 4.8 | - |
| YUV | 81.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 51 | 0.48 | 0 | 0.5 | 0.6 | 117.65 | 0.33 | 0.3 |
| Hex | 35 | 66 | 33 | 30 | 0 | 32 | 3C | 76 | 21 | 1E |
| Octal | 65 | 146 | 63 | 60 | 0 | 62 | 74 | 166 | 41 | 36 |
| Binary | 110101 | 1100110 | 110011 | 110000 | 0 | 110010 | 111100 | 1110110 | 100001 | 11110 |
Color Harmonies of #356633
Complementary color
Monochromatic Colors of #356633
Black with #356633
Text Example
Text Example
White with #356633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356633; }
p { color: rgb(53,102,51); }
H1.HeaderClassName
{
color: #356633;
}
.AnyTagClassName
{
color: #356633;
}
</style>
background-color css
<style>
a { background-color: #356633; }
a { background-color: rgb(53,102,51); }
div.DivClassName
{
background-color: #356633;
}
.BgClassName
{
background-color: #356633;
}
</style>
border-color css
<style>
span { border-color: #356633; }
span { border-color: rgb(53,102,51); }
td.TdClassName
{
border-color: #356633;
}
.TagClassName
{
border-color: #356633;
}
</style>