Shades of Genoa #366E60
Tints of Genoa #366E60
RGB
CMYK
RGB Variations
Color information
#366E60 (or 0x366E60) is known color: Genoa. HEX triplet: 36, 6E and 60. RGB value is (54,110,96). Sum of RGB (Red+Green+Blue) = 54+110+96=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #366E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E60 is #C9919F. Grayscale: #5B5B5B. Windows color (decimal): -13210016 or 6319670. OLE color: 6319670.
HSL color Cylindrical-coordinate representation of color #366E60: hue angle of 165º degrees, saturation: 0.34, 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 #366E60 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 110 | 96 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.57 |
| HSL | 165º | 0.34% | 0.32% | - |
| HSV(B) | 165º | 0.51% | 0.43% | - |
| XYZ | 9.21 | 12.78 | 13.05 | - |
| YUV | 91.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 96 | 0.51 | 0 | 0.13 | 0.57 | 165 | 0.34 | 0.32 |
| Hex | 36 | 6E | 60 | 33 | 0 | D | 39 | A5 | 22 | 20 |
| Octal | 66 | 156 | 140 | 63 | 0 | 15 | 71 | 245 | 42 | 40 |
| Binary | 110110 | 1101110 | 1100000 | 110011 | 0 | 1101 | 111001 | 10100101 | 100010 | 100000 |
Color Harmonies of #366E60
Complementary color
Monochromatic Colors of #366E60
Black with #366E60
Text Example
Text Example
White with #366E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E60; }
p { color: rgb(54,110,96); }
H1.HeaderClassName
{
color: #366E60;
}
.AnyTagClassName
{
color: #366E60;
}
</style>
background-color css
<style>
a { background-color: #366E60; }
a { background-color: rgb(54,110,96); }
div.DivClassName
{
background-color: #366E60;
}
.BgClassName
{
background-color: #366E60;
}
</style>
border-color css
<style>
span { border-color: #366E60; }
span { border-color: rgb(54,110,96); }
td.TdClassName
{
border-color: #366E60;
}
.TagClassName
{
border-color: #366E60;
}
</style>