Shades of Genoa #37766E
Tints of Genoa #37766E
RGB
CMYK
RGB Variations
Color information
#37766E (or 0x37766E) is known color: Genoa. HEX triplet: 37, 76 and 6E. RGB value is (55,118,110). Sum of RGB (Red+Green+Blue) = 55+118+110=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #37766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37766E is #C88991. Grayscale: #626262. Windows color (decimal): -13142418 or 7239223. OLE color: 7239223.
HSL color Cylindrical-coordinate representation of color #37766E: hue angle of 172.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37766E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 110 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.54 |
| HSL | 172.38º | 0.36% | 0.34% | - |
| HSV(B) | 172.38º | 0.53% | 0.46% | - |
| XYZ | 10.87 | 14.89 | 17.05 | - |
| YUV | 98.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 110 | 0.53 | 0 | 0.07 | 0.54 | 172.38 | 0.36 | 0.34 |
| Hex | 37 | 76 | 6E | 35 | 0 | 7 | 36 | AC | 24 | 22 |
| Octal | 67 | 166 | 156 | 65 | 0 | 7 | 66 | 254 | 44 | 42 |
| Binary | 110111 | 1110110 | 1101110 | 110101 | 0 | 111 | 110110 | 10101100 | 100100 | 100010 |
Color Harmonies of #37766E
Complementary color
Monochromatic Colors of #37766E
Black with #37766E
Text Example
Text Example
White with #37766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37766E; }
p { color: rgb(55,118,110); }
H1.HeaderClassName
{
color: #37766E;
}
.AnyTagClassName
{
color: #37766E;
}
</style>
background-color css
<style>
a { background-color: #37766E; }
a { background-color: rgb(55,118,110); }
div.DivClassName
{
background-color: #37766E;
}
.BgClassName
{
background-color: #37766E;
}
</style>
border-color css
<style>
span { border-color: #37766E; }
span { border-color: rgb(55,118,110); }
td.TdClassName
{
border-color: #37766E;
}
.TagClassName
{
border-color: #37766E;
}
</style>