Shades of Genoa #37796F
Tints of Genoa #37796F
RGB
CMYK
RGB Variations
Color information
#37796F (or 0x37796F) is known color: Genoa. HEX triplet: 37, 79 and 6F. RGB value is (55,121,111). Sum of RGB (Red+Green+Blue) = 55+121+111=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #37796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37796F is #C88690. Grayscale: #646464. Windows color (decimal): -13141649 or 7305527. OLE color: 7305527.
HSL color Cylindrical-coordinate representation of color #37796F: hue angle of 170.91º 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 #37796F is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 111 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.53 |
| HSL | 170.91º | 0.38% | 0.35% | - |
| HSV(B) | 170.91º | 0.55% | 0.47% | - |
| XYZ | 11.28 | 15.63 | 17.46 | - |
| YUV | 100.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 111 | 0.55 | 0 | 0.08 | 0.53 | 170.91 | 0.38 | 0.35 |
| Hex | 37 | 79 | 6F | 37 | 0 | 8 | 35 | AB | 26 | 23 |
| Octal | 67 | 171 | 157 | 67 | 0 | 10 | 65 | 253 | 46 | 43 |
| Binary | 110111 | 1111001 | 1101111 | 110111 | 0 | 1000 | 110101 | 10101011 | 100110 | 100011 |
Color Harmonies of #37796F
Complementary color
Monochromatic Colors of #37796F
Black with #37796F
Text Example
Text Example
White with #37796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37796F; }
p { color: rgb(55,121,111); }
H1.HeaderClassName
{
color: #37796F;
}
.AnyTagClassName
{
color: #37796F;
}
</style>
background-color css
<style>
a { background-color: #37796F; }
a { background-color: rgb(55,121,111); }
div.DivClassName
{
background-color: #37796F;
}
.BgClassName
{
background-color: #37796F;
}
</style>
border-color css
<style>
span { border-color: #37796F; }
span { border-color: rgb(55,121,111); }
td.TdClassName
{
border-color: #37796F;
}
.TagClassName
{
border-color: #37796F;
}
</style>