Shades of Genoa #366F6C
Tints of Genoa #366F6C
RGB
CMYK
RGB Variations
Color information
#366F6C (or 0x366F6C) is known color: Genoa. HEX triplet: 36, 6F and 6C. RGB value is (54,111,108). Sum of RGB (Red+Green+Blue) = 54+111+108=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #366F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F6C is #C99093. Grayscale: #5D5D5D. Windows color (decimal): -13209748 or 7106358. OLE color: 7106358.
HSL color Cylindrical-coordinate representation of color #366F6C: hue angle of 176.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F6C is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 108 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.56 |
| HSL | 176.84º | 0.35% | 0.32% | - |
| HSV(B) | 176.84º | 0.51% | 0.44% | - |
| XYZ | 9.91 | 13.24 | 16.22 | - |
| YUV | 93.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 108 | 0.51 | 0 | 0.03 | 0.56 | 176.84 | 0.35 | 0.32 |
| Hex | 36 | 6F | 6C | 33 | 0 | 3 | 38 | B1 | 23 | 20 |
| Octal | 66 | 157 | 154 | 63 | 0 | 3 | 70 | 261 | 43 | 40 |
| Binary | 110110 | 1101111 | 1101100 | 110011 | 0 | 11 | 111000 | 10110001 | 100011 | 100000 |
Color Harmonies of #366F6C
Complementary color
Monochromatic Colors of #366F6C
Black with #366F6C
Text Example
Text Example
White with #366F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F6C; }
p { color: rgb(54,111,108); }
H1.HeaderClassName
{
color: #366F6C;
}
.AnyTagClassName
{
color: #366F6C;
}
</style>
background-color css
<style>
a { background-color: #366F6C; }
a { background-color: rgb(54,111,108); }
div.DivClassName
{
background-color: #366F6C;
}
.BgClassName
{
background-color: #366F6C;
}
</style>
border-color css
<style>
span { border-color: #366F6C; }
span { border-color: rgb(54,111,108); }
td.TdClassName
{
border-color: #366F6C;
}
.TagClassName
{
border-color: #366F6C;
}
</style>