Shades of Genoa #328778
Tints of Genoa #328778
RGB
CMYK
RGB Variations
Color information
#328778 (or 0x328778) is known color: Genoa. HEX triplet: 32, 87 and 78. RGB value is (50,135,120). Sum of RGB (Red+Green+Blue) = 50+135+120=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #328778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328778 is #CD7887. Grayscale: #6B6B6B. Windows color (decimal): -13465736 or 7898930. OLE color: 7898930.
HSL color Cylindrical-coordinate representation of color #328778: hue angle of 169.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328778 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 120 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.47 |
| HSL | 169.41º | 0.46% | 0.36% | - |
| HSV(B) | 169.41º | 0.63% | 0.53% | - |
| XYZ | 13.37 | 19.36 | 20.8 | - |
| YUV | 107.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 120 | 0.63 | 0 | 0.11 | 0.47 | 169.41 | 0.46 | 0.36 |
| Hex | 32 | 87 | 78 | 3F | 0 | B | 2F | A9 | 2E | 24 |
| Octal | 62 | 207 | 170 | 77 | 0 | 13 | 57 | 251 | 56 | 44 |
| Binary | 110010 | 10000111 | 1111000 | 111111 | 0 | 1011 | 101111 | 10101001 | 101110 | 100100 |
Color Harmonies of #328778
Complementary color
Monochromatic Colors of #328778
Black with #328778
Text Example
Text Example
White with #328778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328778; }
p { color: rgb(50,135,120); }
H1.HeaderClassName
{
color: #328778;
}
.AnyTagClassName
{
color: #328778;
}
</style>
background-color css
<style>
a { background-color: #328778; }
a { background-color: rgb(50,135,120); }
div.DivClassName
{
background-color: #328778;
}
.BgClassName
{
background-color: #328778;
}
</style>
border-color css
<style>
span { border-color: #328778; }
span { border-color: rgb(50,135,120); }
td.TdClassName
{
border-color: #328778;
}
.TagClassName
{
border-color: #328778;
}
</style>