Shades of San Felix #356B39
Tints of San Felix #356B39
RGB
CMYK
RGB Variations
Color information
#356B39 (or 0x356B39) is known color: San Felix. HEX triplet: 35, 6B and 39. RGB value is (53,107,57). Sum of RGB (Red+Green+Blue) = 53+107+57=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #356B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B39 is #CA94C6. Grayscale: #555555. Windows color (decimal): -13276359 or 3762997. OLE color: 3762997.
HSL color Cylindrical-coordinate representation of color #356B39: hue angle of 124.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B39 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 57 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.58 |
| HSL | 124.44º | 0.34% | 0.31% | - |
| HSV(B) | 124.44º | 0.5% | 0.42% | - |
| XYZ | 7.46 | 11.57 | 5.71 | - |
| YUV | 85.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 57 | 0.50 | 0 | 0.47 | 0.58 | 124.44 | 0.34 | 0.31 |
| Hex | 35 | 6B | 39 | 32 | 0 | 2F | 3A | 7C | 22 | 1F |
| Octal | 65 | 153 | 71 | 62 | 0 | 57 | 72 | 174 | 42 | 37 |
| Binary | 110101 | 1101011 | 111001 | 110010 | 0 | 101111 | 111010 | 1111100 | 100010 | 11111 |
Color Harmonies of #356B39
Complementary color
Monochromatic Colors of #356B39
Black with #356B39
Text Example
Text Example
White with #356B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B39; }
p { color: rgb(53,107,57); }
H1.HeaderClassName
{
color: #356B39;
}
.AnyTagClassName
{
color: #356B39;
}
</style>
background-color css
<style>
a { background-color: #356B39; }
a { background-color: rgb(53,107,57); }
div.DivClassName
{
background-color: #356B39;
}
.BgClassName
{
background-color: #356B39;
}
</style>
border-color css
<style>
span { border-color: #356B39; }
span { border-color: rgb(53,107,57); }
td.TdClassName
{
border-color: #356B39;
}
.TagClassName
{
border-color: #356B39;
}
</style>