Shades of Genoa #37726B
Tints of Genoa #37726B
RGB
CMYK
RGB Variations
Color information
#37726B (or 0x37726B) is known color: Genoa. HEX triplet: 37, 72 and 6B. RGB value is (55,114,107). Sum of RGB (Red+Green+Blue) = 55+114+107=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #37726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37726B is #C88D94. Grayscale: #5F5F5F. Windows color (decimal): -13143445 or 7041591. OLE color: 7041591.
HSL color Cylindrical-coordinate representation of color #37726B: hue angle of 172.88º 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 #37726B is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 107 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.55 |
| HSL | 172.88º | 0.35% | 0.33% | - |
| HSV(B) | 172.88º | 0.52% | 0.45% | - |
| XYZ | 10.25 | 13.91 | 16.05 | - |
| YUV | 95.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 107 | 0.52 | 0 | 0.06 | 0.55 | 172.88 | 0.35 | 0.33 |
| Hex | 37 | 72 | 6B | 34 | 0 | 6 | 37 | AD | 23 | 21 |
| Octal | 67 | 162 | 153 | 64 | 0 | 6 | 67 | 255 | 43 | 41 |
| Binary | 110111 | 1110010 | 1101011 | 110100 | 0 | 110 | 110111 | 10101101 | 100011 | 100001 |
Color Harmonies of #37726B
Complementary color
Monochromatic Colors of #37726B
Black with #37726B
Text Example
Text Example
White with #37726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37726B; }
p { color: rgb(55,114,107); }
H1.HeaderClassName
{
color: #37726B;
}
.AnyTagClassName
{
color: #37726B;
}
</style>
background-color css
<style>
a { background-color: #37726B; }
a { background-color: rgb(55,114,107); }
div.DivClassName
{
background-color: #37726B;
}
.BgClassName
{
background-color: #37726B;
}
</style>
border-color css
<style>
span { border-color: #37726B; }
span { border-color: rgb(55,114,107); }
td.TdClassName
{
border-color: #37726B;
}
.TagClassName
{
border-color: #37726B;
}
</style>