Shades of Genoa #326B68
Tints of Genoa #326B68
RGB
CMYK
RGB Variations
Color information
#326B68 (or 0x326B68) is known color: Genoa. HEX triplet: 32, 6B and 68. RGB value is (50,107,104). Sum of RGB (Red+Green+Blue) = 50+107+104=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #326B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B68 is #CD9497. Grayscale: #595959. Windows color (decimal): -13472920 or 6843186. OLE color: 6843186.
HSL color Cylindrical-coordinate representation of color #326B68: hue angle of 176.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B68 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 104 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.58 |
| HSL | 176.84º | 0.36% | 0.31% | - |
| HSV(B) | 176.84º | 0.53% | 0.42% | - |
| XYZ | 9.07 | 12.19 | 14.97 | - |
| YUV | 89.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 104 | 0.53 | 0 | 0.03 | 0.58 | 176.84 | 0.36 | 0.31 |
| Hex | 32 | 6B | 68 | 35 | 0 | 3 | 3A | B1 | 24 | 1F |
| Octal | 62 | 153 | 150 | 65 | 0 | 3 | 72 | 261 | 44 | 37 |
| Binary | 110010 | 1101011 | 1101000 | 110101 | 0 | 11 | 111010 | 10110001 | 100100 | 11111 |
Color Harmonies of #326B68
Complementary color
Monochromatic Colors of #326B68
Black with #326B68
Text Example
Text Example
White with #326B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B68; }
p { color: rgb(50,107,104); }
H1.HeaderClassName
{
color: #326B68;
}
.AnyTagClassName
{
color: #326B68;
}
</style>
background-color css
<style>
a { background-color: #326B68; }
a { background-color: rgb(50,107,104); }
div.DivClassName
{
background-color: #326B68;
}
.BgClassName
{
background-color: #326B68;
}
</style>
border-color css
<style>
span { border-color: #326B68; }
span { border-color: rgb(50,107,104); }
td.TdClassName
{
border-color: #326B68;
}
.TagClassName
{
border-color: #326B68;
}
</style>