Shades of Genoa #37716D
Tints of Genoa #37716D
RGB
CMYK
RGB Variations
Color information
#37716D (or 0x37716D) is known color: Genoa. HEX triplet: 37, 71 and 6D. RGB value is (55,113,109). Sum of RGB (Red+Green+Blue) = 55+113+109=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #37716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37716D is #C88E92. Grayscale: #5F5F5F. Windows color (decimal): -13143699 or 7172407. OLE color: 7172407.
HSL color Cylindrical-coordinate representation of color #37716D: hue angle of 175.86º degrees, saturation: 0.35, 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 #37716D is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 109 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.56 |
| HSL | 175.86º | 0.35% | 0.33% | - |
| HSV(B) | 175.86º | 0.51% | 0.44% | - |
| XYZ | 10.24 | 13.73 | 16.58 | - |
| YUV | 95.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 109 | 0.51 | 0 | 0.04 | 0.56 | 175.86 | 0.35 | 0.33 |
| Hex | 37 | 71 | 6D | 33 | 0 | 4 | 38 | B0 | 23 | 21 |
| Octal | 67 | 161 | 155 | 63 | 0 | 4 | 70 | 260 | 43 | 41 |
| Binary | 110111 | 1110001 | 1101101 | 110011 | 0 | 100 | 111000 | 10110000 | 100011 | 100001 |
Color Harmonies of #37716D
Complementary color
Monochromatic Colors of #37716D
Black with #37716D
Text Example
Text Example
White with #37716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37716D; }
p { color: rgb(55,113,109); }
H1.HeaderClassName
{
color: #37716D;
}
.AnyTagClassName
{
color: #37716D;
}
</style>
background-color css
<style>
a { background-color: #37716D; }
a { background-color: rgb(55,113,109); }
div.DivClassName
{
background-color: #37716D;
}
.BgClassName
{
background-color: #37716D;
}
</style>
border-color css
<style>
span { border-color: #37716D; }
span { border-color: rgb(55,113,109); }
td.TdClassName
{
border-color: #37716D;
}
.TagClassName
{
border-color: #37716D;
}
</style>