Shades of Genoa #376C66
Tints of Genoa #376C66
RGB
CMYK
RGB Variations
Color information
#376C66 (or 0x376C66) is known color: Genoa. HEX triplet: 37, 6C and 66. RGB value is (55,108,102). Sum of RGB (Red+Green+Blue) = 55+108+102=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #376C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C66 is #C89399. Grayscale: #5B5B5B. Windows color (decimal): -13144986 or 6712375. OLE color: 6712375.
HSL color Cylindrical-coordinate representation of color #376C66: hue angle of 173.21º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376C66 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 108 | 102 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.58 |
| HSL | 173.21º | 0.33% | 0.32% | - |
| HSV(B) | 173.21º | 0.49% | 0.42% | - |
| XYZ | 9.34 | 12.5 | 14.49 | - |
| YUV | 91.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 102 | 0.49 | 0 | 0.06 | 0.58 | 173.21 | 0.33 | 0.32 |
| Hex | 37 | 6C | 66 | 31 | 0 | 6 | 3A | AD | 21 | 20 |
| Octal | 67 | 154 | 146 | 61 | 0 | 6 | 72 | 255 | 41 | 40 |
| Binary | 110111 | 1101100 | 1100110 | 110001 | 0 | 110 | 111010 | 10101101 | 100001 | 100000 |
Color Harmonies of #376C66
Complementary color
Monochromatic Colors of #376C66
Black with #376C66
Text Example
Text Example
White with #376C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C66; }
p { color: rgb(55,108,102); }
H1.HeaderClassName
{
color: #376C66;
}
.AnyTagClassName
{
color: #376C66;
}
</style>
background-color css
<style>
a { background-color: #376C66; }
a { background-color: rgb(55,108,102); }
div.DivClassName
{
background-color: #376C66;
}
.BgClassName
{
background-color: #376C66;
}
</style>
border-color css
<style>
span { border-color: #376C66; }
span { border-color: rgb(55,108,102); }
td.TdClassName
{
border-color: #376C66;
}
.TagClassName
{
border-color: #376C66;
}
</style>