Shades of Genoa #327A6E
Tints of Genoa #327A6E
RGB
CMYK
RGB Variations
Color information
#327A6E (or 0x327A6E) is known color: Genoa. HEX triplet: 32, 7A and 6E. RGB value is (50,122,110). Sum of RGB (Red+Green+Blue) = 50+122+110=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #327A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A6E is #CD8591. Grayscale: #636363. Windows color (decimal): -13469074 or 7240242. OLE color: 7240242.
HSL color Cylindrical-coordinate representation of color #327A6E: hue angle of 170º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A6E is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 110 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.52 |
| HSL | 170º | 0.42% | 0.34% | - |
| HSV(B) | 170º | 0.59% | 0.48% | - |
| XYZ | 11.09 | 15.72 | 17.2 | - |
| YUV | 99.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 110 | 0.59 | 0 | 0.10 | 0.52 | 170 | 0.42 | 0.34 |
| Hex | 32 | 7A | 6E | 3B | 0 | A | 34 | AA | 2A | 22 |
| Octal | 62 | 172 | 156 | 73 | 0 | 12 | 64 | 252 | 52 | 42 |
| Binary | 110010 | 1111010 | 1101110 | 111011 | 0 | 1010 | 110100 | 10101010 | 101010 | 100010 |
Color Harmonies of #327A6E
Complementary color
Monochromatic Colors of #327A6E
Black with #327A6E
Text Example
Text Example
White with #327A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A6E; }
p { color: rgb(50,122,110); }
H1.HeaderClassName
{
color: #327A6E;
}
.AnyTagClassName
{
color: #327A6E;
}
</style>
background-color css
<style>
a { background-color: #327A6E; }
a { background-color: rgb(50,122,110); }
div.DivClassName
{
background-color: #327A6E;
}
.BgClassName
{
background-color: #327A6E;
}
</style>
border-color css
<style>
span { border-color: #327A6E; }
span { border-color: rgb(50,122,110); }
td.TdClassName
{
border-color: #327A6E;
}
.TagClassName
{
border-color: #327A6E;
}
</style>