Shades of Genoa #32766B
Tints of Genoa #32766B
RGB
CMYK
RGB Variations
Color information
#32766B (or 0x32766B) is known color: Genoa. HEX triplet: 32, 76 and 6B. RGB value is (50,118,107). Sum of RGB (Red+Green+Blue) = 50+118+107=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #32766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766B is #CD8994. Grayscale: #606060. Windows color (decimal): -13470101 or 7042610. OLE color: 7042610.
HSL color Cylindrical-coordinate representation of color #32766B: hue angle of 170.29º 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 #32766B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 107 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.54 |
| HSL | 170.29º | 0.4% | 0.33% | - |
| HSV(B) | 170.29º | 0.58% | 0.46% | - |
| XYZ | 10.45 | 14.7 | 16.2 | - |
| YUV | 96.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 107 | 0.58 | 0 | 0.09 | 0.54 | 170.29 | 0.4 | 0.33 |
| Hex | 32 | 76 | 6B | 3A | 0 | 9 | 36 | AA | 28 | 21 |
| Octal | 62 | 166 | 153 | 72 | 0 | 11 | 66 | 252 | 50 | 41 |
| Binary | 110010 | 1110110 | 1101011 | 111010 | 0 | 1001 | 110110 | 10101010 | 101000 | 100001 |
Color Harmonies of #32766B
Complementary color
Monochromatic Colors of #32766B
Black with #32766B
Text Example
Text Example
White with #32766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32766B; }
p { color: rgb(50,118,107); }
H1.HeaderClassName
{
color: #32766B;
}
.AnyTagClassName
{
color: #32766B;
}
</style>
background-color css
<style>
a { background-color: #32766B; }
a { background-color: rgb(50,118,107); }
div.DivClassName
{
background-color: #32766B;
}
.BgClassName
{
background-color: #32766B;
}
</style>
border-color css
<style>
span { border-color: #32766B; }
span { border-color: rgb(50,118,107); }
td.TdClassName
{
border-color: #32766B;
}
.TagClassName
{
border-color: #32766B;
}
</style>