Shades of Genoa #377D70
Tints of Genoa #377D70
RGB
CMYK
RGB Variations
Color information
#377D70 (or 0x377D70) is known color: Genoa. HEX triplet: 37, 7D and 70. RGB value is (55,125,112). Sum of RGB (Red+Green+Blue) = 55+125+112=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #377D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D70 is #C8828F. Grayscale: #666666. Windows color (decimal): -13140624 or 7372087. OLE color: 7372087.
HSL color Cylindrical-coordinate representation of color #377D70: hue angle of 168.86º 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 #377D70 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 112 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.51 |
| HSL | 168.86º | 0.39% | 0.35% | - |
| HSV(B) | 168.86º | 0.56% | 0.49% | - |
| XYZ | 11.83 | 16.65 | 17.92 | - |
| YUV | 102.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 112 | 0.56 | 0 | 0.10 | 0.51 | 168.86 | 0.39 | 0.35 |
| Hex | 37 | 7D | 70 | 38 | 0 | A | 33 | A9 | 27 | 23 |
| Octal | 67 | 175 | 160 | 70 | 0 | 12 | 63 | 251 | 47 | 43 |
| Binary | 110111 | 1111101 | 1110000 | 111000 | 0 | 1010 | 110011 | 10101001 | 100111 | 100011 |
Color Harmonies of #377D70
Complementary color
Monochromatic Colors of #377D70
Black with #377D70
Text Example
Text Example
White with #377D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D70; }
p { color: rgb(55,125,112); }
H1.HeaderClassName
{
color: #377D70;
}
.AnyTagClassName
{
color: #377D70;
}
</style>
background-color css
<style>
a { background-color: #377D70; }
a { background-color: rgb(55,125,112); }
div.DivClassName
{
background-color: #377D70;
}
.BgClassName
{
background-color: #377D70;
}
</style>
border-color css
<style>
span { border-color: #377D70; }
span { border-color: rgb(55,125,112); }
td.TdClassName
{
border-color: #377D70;
}
.TagClassName
{
border-color: #377D70;
}
</style>