Shades of Genoa #326E66
Tints of Genoa #326E66
RGB
CMYK
RGB Variations
Color information
#326E66 (or 0x326E66) is known color: Genoa. HEX triplet: 32, 6E and 66. RGB value is (50,110,102). Sum of RGB (Red+Green+Blue) = 50+110+102=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #326E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E66 is #CD9199. Grayscale: #5B5B5B. Windows color (decimal): -13472154 or 6712882. OLE color: 6712882.
HSL color Cylindrical-coordinate representation of color #326E66: hue angle of 172º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E66 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 102 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.57 |
| HSL | 172º | 0.38% | 0.31% | - |
| HSV(B) | 172º | 0.55% | 0.43% | - |
| XYZ | 9.29 | 12.79 | 14.55 | - |
| YUV | 91.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 102 | 0.55 | 0 | 0.07 | 0.57 | 172 | 0.38 | 0.31 |
| Hex | 32 | 6E | 66 | 37 | 0 | 7 | 39 | AC | 26 | 1F |
| Octal | 62 | 156 | 146 | 67 | 0 | 7 | 71 | 254 | 46 | 37 |
| Binary | 110010 | 1101110 | 1100110 | 110111 | 0 | 111 | 111001 | 10101100 | 100110 | 11111 |
Color Harmonies of #326E66
Complementary color
Monochromatic Colors of #326E66
Black with #326E66
Text Example
Text Example
White with #326E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E66; }
p { color: rgb(50,110,102); }
H1.HeaderClassName
{
color: #326E66;
}
.AnyTagClassName
{
color: #326E66;
}
</style>
background-color css
<style>
a { background-color: #326E66; }
a { background-color: rgb(50,110,102); }
div.DivClassName
{
background-color: #326E66;
}
.BgClassName
{
background-color: #326E66;
}
</style>
border-color css
<style>
span { border-color: #326E66; }
span { border-color: rgb(50,110,102); }
td.TdClassName
{
border-color: #326E66;
}
.TagClassName
{
border-color: #326E66;
}
</style>