Shades of Genoa #377C70
Tints of Genoa #377C70
RGB
CMYK
RGB Variations
Color information
#377C70 (or 0x377C70) is known color: Genoa. HEX triplet: 37, 7C and 70. RGB value is (55,124,112). Sum of RGB (Red+Green+Blue) = 55+124+112=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #377C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C70 is #C8838F. Grayscale: #656565. Windows color (decimal): -13140880 or 7371831. OLE color: 7371831.
HSL color Cylindrical-coordinate representation of color #377C70: hue angle of 169.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C70 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 112 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 169.57º | 0.39% | 0.35% | - |
| HSV(B) | 169.57º | 0.56% | 0.49% | - |
| XYZ | 11.71 | 16.4 | 17.88 | - |
| YUV | 102 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 112 | 0.56 | 0 | 0.10 | 0.51 | 169.57 | 0.39 | 0.35 |
| Hex | 37 | 7C | 70 | 38 | 0 | A | 33 | AA | 27 | 23 |
| Octal | 67 | 174 | 160 | 70 | 0 | 12 | 63 | 252 | 47 | 43 |
| Binary | 110111 | 1111100 | 1110000 | 111000 | 0 | 1010 | 110011 | 10101010 | 100111 | 100011 |
Color Harmonies of #377C70
Complementary color
Monochromatic Colors of #377C70
Black with #377C70
Text Example
Text Example
White with #377C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C70; }
p { color: rgb(55,124,112); }
H1.HeaderClassName
{
color: #377C70;
}
.AnyTagClassName
{
color: #377C70;
}
</style>
background-color css
<style>
a { background-color: #377C70; }
a { background-color: rgb(55,124,112); }
div.DivClassName
{
background-color: #377C70;
}
.BgClassName
{
background-color: #377C70;
}
</style>
border-color css
<style>
span { border-color: #377C70; }
span { border-color: rgb(55,124,112); }
td.TdClassName
{
border-color: #377C70;
}
.TagClassName
{
border-color: #377C70;
}
</style>