Shades of Genoa #37756C
Tints of Genoa #37756C
RGB
CMYK
RGB Variations
Color information
#37756C (or 0x37756C) is known color: Genoa. HEX triplet: 37, 75 and 6C. RGB value is (55,117,108). Sum of RGB (Red+Green+Blue) = 55+117+108=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #37756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37756C is #C88A93. Grayscale: #616161. Windows color (decimal): -13142676 or 7107895. OLE color: 7107895.
HSL color Cylindrical-coordinate representation of color #37756C: hue angle of 171.29º 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 #37756C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 108 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.54 |
| HSL | 171.29º | 0.36% | 0.34% | - |
| HSV(B) | 171.29º | 0.53% | 0.46% | - |
| XYZ | 10.64 | 14.62 | 16.45 | - |
| YUV | 97.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 108 | 0.53 | 0 | 0.08 | 0.54 | 171.29 | 0.36 | 0.34 |
| Hex | 37 | 75 | 6C | 35 | 0 | 8 | 36 | AB | 24 | 22 |
| Octal | 67 | 165 | 154 | 65 | 0 | 10 | 66 | 253 | 44 | 42 |
| Binary | 110111 | 1110101 | 1101100 | 110101 | 0 | 1000 | 110110 | 10101011 | 100100 | 100010 |
Color Harmonies of #37756C
Complementary color
Monochromatic Colors of #37756C
Black with #37756C
Text Example
Text Example
White with #37756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37756C; }
p { color: rgb(55,117,108); }
H1.HeaderClassName
{
color: #37756C;
}
.AnyTagClassName
{
color: #37756C;
}
</style>
background-color css
<style>
a { background-color: #37756C; }
a { background-color: rgb(55,117,108); }
div.DivClassName
{
background-color: #37756C;
}
.BgClassName
{
background-color: #37756C;
}
</style>
border-color css
<style>
span { border-color: #37756C; }
span { border-color: rgb(55,117,108); }
td.TdClassName
{
border-color: #37756C;
}
.TagClassName
{
border-color: #37756C;
}
</style>