Shades of Genoa #326863
Tints of Genoa #326863
RGB
CMYK
RGB Variations
Color information
#326863 (or 0x326863) is known color: Genoa. HEX triplet: 32, 68 and 63. RGB value is (50,104,99). Sum of RGB (Red+Green+Blue) = 50+104+99=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #326863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326863 is #CD979C. Grayscale: #575757. Windows color (decimal): -13473693 or 6514738. OLE color: 6514738.
HSL color Cylindrical-coordinate representation of color #326863: hue angle of 174.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326863 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 99 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.59 |
| HSL | 174.44º | 0.35% | 0.3% | - |
| HSV(B) | 174.44º | 0.52% | 0.41% | - |
| XYZ | 8.52 | 11.48 | 13.57 | - |
| YUV | 87.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 99 | 0.52 | 0 | 0.05 | 0.59 | 174.44 | 0.35 | 0.3 |
| Hex | 32 | 68 | 63 | 34 | 0 | 5 | 3B | AE | 23 | 1E |
| Octal | 62 | 150 | 143 | 64 | 0 | 5 | 73 | 256 | 43 | 36 |
| Binary | 110010 | 1101000 | 1100011 | 110100 | 0 | 101 | 111011 | 10101110 | 100011 | 11110 |
Color Harmonies of #326863
Complementary color
Monochromatic Colors of #326863
Black with #326863
Text Example
Text Example
White with #326863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326863; }
p { color: rgb(50,104,99); }
H1.HeaderClassName
{
color: #326863;
}
.AnyTagClassName
{
color: #326863;
}
</style>
background-color css
<style>
a { background-color: #326863; }
a { background-color: rgb(50,104,99); }
div.DivClassName
{
background-color: #326863;
}
.BgClassName
{
background-color: #326863;
}
</style>
border-color css
<style>
span { border-color: #326863; }
span { border-color: rgb(50,104,99); }
td.TdClassName
{
border-color: #326863;
}
.TagClassName
{
border-color: #326863;
}
</style>