Shades of Genoa #356D60
Tints of Genoa #356D60
RGB
CMYK
RGB Variations
Color information
#356D60 (or 0x356D60) is known color: Genoa. HEX triplet: 35, 6D and 60. RGB value is (53,109,96). Sum of RGB (Red+Green+Blue) = 53+109+96=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #356D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D60 is #CA929F. Grayscale: #5A5A5A. Windows color (decimal): -13275808 or 6319413. OLE color: 6319413.
HSL color Cylindrical-coordinate representation of color #356D60: hue angle of 166.07º 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 #356D60 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 96 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.57 |
| HSL | 166.07º | 0.35% | 0.32% | - |
| HSV(B) | 166.07º | 0.51% | 0.43% | - |
| XYZ | 9.05 | 12.54 | 13.01 | - |
| YUV | 90.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 96 | 0.51 | 0 | 0.12 | 0.57 | 166.07 | 0.35 | 0.32 |
| Hex | 35 | 6D | 60 | 33 | 0 | C | 39 | A6 | 23 | 20 |
| Octal | 65 | 155 | 140 | 63 | 0 | 14 | 71 | 246 | 43 | 40 |
| Binary | 110101 | 1101101 | 1100000 | 110011 | 0 | 1100 | 111001 | 10100110 | 100011 | 100000 |
Color Harmonies of #356D60
Complementary color
Monochromatic Colors of #356D60
Black with #356D60
Text Example
Text Example
White with #356D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D60; }
p { color: rgb(53,109,96); }
H1.HeaderClassName
{
color: #356D60;
}
.AnyTagClassName
{
color: #356D60;
}
</style>
background-color css
<style>
a { background-color: #356D60; }
a { background-color: rgb(53,109,96); }
div.DivClassName
{
background-color: #356D60;
}
.BgClassName
{
background-color: #356D60;
}
</style>
border-color css
<style>
span { border-color: #356D60; }
span { border-color: rgb(53,109,96); }
td.TdClassName
{
border-color: #356D60;
}
.TagClassName
{
border-color: #356D60;
}
</style>