Shades of Genoa #327D64
Tints of Genoa #327D64
RGB
CMYK
RGB Variations
Color information
#327D64 (or 0x327D64) is known color: Genoa. HEX triplet: 32, 7D and 64. RGB value is (50,125,100). Sum of RGB (Red+Green+Blue) = 50+125+100=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #327D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D64 is #CD829B. Grayscale: #636363. Windows color (decimal): -13468316 or 6585650. OLE color: 6585650.
HSL color Cylindrical-coordinate representation of color #327D64: hue angle of 160º 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 #327D64 is Cyan = 0.60, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 100 | - |
| CMYK | 0.60 | 0 | 0.2 | 0.51 |
| HSL | 160º | 0.43% | 0.34% | - |
| HSV(B) | 160º | 0.6% | 0.49% | - |
| XYZ | 10.95 | 16.27 | 14.62 | - |
| YUV | 99.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 100 | 0.60 | 0 | 0.2 | 0.51 | 160 | 0.43 | 0.34 |
| Hex | 32 | 7D | 64 | 3C | 0 | 14 | 33 | A0 | 2B | 22 |
| Octal | 62 | 175 | 144 | 74 | 0 | 24 | 63 | 240 | 53 | 42 |
| Binary | 110010 | 1111101 | 1100100 | 111100 | 0 | 10100 | 110011 | 10100000 | 101011 | 100010 |
Color Harmonies of #327D64
Complementary color
Monochromatic Colors of #327D64
Black with #327D64
Text Example
Text Example
White with #327D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D64; }
p { color: rgb(50,125,100); }
H1.HeaderClassName
{
color: #327D64;
}
.AnyTagClassName
{
color: #327D64;
}
</style>
background-color css
<style>
a { background-color: #327D64; }
a { background-color: rgb(50,125,100); }
div.DivClassName
{
background-color: #327D64;
}
.BgClassName
{
background-color: #327D64;
}
</style>
border-color css
<style>
span { border-color: #327D64; }
span { border-color: rgb(50,125,100); }
td.TdClassName
{
border-color: #327D64;
}
.TagClassName
{
border-color: #327D64;
}
</style>