Shades of Genoa #377D6E
Tints of Genoa #377D6E
RGB
CMYK
RGB Variations
Color information
#377D6E (or 0x377D6E) is known color: Genoa. HEX triplet: 37, 7D and 6E. RGB value is (55,125,110). Sum of RGB (Red+Green+Blue) = 55+125+110=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #377D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D6E is #C88291. Grayscale: #666666. Windows color (decimal): -13140626 or 7241015. OLE color: 7241015.
HSL color Cylindrical-coordinate representation of color #377D6E: hue angle of 167.14º 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 #377D6E is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 110 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.51 |
| HSL | 167.14º | 0.39% | 0.35% | - |
| HSV(B) | 167.14º | 0.56% | 0.49% | - |
| XYZ | 11.72 | 16.61 | 17.34 | - |
| YUV | 102.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 110 | 0.56 | 0 | 0.12 | 0.51 | 167.14 | 0.39 | 0.35 |
| Hex | 37 | 7D | 6E | 38 | 0 | C | 33 | A7 | 27 | 23 |
| Octal | 67 | 175 | 156 | 70 | 0 | 14 | 63 | 247 | 47 | 43 |
| Binary | 110111 | 1111101 | 1101110 | 111000 | 0 | 1100 | 110011 | 10100111 | 100111 | 100011 |
Color Harmonies of #377D6E
Complementary color
Monochromatic Colors of #377D6E
Black with #377D6E
Text Example
Text Example
White with #377D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D6E; }
p { color: rgb(55,125,110); }
H1.HeaderClassName
{
color: #377D6E;
}
.AnyTagClassName
{
color: #377D6E;
}
</style>
background-color css
<style>
a { background-color: #377D6E; }
a { background-color: rgb(55,125,110); }
div.DivClassName
{
background-color: #377D6E;
}
.BgClassName
{
background-color: #377D6E;
}
</style>
border-color css
<style>
span { border-color: #377D6E; }
span { border-color: rgb(55,125,110); }
td.TdClassName
{
border-color: #377D6E;
}
.TagClassName
{
border-color: #377D6E;
}
</style>