Shades of Genoa #32706C
Tints of Genoa #32706C
RGB
CMYK
RGB Variations
Color information
#32706C (or 0x32706C) is known color: Genoa. HEX triplet: 32, 70 and 6C. RGB value is (50,112,108). Sum of RGB (Red+Green+Blue) = 50+112+108=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #32706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32706C is #CD8F93. Grayscale: #5C5C5C. Windows color (decimal): -13471636 or 7106610. OLE color: 7106610.
HSL color Cylindrical-coordinate representation of color #32706C: hue angle of 176.13º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32706C is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 108 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.56 |
| HSL | 176.13º | 0.38% | 0.32% | - |
| HSV(B) | 176.13º | 0.55% | 0.44% | - |
| XYZ | 9.82 | 13.35 | 16.25 | - |
| YUV | 93.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 108 | 0.55 | 0 | 0.04 | 0.56 | 176.13 | 0.38 | 0.32 |
| Hex | 32 | 70 | 6C | 37 | 0 | 4 | 38 | B0 | 26 | 20 |
| Octal | 62 | 160 | 154 | 67 | 0 | 4 | 70 | 260 | 46 | 40 |
| Binary | 110010 | 1110000 | 1101100 | 110111 | 0 | 100 | 111000 | 10110000 | 100110 | 100000 |
Color Harmonies of #32706C
Complementary color
Monochromatic Colors of #32706C
Black with #32706C
Text Example
Text Example
White with #32706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32706C; }
p { color: rgb(50,112,108); }
H1.HeaderClassName
{
color: #32706C;
}
.AnyTagClassName
{
color: #32706C;
}
</style>
background-color css
<style>
a { background-color: #32706C; }
a { background-color: rgb(50,112,108); }
div.DivClassName
{
background-color: #32706C;
}
.BgClassName
{
background-color: #32706C;
}
</style>
border-color css
<style>
span { border-color: #32706C; }
span { border-color: rgb(50,112,108); }
td.TdClassName
{
border-color: #32706C;
}
.TagClassName
{
border-color: #32706C;
}
</style>