Shades of Genoa #32726D
Tints of Genoa #32726D
RGB
CMYK
RGB Variations
Color information
#32726D (or 0x32726D) is known color: Genoa. HEX triplet: 32, 72 and 6D. RGB value is (50,114,109). Sum of RGB (Red+Green+Blue) = 50+114+109=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #32726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726D is #CD8D92. Grayscale: #5E5E5E. Windows color (decimal): -13471123 or 7172658. OLE color: 7172658.
HSL color Cylindrical-coordinate representation of color #32726D: hue angle of 175.31º 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 #32726D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 109 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.55 |
| HSL | 175.31º | 0.39% | 0.32% | - |
| HSV(B) | 175.31º | 0.56% | 0.45% | - |
| XYZ | 10.09 | 13.82 | 16.6 | - |
| YUV | 94.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 109 | 0.56 | 0 | 0.04 | 0.55 | 175.31 | 0.39 | 0.32 |
| Hex | 32 | 72 | 6D | 38 | 0 | 4 | 37 | AF | 27 | 20 |
| Octal | 62 | 162 | 155 | 70 | 0 | 4 | 67 | 257 | 47 | 40 |
| Binary | 110010 | 1110010 | 1101101 | 111000 | 0 | 100 | 110111 | 10101111 | 100111 | 100000 |
Color Harmonies of #32726D
Complementary color
Monochromatic Colors of #32726D
Black with #32726D
Text Example
Text Example
White with #32726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32726D; }
p { color: rgb(50,114,109); }
H1.HeaderClassName
{
color: #32726D;
}
.AnyTagClassName
{
color: #32726D;
}
</style>
background-color css
<style>
a { background-color: #32726D; }
a { background-color: rgb(50,114,109); }
div.DivClassName
{
background-color: #32726D;
}
.BgClassName
{
background-color: #32726D;
}
</style>
border-color css
<style>
span { border-color: #32726D; }
span { border-color: rgb(50,114,109); }
td.TdClassName
{
border-color: #32726D;
}
.TagClassName
{
border-color: #32726D;
}
</style>