Shades of Genoa #328272
Tints of Genoa #328272
RGB
CMYK
RGB Variations
Color information
#328272 (or 0x328272) is known color: Genoa. HEX triplet: 32, 82 and 72. RGB value is (50,130,114). Sum of RGB (Red+Green+Blue) = 50+130+114=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #328272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328272 is #CD7D8D. Grayscale: #686868. Windows color (decimal): -13467022 or 7504434. OLE color: 7504434.
HSL color Cylindrical-coordinate representation of color #328272: hue angle of 168º degrees, saturation: 0.44, 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 #328272 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 114 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.49 |
| HSL | 168º | 0.44% | 0.35% | - |
| HSV(B) | 168º | 0.62% | 0.51% | - |
| XYZ | 12.34 | 17.86 | 18.72 | - |
| YUV | 104.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 114 | 0.62 | 0 | 0.12 | 0.49 | 168 | 0.44 | 0.35 |
| Hex | 32 | 82 | 72 | 3E | 0 | C | 31 | A8 | 2C | 23 |
| Octal | 62 | 202 | 162 | 76 | 0 | 14 | 61 | 250 | 54 | 43 |
| Binary | 110010 | 10000010 | 1110010 | 111110 | 0 | 1100 | 110001 | 10101000 | 101100 | 100011 |
Color Harmonies of #328272
Complementary color
Monochromatic Colors of #328272
Black with #328272
Text Example
Text Example
White with #328272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328272; }
p { color: rgb(50,130,114); }
H1.HeaderClassName
{
color: #328272;
}
.AnyTagClassName
{
color: #328272;
}
</style>
background-color css
<style>
a { background-color: #328272; }
a { background-color: rgb(50,130,114); }
div.DivClassName
{
background-color: #328272;
}
.BgClassName
{
background-color: #328272;
}
</style>
border-color css
<style>
span { border-color: #328272; }
span { border-color: rgb(50,130,114); }
td.TdClassName
{
border-color: #328272;
}
.TagClassName
{
border-color: #328272;
}
</style>