Shades of Genoa #37756D
Tints of Genoa #37756D
RGB
CMYK
RGB Variations
Color information
#37756D (or 0x37756D) is known color: Genoa. HEX triplet: 37, 75 and 6D. RGB value is (55,117,109). Sum of RGB (Red+Green+Blue) = 55+117+109=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #37756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37756D is #C88A92. Grayscale: #616161. Windows color (decimal): -13142675 or 7173431. OLE color: 7173431.
HSL color Cylindrical-coordinate representation of color #37756D: hue angle of 172.26º 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 #37756D is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 109 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.54 |
| HSL | 172.26º | 0.36% | 0.34% | - |
| HSV(B) | 172.26º | 0.53% | 0.46% | - |
| XYZ | 10.7 | 14.64 | 16.73 | - |
| YUV | 97.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 109 | 0.53 | 0 | 0.07 | 0.54 | 172.26 | 0.36 | 0.34 |
| Hex | 37 | 75 | 6D | 35 | 0 | 7 | 36 | AC | 24 | 22 |
| Octal | 67 | 165 | 155 | 65 | 0 | 7 | 66 | 254 | 44 | 42 |
| Binary | 110111 | 1110101 | 1101101 | 110101 | 0 | 111 | 110110 | 10101100 | 100100 | 100010 |
Color Harmonies of #37756D
Complementary color
Monochromatic Colors of #37756D
Black with #37756D
Text Example
Text Example
White with #37756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37756D; }
p { color: rgb(55,117,109); }
H1.HeaderClassName
{
color: #37756D;
}
.AnyTagClassName
{
color: #37756D;
}
</style>
background-color css
<style>
a { background-color: #37756D; }
a { background-color: rgb(55,117,109); }
div.DivClassName
{
background-color: #37756D;
}
.BgClassName
{
background-color: #37756D;
}
</style>
border-color css
<style>
span { border-color: #37756D; }
span { border-color: rgb(55,117,109); }
td.TdClassName
{
border-color: #37756D;
}
.TagClassName
{
border-color: #37756D;
}
</style>