Shades of Genoa #327B65
Tints of Genoa #327B65
RGB
CMYK
RGB Variations
Color information
#327B65 (or 0x327B65) is known color: Genoa. HEX triplet: 32, 7B and 65. RGB value is (50,123,101). Sum of RGB (Red+Green+Blue) = 50+123+101=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #327B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B65 is #CD849A. Grayscale: #626262. Windows color (decimal): -13468827 or 6650674. OLE color: 6650674.
HSL color Cylindrical-coordinate representation of color #327B65: hue angle of 161.92º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B65 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 101 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.52 |
| HSL | 161.92º | 0.42% | 0.34% | - |
| HSV(B) | 161.92º | 0.59% | 0.48% | - |
| XYZ | 10.75 | 15.78 | 14.79 | - |
| YUV | 98.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 101 | 0.59 | 0 | 0.18 | 0.52 | 161.92 | 0.42 | 0.34 |
| Hex | 32 | 7B | 65 | 3B | 0 | 12 | 34 | A2 | 2A | 22 |
| Octal | 62 | 173 | 145 | 73 | 0 | 22 | 64 | 242 | 52 | 42 |
| Binary | 110010 | 1111011 | 1100101 | 111011 | 0 | 10010 | 110100 | 10100010 | 101010 | 100010 |
Color Harmonies of #327B65
Complementary color
Monochromatic Colors of #327B65
Black with #327B65
Text Example
Text Example
White with #327B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B65; }
p { color: rgb(50,123,101); }
H1.HeaderClassName
{
color: #327B65;
}
.AnyTagClassName
{
color: #327B65;
}
</style>
background-color css
<style>
a { background-color: #327B65; }
a { background-color: rgb(50,123,101); }
div.DivClassName
{
background-color: #327B65;
}
.BgClassName
{
background-color: #327B65;
}
</style>
border-color css
<style>
span { border-color: #327B65; }
span { border-color: rgb(50,123,101); }
td.TdClassName
{
border-color: #327B65;
}
.TagClassName
{
border-color: #327B65;
}
</style>