Shades of Genoa #366D66
Tints of Genoa #366D66
RGB
CMYK
RGB Variations
Color information
#366D66 (or 0x366D66) is known color: Genoa. HEX triplet: 36, 6D and 66. RGB value is (54,109,102). Sum of RGB (Red+Green+Blue) = 54+109+102=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #366D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D66 is #C99299. Grayscale: #5B5B5B. Windows color (decimal): -13210266 or 6712630. OLE color: 6712630.
HSL color Cylindrical-coordinate representation of color #366D66: hue angle of 172.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D66 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 109 | 102 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.57 |
| HSL | 172.36º | 0.34% | 0.32% | - |
| HSV(B) | 172.36º | 0.5% | 0.43% | - |
| XYZ | 9.39 | 12.68 | 14.52 | - |
| YUV | 91.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 102 | 0.50 | 0 | 0.06 | 0.57 | 172.36 | 0.34 | 0.32 |
| Hex | 36 | 6D | 66 | 32 | 0 | 6 | 39 | AC | 22 | 20 |
| Octal | 66 | 155 | 146 | 62 | 0 | 6 | 71 | 254 | 42 | 40 |
| Binary | 110110 | 1101101 | 1100110 | 110010 | 0 | 110 | 111001 | 10101100 | 100010 | 100000 |
Color Harmonies of #366D66
Complementary color
Monochromatic Colors of #366D66
Black with #366D66
Text Example
Text Example
White with #366D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D66; }
p { color: rgb(54,109,102); }
H1.HeaderClassName
{
color: #366D66;
}
.AnyTagClassName
{
color: #366D66;
}
</style>
background-color css
<style>
a { background-color: #366D66; }
a { background-color: rgb(54,109,102); }
div.DivClassName
{
background-color: #366D66;
}
.BgClassName
{
background-color: #366D66;
}
</style>
border-color css
<style>
span { border-color: #366D66; }
span { border-color: rgb(54,109,102); }
td.TdClassName
{
border-color: #366D66;
}
.TagClassName
{
border-color: #366D66;
}
</style>