Shades of Genoa #327F67
Tints of Genoa #327F67
RGB
CMYK
RGB Variations
Color information
#327F67 (or 0x327F67) is known color: Genoa. HEX triplet: 32, 7F and 67. RGB value is (50,127,103). Sum of RGB (Red+Green+Blue) = 50+127+103=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #327F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F67 is #CD8098. Grayscale: #656565. Windows color (decimal): -13467801 or 6782770. OLE color: 6782770.
HSL color Cylindrical-coordinate representation of color #327F67: hue angle of 161.3º 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 #327F67 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 103 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.50 |
| HSL | 161.3º | 0.44% | 0.35% | - |
| HSV(B) | 161.3º | 0.61% | 0.5% | - |
| XYZ | 11.35 | 16.84 | 15.48 | - |
| YUV | 101.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 103 | 0.61 | 0 | 0.19 | 0.50 | 161.3 | 0.44 | 0.35 |
| Hex | 32 | 7F | 67 | 3D | 0 | 13 | 32 | A1 | 2C | 23 |
| Octal | 62 | 177 | 147 | 75 | 0 | 23 | 62 | 241 | 54 | 43 |
| Binary | 110010 | 1111111 | 1100111 | 111101 | 0 | 10011 | 110010 | 10100001 | 101100 | 100011 |
Color Harmonies of #327F67
Complementary color
Monochromatic Colors of #327F67
Black with #327F67
Text Example
Text Example
White with #327F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F67; }
p { color: rgb(50,127,103); }
H1.HeaderClassName
{
color: #327F67;
}
.AnyTagClassName
{
color: #327F67;
}
</style>
background-color css
<style>
a { background-color: #327F67; }
a { background-color: rgb(50,127,103); }
div.DivClassName
{
background-color: #327F67;
}
.BgClassName
{
background-color: #327F67;
}
</style>
border-color css
<style>
span { border-color: #327F67; }
span { border-color: rgb(50,127,103); }
td.TdClassName
{
border-color: #327F67;
}
.TagClassName
{
border-color: #327F67;
}
</style>