Shades of San Felix #356A39
Tints of San Felix #356A39
RGB
CMYK
RGB Variations
Color information
#356A39 (or 0x356A39) is known color: San Felix. HEX triplet: 35, 6A and 39. RGB value is (53,106,57). Sum of RGB (Red+Green+Blue) = 53+106+57=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #356A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A39 is #CA95C6. Grayscale: #545454. Windows color (decimal): -13276615 or 3762741. OLE color: 3762741.
HSL color Cylindrical-coordinate representation of color #356A39: hue angle of 124.53º degrees, saturation: 0.33, 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 #356A39 is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 57 | - |
| CMYK | 0.5 | 0 | 0.46 | 0.58 |
| HSL | 124.53º | 0.33% | 0.31% | - |
| HSV(B) | 124.53º | 0.5% | 0.42% | - |
| XYZ | 7.36 | 11.36 | 5.68 | - |
| YUV | 84.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 57 | 0.5 | 0 | 0.46 | 0.58 | 124.53 | 0.33 | 0.31 |
| Hex | 35 | 6A | 39 | 32 | 0 | 2E | 3A | 7D | 21 | 1F |
| Octal | 65 | 152 | 71 | 62 | 0 | 56 | 72 | 175 | 41 | 37 |
| Binary | 110101 | 1101010 | 111001 | 110010 | 0 | 101110 | 111010 | 1111101 | 100001 | 11111 |
Color Harmonies of #356A39
Complementary color
Monochromatic Colors of #356A39
Black with #356A39
Text Example
Text Example
White with #356A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A39; }
p { color: rgb(53,106,57); }
H1.HeaderClassName
{
color: #356A39;
}
.AnyTagClassName
{
color: #356A39;
}
</style>
background-color css
<style>
a { background-color: #356A39; }
a { background-color: rgb(53,106,57); }
div.DivClassName
{
background-color: #356A39;
}
.BgClassName
{
background-color: #356A39;
}
</style>
border-color css
<style>
span { border-color: #356A39; }
span { border-color: rgb(53,106,57); }
td.TdClassName
{
border-color: #356A39;
}
.TagClassName
{
border-color: #356A39;
}
</style>