Shades of Genoa #377A73
Tints of Genoa #377A73
RGB
CMYK
RGB Variations
Color information
#377A73 (or 0x377A73) is known color: Genoa. HEX triplet: 37, 7A and 73. RGB value is (55,122,115). Sum of RGB (Red+Green+Blue) = 55+122+115=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #377A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A73 is #C8858C. Grayscale: #656565. Windows color (decimal): -13141389 or 7567927. OLE color: 7567927.
HSL color Cylindrical-coordinate representation of color #377A73: hue angle of 173.73º 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 #377A73 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 115 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.52 |
| HSL | 173.73º | 0.38% | 0.35% | - |
| HSV(B) | 173.73º | 0.55% | 0.48% | - |
| XYZ | 11.63 | 15.97 | 18.69 | - |
| YUV | 101.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 115 | 0.55 | 0 | 0.06 | 0.52 | 173.73 | 0.38 | 0.35 |
| Hex | 37 | 7A | 73 | 37 | 0 | 6 | 34 | AE | 26 | 23 |
| Octal | 67 | 172 | 163 | 67 | 0 | 6 | 64 | 256 | 46 | 43 |
| Binary | 110111 | 1111010 | 1110011 | 110111 | 0 | 110 | 110100 | 10101110 | 100110 | 100011 |
Color Harmonies of #377A73
Complementary color
Monochromatic Colors of #377A73
Black with #377A73
Text Example
Text Example
White with #377A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A73; }
p { color: rgb(55,122,115); }
H1.HeaderClassName
{
color: #377A73;
}
.AnyTagClassName
{
color: #377A73;
}
</style>
background-color css
<style>
a { background-color: #377A73; }
a { background-color: rgb(55,122,115); }
div.DivClassName
{
background-color: #377A73;
}
.BgClassName
{
background-color: #377A73;
}
</style>
border-color css
<style>
span { border-color: #377A73; }
span { border-color: rgb(55,122,115); }
td.TdClassName
{
border-color: #377A73;
}
.TagClassName
{
border-color: #377A73;
}
</style>