Shades of Genoa #37736D
Tints of Genoa #37736D
RGB
CMYK
RGB Variations
Color information
#37736D (or 0x37736D) is known color: Genoa. HEX triplet: 37, 73 and 6D. RGB value is (55,115,109). Sum of RGB (Red+Green+Blue) = 55+115+109=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #37736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37736D is #C88C92. Grayscale: #606060. Windows color (decimal): -13143187 or 7172919. OLE color: 7172919.
HSL color Cylindrical-coordinate representation of color #37736D: hue angle of 174º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37736D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 109 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.55 |
| HSL | 174º | 0.35% | 0.33% | - |
| HSV(B) | 174º | 0.52% | 0.45% | - |
| XYZ | 10.47 | 14.18 | 16.65 | - |
| YUV | 96.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 109 | 0.52 | 0 | 0.05 | 0.55 | 174 | 0.35 | 0.33 |
| Hex | 37 | 73 | 6D | 34 | 0 | 5 | 37 | AE | 23 | 21 |
| Octal | 67 | 163 | 155 | 64 | 0 | 5 | 67 | 256 | 43 | 41 |
| Binary | 110111 | 1110011 | 1101101 | 110100 | 0 | 101 | 110111 | 10101110 | 100011 | 100001 |
Color Harmonies of #37736D
Complementary color
Monochromatic Colors of #37736D
Black with #37736D
Text Example
Text Example
White with #37736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37736D; }
p { color: rgb(55,115,109); }
H1.HeaderClassName
{
color: #37736D;
}
.AnyTagClassName
{
color: #37736D;
}
</style>
background-color css
<style>
a { background-color: #37736D; }
a { background-color: rgb(55,115,109); }
div.DivClassName
{
background-color: #37736D;
}
.BgClassName
{
background-color: #37736D;
}
</style>
border-color css
<style>
span { border-color: #37736D; }
span { border-color: rgb(55,115,109); }
td.TdClassName
{
border-color: #37736D;
}
.TagClassName
{
border-color: #37736D;
}
</style>