Shades of Genoa #366C60
Tints of Genoa #366C60
RGB
CMYK
RGB Variations
Color information
#366C60 (or 0x366C60) is known color: Genoa. HEX triplet: 36, 6C and 60. RGB value is (54,108,96). Sum of RGB (Red+Green+Blue) = 54+108+96=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #366C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C60 is #C9939F. Grayscale: #5A5A5A. Windows color (decimal): -13210528 or 6319158. OLE color: 6319158.
HSL color Cylindrical-coordinate representation of color #366C60: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366C60 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 96 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.58 |
| HSL | 166.67º | 0.33% | 0.32% | - |
| HSV(B) | 166.67º | 0.5% | 0.42% | - |
| XYZ | 9 | 12.35 | 12.98 | - |
| YUV | 90.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 96 | 0.50 | 0 | 0.11 | 0.58 | 166.67 | 0.33 | 0.32 |
| Hex | 36 | 6C | 60 | 32 | 0 | B | 3A | A7 | 21 | 20 |
| Octal | 66 | 154 | 140 | 62 | 0 | 13 | 72 | 247 | 41 | 40 |
| Binary | 110110 | 1101100 | 1100000 | 110010 | 0 | 1011 | 111010 | 10100111 | 100001 | 100000 |
Color Harmonies of #366C60
Complementary color
Monochromatic Colors of #366C60
Black with #366C60
Text Example
Text Example
White with #366C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C60; }
p { color: rgb(54,108,96); }
H1.HeaderClassName
{
color: #366C60;
}
.AnyTagClassName
{
color: #366C60;
}
</style>
background-color css
<style>
a { background-color: #366C60; }
a { background-color: rgb(54,108,96); }
div.DivClassName
{
background-color: #366C60;
}
.BgClassName
{
background-color: #366C60;
}
</style>
border-color css
<style>
span { border-color: #366C60; }
span { border-color: rgb(54,108,96); }
td.TdClassName
{
border-color: #366C60;
}
.TagClassName
{
border-color: #366C60;
}
</style>