Shades of Genoa #376A64
Tints of Genoa #376A64
RGB
CMYK
RGB Variations
Color information
#376A64 (or 0x376A64) is known color: Genoa. HEX triplet: 37, 6A and 64. RGB value is (55,106,100). Sum of RGB (Red+Green+Blue) = 55+106+100=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #376A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A64 is #C8959B. Grayscale: #5A5A5A. Windows color (decimal): -13145500 or 6580791. OLE color: 6580791.
HSL color Cylindrical-coordinate representation of color #376A64: hue angle of 172.94º 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 #376A64 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 100 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.58 |
| HSL | 172.94º | 0.32% | 0.32% | - |
| HSV(B) | 172.94º | 0.48% | 0.42% | - |
| XYZ | 9.03 | 12.04 | 13.9 | - |
| YUV | 90.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 100 | 0.48 | 0 | 0.06 | 0.58 | 172.94 | 0.32 | 0.32 |
| Hex | 37 | 6A | 64 | 30 | 0 | 6 | 3A | AD | 20 | 20 |
| Octal | 67 | 152 | 144 | 60 | 0 | 6 | 72 | 255 | 40 | 40 |
| Binary | 110111 | 1101010 | 1100100 | 110000 | 0 | 110 | 111010 | 10101101 | 100000 | 100000 |
Color Harmonies of #376A64
Complementary color
Monochromatic Colors of #376A64
Black with #376A64
Text Example
Text Example
White with #376A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A64; }
p { color: rgb(55,106,100); }
H1.HeaderClassName
{
color: #376A64;
}
.AnyTagClassName
{
color: #376A64;
}
</style>
background-color css
<style>
a { background-color: #376A64; }
a { background-color: rgb(55,106,100); }
div.DivClassName
{
background-color: #376A64;
}
.BgClassName
{
background-color: #376A64;
}
</style>
border-color css
<style>
span { border-color: #376A64; }
span { border-color: rgb(55,106,100); }
td.TdClassName
{
border-color: #376A64;
}
.TagClassName
{
border-color: #376A64;
}
</style>