Shades of Genoa #327F70
Tints of Genoa #327F70
RGB
CMYK
RGB Variations
Color information
#327F70 (or 0x327F70) is known color: Genoa. HEX triplet: 32, 7F and 70. RGB value is (50,127,112). Sum of RGB (Red+Green+Blue) = 50+127+112=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #327F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F70 is #CD808F. Grayscale: #666666. Windows color (decimal): -13467792 or 7372594. OLE color: 7372594.
HSL color Cylindrical-coordinate representation of color #327F70: hue angle of 168.31º 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 #327F70 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 112 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.50 |
| HSL | 168.31º | 0.44% | 0.35% | - |
| HSV(B) | 168.31º | 0.61% | 0.5% | - |
| XYZ | 11.83 | 17.03 | 17.99 | - |
| YUV | 102.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 112 | 0.61 | 0 | 0.12 | 0.50 | 168.31 | 0.44 | 0.35 |
| Hex | 32 | 7F | 70 | 3D | 0 | C | 32 | A8 | 2C | 23 |
| Octal | 62 | 177 | 160 | 75 | 0 | 14 | 62 | 250 | 54 | 43 |
| Binary | 110010 | 1111111 | 1110000 | 111101 | 0 | 1100 | 110010 | 10101000 | 101100 | 100011 |
Color Harmonies of #327F70
Complementary color
Monochromatic Colors of #327F70
Black with #327F70
Text Example
Text Example
White with #327F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F70; }
p { color: rgb(50,127,112); }
H1.HeaderClassName
{
color: #327F70;
}
.AnyTagClassName
{
color: #327F70;
}
</style>
background-color css
<style>
a { background-color: #327F70; }
a { background-color: rgb(50,127,112); }
div.DivClassName
{
background-color: #327F70;
}
.BgClassName
{
background-color: #327F70;
}
</style>
border-color css
<style>
span { border-color: #327F70; }
span { border-color: rgb(50,127,112); }
td.TdClassName
{
border-color: #327F70;
}
.TagClassName
{
border-color: #327F70;
}
</style>