Shades of Genoa #377A70
Tints of Genoa #377A70
RGB
CMYK
RGB Variations
Color information
#377A70 (or 0x377A70) is known color: Genoa. HEX triplet: 37, 7A and 70. RGB value is (55,122,112). Sum of RGB (Red+Green+Blue) = 55+122+112=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #377A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A70 is #C8858F. Grayscale: #646464. Windows color (decimal): -13141392 or 7371319. OLE color: 7371319.
HSL color Cylindrical-coordinate representation of color #377A70: hue angle of 171.04º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A70 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 112 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.52 |
| HSL | 171.04º | 0.38% | 0.35% | - |
| HSV(B) | 171.04º | 0.55% | 0.48% | - |
| XYZ | 11.46 | 15.9 | 17.79 | - |
| YUV | 100.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 112 | 0.55 | 0 | 0.08 | 0.52 | 171.04 | 0.38 | 0.35 |
| Hex | 37 | 7A | 70 | 37 | 0 | 8 | 34 | AB | 26 | 23 |
| Octal | 67 | 172 | 160 | 67 | 0 | 10 | 64 | 253 | 46 | 43 |
| Binary | 110111 | 1111010 | 1110000 | 110111 | 0 | 1000 | 110100 | 10101011 | 100110 | 100011 |
Color Harmonies of #377A70
Complementary color
Monochromatic Colors of #377A70
Black with #377A70
Text Example
Text Example
White with #377A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A70; }
p { color: rgb(55,122,112); }
H1.HeaderClassName
{
color: #377A70;
}
.AnyTagClassName
{
color: #377A70;
}
</style>
background-color css
<style>
a { background-color: #377A70; }
a { background-color: rgb(55,122,112); }
div.DivClassName
{
background-color: #377A70;
}
.BgClassName
{
background-color: #377A70;
}
</style>
border-color css
<style>
span { border-color: #377A70; }
span { border-color: rgb(55,122,112); }
td.TdClassName
{
border-color: #377A70;
}
.TagClassName
{
border-color: #377A70;
}
</style>