Shades of Genoa #326B67
Tints of Genoa #326B67
RGB
CMYK
RGB Variations
Color information
#326B67 (or 0x326B67) is known color: Genoa. HEX triplet: 32, 6B and 67. RGB value is (50,107,103). Sum of RGB (Red+Green+Blue) = 50+107+103=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #326B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B67 is #CD9498. Grayscale: #595959. Windows color (decimal): -13472921 or 6777650. OLE color: 6777650.
HSL color Cylindrical-coordinate representation of color #326B67: hue angle of 175.79º 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 #326B67 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 103 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.58 |
| HSL | 175.79º | 0.36% | 0.31% | - |
| HSV(B) | 175.79º | 0.53% | 0.42% | - |
| XYZ | 9.02 | 12.17 | 14.71 | - |
| YUV | 89.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 103 | 0.53 | 0 | 0.04 | 0.58 | 175.79 | 0.36 | 0.31 |
| Hex | 32 | 6B | 67 | 35 | 0 | 4 | 3A | B0 | 24 | 1F |
| Octal | 62 | 153 | 147 | 65 | 0 | 4 | 72 | 260 | 44 | 37 |
| Binary | 110010 | 1101011 | 1100111 | 110101 | 0 | 100 | 111010 | 10110000 | 100100 | 11111 |
Color Harmonies of #326B67
Complementary color
Monochromatic Colors of #326B67
Black with #326B67
Text Example
Text Example
White with #326B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B67; }
p { color: rgb(50,107,103); }
H1.HeaderClassName
{
color: #326B67;
}
.AnyTagClassName
{
color: #326B67;
}
</style>
background-color css
<style>
a { background-color: #326B67; }
a { background-color: rgb(50,107,103); }
div.DivClassName
{
background-color: #326B67;
}
.BgClassName
{
background-color: #326B67;
}
</style>
border-color css
<style>
span { border-color: #326B67; }
span { border-color: rgb(50,107,103); }
td.TdClassName
{
border-color: #326B67;
}
.TagClassName
{
border-color: #326B67;
}
</style>