Shades of Genoa #376A66
Tints of Genoa #376A66
RGB
CMYK
RGB Variations
Color information
#376A66 (or 0x376A66) is known color: Genoa. HEX triplet: 37, 6A and 66. RGB value is (55,106,102). Sum of RGB (Red+Green+Blue) = 55+106+102=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #376A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A66 is #C89599. Grayscale: #5A5A5A. Windows color (decimal): -13145498 or 6711863. OLE color: 6711863.
HSL color Cylindrical-coordinate representation of color #376A66: hue angle of 175.29º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A66 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 102 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.58 |
| HSL | 175.29º | 0.32% | 0.32% | - |
| HSV(B) | 175.29º | 0.48% | 0.42% | - |
| XYZ | 9.13 | 12.08 | 14.42 | - |
| YUV | 90.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 102 | 0.48 | 0 | 0.04 | 0.58 | 175.29 | 0.32 | 0.32 |
| Hex | 37 | 6A | 66 | 30 | 0 | 4 | 3A | AF | 20 | 20 |
| Octal | 67 | 152 | 146 | 60 | 0 | 4 | 72 | 257 | 40 | 40 |
| Binary | 110111 | 1101010 | 1100110 | 110000 | 0 | 100 | 111010 | 10101111 | 100000 | 100000 |
Color Harmonies of #376A66
Complementary color
Monochromatic Colors of #376A66
Black with #376A66
Text Example
Text Example
White with #376A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A66; }
p { color: rgb(55,106,102); }
H1.HeaderClassName
{
color: #376A66;
}
.AnyTagClassName
{
color: #376A66;
}
</style>
background-color css
<style>
a { background-color: #376A66; }
a { background-color: rgb(55,106,102); }
div.DivClassName
{
background-color: #376A66;
}
.BgClassName
{
background-color: #376A66;
}
</style>
border-color css
<style>
span { border-color: #376A66; }
span { border-color: rgb(55,106,102); }
td.TdClassName
{
border-color: #376A66;
}
.TagClassName
{
border-color: #376A66;
}
</style>