Shades of Genoa #32766D
Tints of Genoa #32766D
RGB
CMYK
RGB Variations
Color information
#32766D (or 0x32766D) is known color: Genoa. HEX triplet: 32, 76 and 6D. RGB value is (50,118,109). Sum of RGB (Red+Green+Blue) = 50+118+109=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #32766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766D is #CD8992. Grayscale: #606060. Windows color (decimal): -13470099 or 7173682. OLE color: 7173682.
HSL color Cylindrical-coordinate representation of color #32766D: hue angle of 172.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32766D is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 109 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.54 |
| HSL | 172.06º | 0.4% | 0.33% | - |
| HSV(B) | 172.06º | 0.58% | 0.46% | - |
| XYZ | 10.55 | 14.74 | 16.76 | - |
| YUV | 96.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 109 | 0.58 | 0 | 0.08 | 0.54 | 172.06 | 0.4 | 0.33 |
| Hex | 32 | 76 | 6D | 3A | 0 | 8 | 36 | AC | 28 | 21 |
| Octal | 62 | 166 | 155 | 72 | 0 | 10 | 66 | 254 | 50 | 41 |
| Binary | 110010 | 1110110 | 1101101 | 111010 | 0 | 1000 | 110110 | 10101100 | 101000 | 100001 |
Color Harmonies of #32766D
Complementary color
Monochromatic Colors of #32766D
Black with #32766D
Text Example
Text Example
White with #32766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32766D; }
p { color: rgb(50,118,109); }
H1.HeaderClassName
{
color: #32766D;
}
.AnyTagClassName
{
color: #32766D;
}
</style>
background-color css
<style>
a { background-color: #32766D; }
a { background-color: rgb(50,118,109); }
div.DivClassName
{
background-color: #32766D;
}
.BgClassName
{
background-color: #32766D;
}
</style>
border-color css
<style>
span { border-color: #32766D; }
span { border-color: rgb(50,118,109); }
td.TdClassName
{
border-color: #32766D;
}
.TagClassName
{
border-color: #32766D;
}
</style>