Shades of San Felix #356D3B
Tints of San Felix #356D3B
RGB
CMYK
RGB Variations
Color information
#356D3B (or 0x356D3B) is known color: San Felix. HEX triplet: 35, 6D and 3B. RGB value is (53,109,59). Sum of RGB (Red+Green+Blue) = 53+109+59=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #356D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D3B is #CA92C4. Grayscale: #565656. Windows color (decimal): -13275845 or 3894581. OLE color: 3894581.
HSL color Cylindrical-coordinate representation of color #356D3B: hue angle of 126.43º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356D3B is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 59 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.57 |
| HSL | 126.43º | 0.35% | 0.32% | - |
| HSV(B) | 126.43º | 0.51% | 0.43% | - |
| XYZ | 7.73 | 12.01 | 6.05 | - |
| YUV | 86.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 59 | 0.51 | 0 | 0.46 | 0.57 | 126.43 | 0.35 | 0.32 |
| Hex | 35 | 6D | 3B | 33 | 0 | 2E | 39 | 7E | 23 | 20 |
| Octal | 65 | 155 | 73 | 63 | 0 | 56 | 71 | 176 | 43 | 40 |
| Binary | 110101 | 1101101 | 111011 | 110011 | 0 | 101110 | 111001 | 1111110 | 100011 | 100000 |
Color Harmonies of #356D3B
Complementary color
Monochromatic Colors of #356D3B
Black with #356D3B
Text Example
Text Example
White with #356D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D3B; }
p { color: rgb(53,109,59); }
H1.HeaderClassName
{
color: #356D3B;
}
.AnyTagClassName
{
color: #356D3B;
}
</style>
background-color css
<style>
a { background-color: #356D3B; }
a { background-color: rgb(53,109,59); }
div.DivClassName
{
background-color: #356D3B;
}
.BgClassName
{
background-color: #356D3B;
}
</style>
border-color css
<style>
span { border-color: #356D3B; }
span { border-color: rgb(53,109,59); }
td.TdClassName
{
border-color: #356D3B;
}
.TagClassName
{
border-color: #356D3B;
}
</style>