Shades of Genoa #37746C
Tints of Genoa #37746C
RGB
CMYK
RGB Variations
Color information
#37746C (or 0x37746C) is known color: Genoa. HEX triplet: 37, 74 and 6C. RGB value is (55,116,108). Sum of RGB (Red+Green+Blue) = 55+116+108=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #37746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37746C is #C88B93. Grayscale: #606060. Windows color (decimal): -13142932 or 7107639. OLE color: 7107639.
HSL color Cylindrical-coordinate representation of color #37746C: hue angle of 172.13º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37746C is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 108 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.55 |
| HSL | 172.13º | 0.36% | 0.34% | - |
| HSV(B) | 172.13º | 0.53% | 0.45% | - |
| XYZ | 10.53 | 14.39 | 16.41 | - |
| YUV | 96.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 108 | 0.53 | 0 | 0.07 | 0.55 | 172.13 | 0.36 | 0.34 |
| Hex | 37 | 74 | 6C | 35 | 0 | 7 | 37 | AC | 24 | 22 |
| Octal | 67 | 164 | 154 | 65 | 0 | 7 | 67 | 254 | 44 | 42 |
| Binary | 110111 | 1110100 | 1101100 | 110101 | 0 | 111 | 110111 | 10101100 | 100100 | 100010 |
Color Harmonies of #37746C
Complementary color
Monochromatic Colors of #37746C
Black with #37746C
Text Example
Text Example
White with #37746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37746C; }
p { color: rgb(55,116,108); }
H1.HeaderClassName
{
color: #37746C;
}
.AnyTagClassName
{
color: #37746C;
}
</style>
background-color css
<style>
a { background-color: #37746C; }
a { background-color: rgb(55,116,108); }
div.DivClassName
{
background-color: #37746C;
}
.BgClassName
{
background-color: #37746C;
}
</style>
border-color css
<style>
span { border-color: #37746C; }
span { border-color: rgb(55,116,108); }
td.TdClassName
{
border-color: #37746C;
}
.TagClassName
{
border-color: #37746C;
}
</style>