Shades of Genoa #326665
Tints of Genoa #326665
RGB
CMYK
RGB Variations
Color information
#326665 (or 0x326665) is known color: Genoa. HEX triplet: 32, 66 and 65. RGB value is (50,102,101). Sum of RGB (Red+Green+Blue) = 50+102+101=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #326665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326665 is #CD999A. Grayscale: #565656. Windows color (decimal): -13474203 or 6645298. OLE color: 6645298.
HSL color Cylindrical-coordinate representation of color #326665: hue angle of 178.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326665 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 101 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.6 |
| HSL | 178.85º | 0.34% | 0.3% | - |
| HSV(B) | 178.85º | 0.51% | 0.4% | - |
| XYZ | 8.42 | 11.12 | 14.01 | - |
| YUV | 86.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 101 | 0.51 | 0 | 0.01 | 0.6 | 178.85 | 0.34 | 0.3 |
| Hex | 32 | 66 | 65 | 33 | 0 | 1 | 3C | B3 | 22 | 1E |
| Octal | 62 | 146 | 145 | 63 | 0 | 1 | 74 | 263 | 42 | 36 |
| Binary | 110010 | 1100110 | 1100101 | 110011 | 0 | 1 | 111100 | 10110011 | 100010 | 11110 |
Color Harmonies of #326665
Complementary color
Monochromatic Colors of #326665
Black with #326665
Text Example
Text Example
White with #326665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326665; }
p { color: rgb(50,102,101); }
H1.HeaderClassName
{
color: #326665;
}
.AnyTagClassName
{
color: #326665;
}
</style>
background-color css
<style>
a { background-color: #326665; }
a { background-color: rgb(50,102,101); }
div.DivClassName
{
background-color: #326665;
}
.BgClassName
{
background-color: #326665;
}
</style>
border-color css
<style>
span { border-color: #326665; }
span { border-color: rgb(50,102,101); }
td.TdClassName
{
border-color: #326665;
}
.TagClassName
{
border-color: #326665;
}
</style>