Shades of Genoa #37766B
Tints of Genoa #37766B
RGB
CMYK
RGB Variations
Color information
#37766B (or 0x37766B) is known color: Genoa. HEX triplet: 37, 76 and 6B. RGB value is (55,118,107). Sum of RGB (Red+Green+Blue) = 55+118+107=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #37766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37766B is #C88994. Grayscale: #616161. Windows color (decimal): -13142421 or 7042615. OLE color: 7042615.
HSL color Cylindrical-coordinate representation of color #37766B: hue angle of 169.52º 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 #37766B is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 107 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.54 |
| HSL | 169.52º | 0.36% | 0.34% | - |
| HSV(B) | 169.52º | 0.53% | 0.46% | - |
| XYZ | 10.71 | 14.83 | 16.21 | - |
| YUV | 97.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 107 | 0.53 | 0 | 0.09 | 0.54 | 169.52 | 0.36 | 0.34 |
| Hex | 37 | 76 | 6B | 35 | 0 | 9 | 36 | AA | 24 | 22 |
| Octal | 67 | 166 | 153 | 65 | 0 | 11 | 66 | 252 | 44 | 42 |
| Binary | 110111 | 1110110 | 1101011 | 110101 | 0 | 1001 | 110110 | 10101010 | 100100 | 100010 |
Color Harmonies of #37766B
Complementary color
Monochromatic Colors of #37766B
Black with #37766B
Text Example
Text Example
White with #37766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37766B; }
p { color: rgb(55,118,107); }
H1.HeaderClassName
{
color: #37766B;
}
.AnyTagClassName
{
color: #37766B;
}
</style>
background-color css
<style>
a { background-color: #37766B; }
a { background-color: rgb(55,118,107); }
div.DivClassName
{
background-color: #37766B;
}
.BgClassName
{
background-color: #37766B;
}
</style>
border-color css
<style>
span { border-color: #37766B; }
span { border-color: rgb(55,118,107); }
td.TdClassName
{
border-color: #37766B;
}
.TagClassName
{
border-color: #37766B;
}
</style>