Shades of Genoa #327A66
Tints of Genoa #327A66
RGB
CMYK
RGB Variations
Color information
#327A66 (or 0x327A66) is known color: Genoa. HEX triplet: 32, 7A and 66. RGB value is (50,122,102). Sum of RGB (Red+Green+Blue) = 50+122+102=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #327A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A66 is #CD8599. Grayscale: #626262. Windows color (decimal): -13469082 or 6715954. OLE color: 6715954.
HSL color Cylindrical-coordinate representation of color #327A66: hue angle of 163.33º 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 #327A66 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 102 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.52 |
| HSL | 163.33º | 0.42% | 0.34% | - |
| HSV(B) | 163.33º | 0.59% | 0.48% | - |
| XYZ | 10.67 | 15.56 | 15.01 | - |
| YUV | 98.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 102 | 0.59 | 0 | 0.16 | 0.52 | 163.33 | 0.42 | 0.34 |
| Hex | 32 | 7A | 66 | 3B | 0 | 10 | 34 | A3 | 2A | 22 |
| Octal | 62 | 172 | 146 | 73 | 0 | 20 | 64 | 243 | 52 | 42 |
| Binary | 110010 | 1111010 | 1100110 | 111011 | 0 | 10000 | 110100 | 10100011 | 101010 | 100010 |
Color Harmonies of #327A66
Complementary color
Monochromatic Colors of #327A66
Black with #327A66
Text Example
Text Example
White with #327A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A66; }
p { color: rgb(50,122,102); }
H1.HeaderClassName
{
color: #327A66;
}
.AnyTagClassName
{
color: #327A66;
}
</style>
background-color css
<style>
a { background-color: #327A66; }
a { background-color: rgb(50,122,102); }
div.DivClassName
{
background-color: #327A66;
}
.BgClassName
{
background-color: #327A66;
}
</style>
border-color css
<style>
span { border-color: #327A66; }
span { border-color: rgb(50,122,102); }
td.TdClassName
{
border-color: #327A66;
}
.TagClassName
{
border-color: #327A66;
}
</style>