Shades of Genoa #377973
Tints of Genoa #377973
RGB
CMYK
RGB Variations
Color information
#377973 (or 0x377973) is known color: Genoa. HEX triplet: 37, 79 and 73. RGB value is (55,121,115). Sum of RGB (Red+Green+Blue) = 55+121+115=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #377973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377973 is #C8868C. Grayscale: #646464. Windows color (decimal): -13141645 or 7567671. OLE color: 7567671.
HSL color Cylindrical-coordinate representation of color #377973: hue angle of 174.55º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377973 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 115 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.53 |
| HSL | 174.55º | 0.38% | 0.35% | - |
| HSV(B) | 174.55º | 0.55% | 0.47% | - |
| XYZ | 11.51 | 15.72 | 18.65 | - |
| YUV | 100.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 115 | 0.55 | 0 | 0.05 | 0.53 | 174.55 | 0.38 | 0.35 |
| Hex | 37 | 79 | 73 | 37 | 0 | 5 | 35 | AF | 26 | 23 |
| Octal | 67 | 171 | 163 | 67 | 0 | 5 | 65 | 257 | 46 | 43 |
| Binary | 110111 | 1111001 | 1110011 | 110111 | 0 | 101 | 110101 | 10101111 | 100110 | 100011 |
Color Harmonies of #377973
Complementary color
Monochromatic Colors of #377973
Black with #377973
Text Example
Text Example
White with #377973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377973; }
p { color: rgb(55,121,115); }
H1.HeaderClassName
{
color: #377973;
}
.AnyTagClassName
{
color: #377973;
}
</style>
background-color css
<style>
a { background-color: #377973; }
a { background-color: rgb(55,121,115); }
div.DivClassName
{
background-color: #377973;
}
.BgClassName
{
background-color: #377973;
}
</style>
border-color css
<style>
span { border-color: #377973; }
span { border-color: rgb(55,121,115); }
td.TdClassName
{
border-color: #377973;
}
.TagClassName
{
border-color: #377973;
}
</style>