Shades of Genoa #327F6E
Tints of Genoa #327F6E
RGB
CMYK
RGB Variations
Color information
#327F6E (or 0x327F6E) is known color: Genoa. HEX triplet: 32, 7F and 6E. RGB value is (50,127,110). Sum of RGB (Red+Green+Blue) = 50+127+110=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #327F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F6E is #CD8091. Grayscale: #666666. Windows color (decimal): -13467794 or 7241522. OLE color: 7241522.
HSL color Cylindrical-coordinate representation of color #327F6E: hue angle of 166.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F6E is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 110 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.50 |
| HSL | 166.75º | 0.44% | 0.35% | - |
| HSV(B) | 166.75º | 0.61% | 0.5% | - |
| XYZ | 11.72 | 16.98 | 17.41 | - |
| YUV | 102.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 110 | 0.61 | 0 | 0.13 | 0.50 | 166.75 | 0.44 | 0.35 |
| Hex | 32 | 7F | 6E | 3D | 0 | D | 32 | A7 | 2C | 23 |
| Octal | 62 | 177 | 156 | 75 | 0 | 15 | 62 | 247 | 54 | 43 |
| Binary | 110010 | 1111111 | 1101110 | 111101 | 0 | 1101 | 110010 | 10100111 | 101100 | 100011 |
Color Harmonies of #327F6E
Complementary color
Monochromatic Colors of #327F6E
Black with #327F6E
Text Example
Text Example
White with #327F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F6E; }
p { color: rgb(50,127,110); }
H1.HeaderClassName
{
color: #327F6E;
}
.AnyTagClassName
{
color: #327F6E;
}
</style>
background-color css
<style>
a { background-color: #327F6E; }
a { background-color: rgb(50,127,110); }
div.DivClassName
{
background-color: #327F6E;
}
.BgClassName
{
background-color: #327F6E;
}
</style>
border-color css
<style>
span { border-color: #327F6E; }
span { border-color: rgb(50,127,110); }
td.TdClassName
{
border-color: #327F6E;
}
.TagClassName
{
border-color: #327F6E;
}
</style>