Shades of Genoa #377E73
Tints of Genoa #377E73
RGB
CMYK
RGB Variations
Color information
#377E73 (or 0x377E73) is known color: Genoa. HEX triplet: 37, 7E and 73. RGB value is (55,126,115). Sum of RGB (Red+Green+Blue) = 55+126+115=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #377E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E73 is #C8818C. Grayscale: #676767. Windows color (decimal): -13140365 or 7568951. OLE color: 7568951.
HSL color Cylindrical-coordinate representation of color #377E73: hue angle of 170.7º 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 #377E73 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 115 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.51 |
| HSL | 170.7º | 0.39% | 0.35% | - |
| HSV(B) | 170.7º | 0.56% | 0.49% | - |
| XYZ | 12.13 | 16.97 | 18.86 | - |
| YUV | 103.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 115 | 0.56 | 0 | 0.09 | 0.51 | 170.7 | 0.39 | 0.35 |
| Hex | 37 | 7E | 73 | 38 | 0 | 9 | 33 | AB | 27 | 23 |
| Octal | 67 | 176 | 163 | 70 | 0 | 11 | 63 | 253 | 47 | 43 |
| Binary | 110111 | 1111110 | 1110011 | 111000 | 0 | 1001 | 110011 | 10101011 | 100111 | 100011 |
Color Harmonies of #377E73
Complementary color
Monochromatic Colors of #377E73
Black with #377E73
Text Example
Text Example
White with #377E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E73; }
p { color: rgb(55,126,115); }
H1.HeaderClassName
{
color: #377E73;
}
.AnyTagClassName
{
color: #377E73;
}
</style>
background-color css
<style>
a { background-color: #377E73; }
a { background-color: rgb(55,126,115); }
div.DivClassName
{
background-color: #377E73;
}
.BgClassName
{
background-color: #377E73;
}
</style>
border-color css
<style>
span { border-color: #377E73; }
span { border-color: rgb(55,126,115); }
td.TdClassName
{
border-color: #377E73;
}
.TagClassName
{
border-color: #377E73;
}
</style>