Shades of Genoa #327C6C
Tints of Genoa #327C6C
RGB
CMYK
RGB Variations
Color information
#327C6C (or 0x327C6C) is known color: Genoa. HEX triplet: 32, 7C and 6C. RGB value is (50,124,108). Sum of RGB (Red+Green+Blue) = 50+124+108=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #327C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C6C is #CD8393. Grayscale: #646464. Windows color (decimal): -13468564 or 7109682. OLE color: 7109682.
HSL color Cylindrical-coordinate representation of color #327C6C: hue angle of 167.03º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C6C is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 108 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.51 |
| HSL | 167.03º | 0.43% | 0.34% | - |
| HSV(B) | 167.03º | 0.6% | 0.49% | - |
| XYZ | 11.23 | 16.18 | 16.72 | - |
| YUV | 100.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 108 | 0.60 | 0 | 0.13 | 0.51 | 167.03 | 0.43 | 0.34 |
| Hex | 32 | 7C | 6C | 3C | 0 | D | 33 | A7 | 2B | 22 |
| Octal | 62 | 174 | 154 | 74 | 0 | 15 | 63 | 247 | 53 | 42 |
| Binary | 110010 | 1111100 | 1101100 | 111100 | 0 | 1101 | 110011 | 10100111 | 101011 | 100010 |
Color Harmonies of #327C6C
Complementary color
Monochromatic Colors of #327C6C
Black with #327C6C
Text Example
Text Example
White with #327C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C6C; }
p { color: rgb(50,124,108); }
H1.HeaderClassName
{
color: #327C6C;
}
.AnyTagClassName
{
color: #327C6C;
}
</style>
background-color css
<style>
a { background-color: #327C6C; }
a { background-color: rgb(50,124,108); }
div.DivClassName
{
background-color: #327C6C;
}
.BgClassName
{
background-color: #327C6C;
}
</style>
border-color css
<style>
span { border-color: #327C6C; }
span { border-color: rgb(50,124,108); }
td.TdClassName
{
border-color: #327C6C;
}
.TagClassName
{
border-color: #327C6C;
}
</style>