Shades of Genoa #326F63
Tints of Genoa #326F63
RGB
CMYK
RGB Variations
Color information
#326F63 (or 0x326F63) is known color: Genoa. HEX triplet: 32, 6F and 63. RGB value is (50,111,99). Sum of RGB (Red+Green+Blue) = 50+111+99=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #326F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F63 is #CD909C. Grayscale: #5B5B5B. Windows color (decimal): -13471901 or 6516530. OLE color: 6516530.
HSL color Cylindrical-coordinate representation of color #326F63: hue angle of 168.2º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F63 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 99 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.56 |
| HSL | 168.2º | 0.38% | 0.32% | - |
| HSV(B) | 168.2º | 0.55% | 0.44% | - |
| XYZ | 9.25 | 12.95 | 13.82 | - |
| YUV | 91.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 99 | 0.55 | 0 | 0.11 | 0.56 | 168.2 | 0.38 | 0.32 |
| Hex | 32 | 6F | 63 | 37 | 0 | B | 38 | A8 | 26 | 20 |
| Octal | 62 | 157 | 143 | 67 | 0 | 13 | 70 | 250 | 46 | 40 |
| Binary | 110010 | 1101111 | 1100011 | 110111 | 0 | 1011 | 111000 | 10101000 | 100110 | 100000 |
Color Harmonies of #326F63
Complementary color
Monochromatic Colors of #326F63
Black with #326F63
Text Example
Text Example
White with #326F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F63; }
p { color: rgb(50,111,99); }
H1.HeaderClassName
{
color: #326F63;
}
.AnyTagClassName
{
color: #326F63;
}
</style>
background-color css
<style>
a { background-color: #326F63; }
a { background-color: rgb(50,111,99); }
div.DivClassName
{
background-color: #326F63;
}
.BgClassName
{
background-color: #326F63;
}
</style>
border-color css
<style>
span { border-color: #326F63; }
span { border-color: rgb(50,111,99); }
td.TdClassName
{
border-color: #326F63;
}
.TagClassName
{
border-color: #326F63;
}
</style>