Shades of Genoa #37706B
Tints of Genoa #37706B
RGB
CMYK
RGB Variations
Color information
#37706B (or 0x37706B) is known color: Genoa. HEX triplet: 37, 70 and 6B. RGB value is (55,112,107). Sum of RGB (Red+Green+Blue) = 55+112+107=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #37706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37706B is #C88F94. Grayscale: #5E5E5E. Windows color (decimal): -13143957 or 7041079. OLE color: 7041079.
HSL color Cylindrical-coordinate representation of color #37706B: hue angle of 174.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37706B is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 107 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.56 |
| HSL | 174.74º | 0.34% | 0.33% | - |
| HSV(B) | 174.74º | 0.51% | 0.44% | - |
| XYZ | 10.02 | 13.46 | 15.98 | - |
| YUV | 94.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 107 | 0.51 | 0 | 0.04 | 0.56 | 174.74 | 0.34 | 0.33 |
| Hex | 37 | 70 | 6B | 33 | 0 | 4 | 38 | AF | 22 | 21 |
| Octal | 67 | 160 | 153 | 63 | 0 | 4 | 70 | 257 | 42 | 41 |
| Binary | 110111 | 1110000 | 1101011 | 110011 | 0 | 100 | 111000 | 10101111 | 100010 | 100001 |
Color Harmonies of #37706B
Complementary color
Monochromatic Colors of #37706B
Black with #37706B
Text Example
Text Example
White with #37706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37706B; }
p { color: rgb(55,112,107); }
H1.HeaderClassName
{
color: #37706B;
}
.AnyTagClassName
{
color: #37706B;
}
</style>
background-color css
<style>
a { background-color: #37706B; }
a { background-color: rgb(55,112,107); }
div.DivClassName
{
background-color: #37706B;
}
.BgClassName
{
background-color: #37706B;
}
</style>
border-color css
<style>
span { border-color: #37706B; }
span { border-color: rgb(55,112,107); }
td.TdClassName
{
border-color: #37706B;
}
.TagClassName
{
border-color: #37706B;
}
</style>