Shades of Genoa #37796C
Tints of Genoa #37796C
RGB
CMYK
RGB Variations
Color information
#37796C (or 0x37796C) is known color: Genoa. HEX triplet: 37, 79 and 6C. RGB value is (55,121,108). Sum of RGB (Red+Green+Blue) = 55+121+108=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #37796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37796C is #C88693. Grayscale: #636363. Windows color (decimal): -13141652 or 7108919. OLE color: 7108919.
HSL color Cylindrical-coordinate representation of color #37796C: hue angle of 168.18º 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 #37796C is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 108 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.53 |
| HSL | 168.18º | 0.38% | 0.35% | - |
| HSV(B) | 168.18º | 0.55% | 0.47% | - |
| XYZ | 11.12 | 15.57 | 16.61 | - |
| YUV | 99.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 108 | 0.55 | 0 | 0.11 | 0.53 | 168.18 | 0.38 | 0.35 |
| Hex | 37 | 79 | 6C | 37 | 0 | B | 35 | A8 | 26 | 23 |
| Octal | 67 | 171 | 154 | 67 | 0 | 13 | 65 | 250 | 46 | 43 |
| Binary | 110111 | 1111001 | 1101100 | 110111 | 0 | 1011 | 110101 | 10101000 | 100110 | 100011 |
Color Harmonies of #37796C
Complementary color
Monochromatic Colors of #37796C
Black with #37796C
Text Example
Text Example
White with #37796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37796C; }
p { color: rgb(55,121,108); }
H1.HeaderClassName
{
color: #37796C;
}
.AnyTagClassName
{
color: #37796C;
}
</style>
background-color css
<style>
a { background-color: #37796C; }
a { background-color: rgb(55,121,108); }
div.DivClassName
{
background-color: #37796C;
}
.BgClassName
{
background-color: #37796C;
}
</style>
border-color css
<style>
span { border-color: #37796C; }
span { border-color: rgb(55,121,108); }
td.TdClassName
{
border-color: #37796C;
}
.TagClassName
{
border-color: #37796C;
}
</style>