Shades of Genoa #327261
Tints of Genoa #327261
RGB
CMYK
RGB Variations
Color information
#327261 (or 0x327261) is known color: Genoa. HEX triplet: 32, 72 and 61. RGB value is (50,114,97). Sum of RGB (Red+Green+Blue) = 50+114+97=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #327261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327261 is #CD8D9E. Grayscale: #5C5C5C. Windows color (decimal): -13471135 or 6386226. OLE color: 6386226.
HSL color Cylindrical-coordinate representation of color #327261: hue angle of 164.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327261 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 97 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.55 |
| HSL | 164.06º | 0.39% | 0.32% | - |
| HSV(B) | 164.06º | 0.56% | 0.45% | - |
| XYZ | 9.49 | 13.58 | 13.43 | - |
| YUV | 92.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 97 | 0.56 | 0 | 0.15 | 0.55 | 164.06 | 0.39 | 0.32 |
| Hex | 32 | 72 | 61 | 38 | 0 | F | 37 | A4 | 27 | 20 |
| Octal | 62 | 162 | 141 | 70 | 0 | 17 | 67 | 244 | 47 | 40 |
| Binary | 110010 | 1110010 | 1100001 | 111000 | 0 | 1111 | 110111 | 10100100 | 100111 | 100000 |
Color Harmonies of #327261
Complementary color
Monochromatic Colors of #327261
Black with #327261
Text Example
Text Example
White with #327261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327261; }
p { color: rgb(50,114,97); }
H1.HeaderClassName
{
color: #327261;
}
.AnyTagClassName
{
color: #327261;
}
</style>
background-color css
<style>
a { background-color: #327261; }
a { background-color: rgb(50,114,97); }
div.DivClassName
{
background-color: #327261;
}
.BgClassName
{
background-color: #327261;
}
</style>
border-color css
<style>
span { border-color: #327261; }
span { border-color: rgb(50,114,97); }
td.TdClassName
{
border-color: #327261;
}
.TagClassName
{
border-color: #327261;
}
</style>