Shades of Genoa #327C72
Tints of Genoa #327C72
RGB
CMYK
RGB Variations
Color information
#327C72 (or 0x327C72) is known color: Genoa. HEX triplet: 32, 7C and 72. RGB value is (50,124,114). Sum of RGB (Red+Green+Blue) = 50+124+114=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #327C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C72 is #CD838D. Grayscale: #646464. Windows color (decimal): -13468558 or 7502898. OLE color: 7502898.
HSL color Cylindrical-coordinate representation of color #327C72: hue angle of 171.89º 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 #327C72 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 114 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.51 |
| HSL | 171.89º | 0.43% | 0.34% | - |
| HSV(B) | 171.89º | 0.6% | 0.49% | - |
| XYZ | 11.56 | 16.31 | 18.46 | - |
| YUV | 100.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 114 | 0.60 | 0 | 0.08 | 0.51 | 171.89 | 0.43 | 0.34 |
| Hex | 32 | 7C | 72 | 3C | 0 | 8 | 33 | AC | 2B | 22 |
| Octal | 62 | 174 | 162 | 74 | 0 | 10 | 63 | 254 | 53 | 42 |
| Binary | 110010 | 1111100 | 1110010 | 111100 | 0 | 1000 | 110011 | 10101100 | 101011 | 100010 |
Color Harmonies of #327C72
Complementary color
Monochromatic Colors of #327C72
Black with #327C72
Text Example
Text Example
White with #327C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C72; }
p { color: rgb(50,124,114); }
H1.HeaderClassName
{
color: #327C72;
}
.AnyTagClassName
{
color: #327C72;
}
</style>
background-color css
<style>
a { background-color: #327C72; }
a { background-color: rgb(50,124,114); }
div.DivClassName
{
background-color: #327C72;
}
.BgClassName
{
background-color: #327C72;
}
</style>
border-color css
<style>
span { border-color: #327C72; }
span { border-color: rgb(50,124,114); }
td.TdClassName
{
border-color: #327C72;
}
.TagClassName
{
border-color: #327C72;
}
</style>