Shades of Genoa #356E64
Tints of Genoa #356E64
RGB
CMYK
RGB Variations
Color information
#356E64 (or 0x356E64) is known color: Genoa. HEX triplet: 35, 6E and 64. RGB value is (53,110,100). Sum of RGB (Red+Green+Blue) = 53+110+100=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #356E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E64 is #CA919B. Grayscale: #5B5B5B. Windows color (decimal): -13275548 or 6581813. OLE color: 6581813.
HSL color Cylindrical-coordinate representation of color #356E64: hue angle of 169.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356E64 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 110 | 100 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.57 |
| HSL | 169.47º | 0.35% | 0.32% | - |
| HSV(B) | 169.47º | 0.52% | 0.43% | - |
| XYZ | 9.34 | 12.83 | 14.04 | - |
| YUV | 91.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 100 | 0.52 | 0 | 0.09 | 0.57 | 169.47 | 0.35 | 0.32 |
| Hex | 35 | 6E | 64 | 34 | 0 | 9 | 39 | A9 | 23 | 20 |
| Octal | 65 | 156 | 144 | 64 | 0 | 11 | 71 | 251 | 43 | 40 |
| Binary | 110101 | 1101110 | 1100100 | 110100 | 0 | 1001 | 111001 | 10101001 | 100011 | 100000 |
Color Harmonies of #356E64
Complementary color
Monochromatic Colors of #356E64
Black with #356E64
Text Example
Text Example
White with #356E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E64; }
p { color: rgb(53,110,100); }
H1.HeaderClassName
{
color: #356E64;
}
.AnyTagClassName
{
color: #356E64;
}
</style>
background-color css
<style>
a { background-color: #356E64; }
a { background-color: rgb(53,110,100); }
div.DivClassName
{
background-color: #356E64;
}
.BgClassName
{
background-color: #356E64;
}
</style>
border-color css
<style>
span { border-color: #356E64; }
span { border-color: rgb(53,110,100); }
td.TdClassName
{
border-color: #356E64;
}
.TagClassName
{
border-color: #356E64;
}
</style>