Shades of Genoa #366C66
Tints of Genoa #366C66
RGB
CMYK
RGB Variations
Color information
#366C66 (or 0x366C66) is known color: Genoa. HEX triplet: 36, 6C and 66. RGB value is (54,108,102). Sum of RGB (Red+Green+Blue) = 54+108+102=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #366C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C66 is #C99399. Grayscale: #5B5B5B. Windows color (decimal): -13210522 or 6712374. OLE color: 6712374.
HSL color Cylindrical-coordinate representation of color #366C66: hue angle of 173.33º 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 #366C66 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 102 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.58 |
| HSL | 173.33º | 0.33% | 0.32% | - |
| HSV(B) | 173.33º | 0.5% | 0.42% | - |
| XYZ | 9.28 | 12.47 | 14.49 | - |
| YUV | 91.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 102 | 0.50 | 0 | 0.06 | 0.58 | 173.33 | 0.33 | 0.32 |
| Hex | 36 | 6C | 66 | 32 | 0 | 6 | 3A | AD | 21 | 20 |
| Octal | 66 | 154 | 146 | 62 | 0 | 6 | 72 | 255 | 41 | 40 |
| Binary | 110110 | 1101100 | 1100110 | 110010 | 0 | 110 | 111010 | 10101101 | 100001 | 100000 |
Color Harmonies of #366C66
Complementary color
Monochromatic Colors of #366C66
Black with #366C66
Text Example
Text Example
White with #366C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C66; }
p { color: rgb(54,108,102); }
H1.HeaderClassName
{
color: #366C66;
}
.AnyTagClassName
{
color: #366C66;
}
</style>
background-color css
<style>
a { background-color: #366C66; }
a { background-color: rgb(54,108,102); }
div.DivClassName
{
background-color: #366C66;
}
.BgClassName
{
background-color: #366C66;
}
</style>
border-color css
<style>
span { border-color: #366C66; }
span { border-color: rgb(54,108,102); }
td.TdClassName
{
border-color: #366C66;
}
.TagClassName
{
border-color: #366C66;
}
</style>