Shades of Genoa #326C65
Tints of Genoa #326C65
RGB
CMYK
RGB Variations
Color information
#326C65 (or 0x326C65) is known color: Genoa. HEX triplet: 32, 6C and 65. RGB value is (50,108,101). Sum of RGB (Red+Green+Blue) = 50+108+101=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #326C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C65 is #CD939A. Grayscale: #595959. Windows color (decimal): -13472667 or 6646834. OLE color: 6646834.
HSL color Cylindrical-coordinate representation of color #326C65: hue angle of 172.76º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C65 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 101 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.58 |
| HSL | 172.76º | 0.37% | 0.31% | - |
| HSV(B) | 172.76º | 0.54% | 0.42% | - |
| XYZ | 9.03 | 12.34 | 14.22 | - |
| YUV | 89.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 101 | 0.54 | 0 | 0.06 | 0.58 | 172.76 | 0.37 | 0.31 |
| Hex | 32 | 6C | 65 | 36 | 0 | 6 | 3A | AD | 25 | 1F |
| Octal | 62 | 154 | 145 | 66 | 0 | 6 | 72 | 255 | 45 | 37 |
| Binary | 110010 | 1101100 | 1100101 | 110110 | 0 | 110 | 111010 | 10101101 | 100101 | 11111 |
Color Harmonies of #326C65
Complementary color
Monochromatic Colors of #326C65
Black with #326C65
Text Example
Text Example
White with #326C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C65; }
p { color: rgb(50,108,101); }
H1.HeaderClassName
{
color: #326C65;
}
.AnyTagClassName
{
color: #326C65;
}
</style>
background-color css
<style>
a { background-color: #326C65; }
a { background-color: rgb(50,108,101); }
div.DivClassName
{
background-color: #326C65;
}
.BgClassName
{
background-color: #326C65;
}
</style>
border-color css
<style>
span { border-color: #326C65; }
span { border-color: rgb(50,108,101); }
td.TdClassName
{
border-color: #326C65;
}
.TagClassName
{
border-color: #326C65;
}
</style>