Shades of Genoa #328373
Tints of Genoa #328373
RGB
CMYK
RGB Variations
Color information
#328373 (or 0x328373) is known color: Genoa. HEX triplet: 32, 83 and 73. RGB value is (50,131,115). Sum of RGB (Red+Green+Blue) = 50+131+115=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #328373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328373 is #CD7C8C. Grayscale: #686868. Windows color (decimal): -13466765 or 7570226. OLE color: 7570226.
HSL color Cylindrical-coordinate representation of color #328373: hue angle of 168.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328373 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 115 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.49 |
| HSL | 168.15º | 0.45% | 0.35% | - |
| HSV(B) | 168.15º | 0.62% | 0.51% | - |
| XYZ | 12.53 | 18.15 | 19.06 | - |
| YUV | 104.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 115 | 0.62 | 0 | 0.12 | 0.49 | 168.15 | 0.45 | 0.35 |
| Hex | 32 | 83 | 73 | 3E | 0 | C | 31 | A8 | 2D | 23 |
| Octal | 62 | 203 | 163 | 76 | 0 | 14 | 61 | 250 | 55 | 43 |
| Binary | 110010 | 10000011 | 1110011 | 111110 | 0 | 1100 | 110001 | 10101000 | 101101 | 100011 |
Color Harmonies of #328373
Complementary color
Monochromatic Colors of #328373
Black with #328373
Text Example
Text Example
White with #328373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328373; }
p { color: rgb(50,131,115); }
H1.HeaderClassName
{
color: #328373;
}
.AnyTagClassName
{
color: #328373;
}
</style>
background-color css
<style>
a { background-color: #328373; }
a { background-color: rgb(50,131,115); }
div.DivClassName
{
background-color: #328373;
}
.BgClassName
{
background-color: #328373;
}
</style>
border-color css
<style>
span { border-color: #328373; }
span { border-color: rgb(50,131,115); }
td.TdClassName
{
border-color: #328373;
}
.TagClassName
{
border-color: #328373;
}
</style>