Shades of Genoa #32726E
Tints of Genoa #32726E
RGB
CMYK
RGB Variations
Color information
#32726E (or 0x32726E) is known color: Genoa. HEX triplet: 32, 72 and 6E. RGB value is (50,114,110). Sum of RGB (Red+Green+Blue) = 50+114+110=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #32726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726E is #CD8D91. Grayscale: #5E5E5E. Windows color (decimal): -13471122 or 7238194. OLE color: 7238194.
HSL color Cylindrical-coordinate representation of color #32726E: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32726E is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 110 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.55 |
| HSL | 176.25º | 0.39% | 0.32% | - |
| HSV(B) | 176.25º | 0.56% | 0.45% | - |
| XYZ | 10.15 | 13.84 | 16.89 | - |
| YUV | 94.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 110 | 0.56 | 0 | 0.04 | 0.55 | 176.25 | 0.39 | 0.32 |
| Hex | 32 | 72 | 6E | 38 | 0 | 4 | 37 | B0 | 27 | 20 |
| Octal | 62 | 162 | 156 | 70 | 0 | 4 | 67 | 260 | 47 | 40 |
| Binary | 110010 | 1110010 | 1101110 | 111000 | 0 | 100 | 110111 | 10110000 | 100111 | 100000 |
Color Harmonies of #32726E
Complementary color
Monochromatic Colors of #32726E
Black with #32726E
Text Example
Text Example
White with #32726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32726E; }
p { color: rgb(50,114,110); }
H1.HeaderClassName
{
color: #32726E;
}
.AnyTagClassName
{
color: #32726E;
}
</style>
background-color css
<style>
a { background-color: #32726E; }
a { background-color: rgb(50,114,110); }
div.DivClassName
{
background-color: #32726E;
}
.BgClassName
{
background-color: #32726E;
}
</style>
border-color css
<style>
span { border-color: #32726E; }
span { border-color: rgb(50,114,110); }
td.TdClassName
{
border-color: #32726E;
}
.TagClassName
{
border-color: #32726E;
}
</style>