#328976

Color #328976 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #328976

Tints of Genoa #328976

Color information

#328976 (or 0x328976) is unknown color: approx Genoa. HEX triplet: 32, 89 and 76. RGB value is (50,137,118). Sum of RGB (Red+Green+Blue) = 50+137+118=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #328976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328976 is #CD7689. Grayscale: #6C6C6C. Windows color (decimal): -13465226 or 7768370. OLE color: 7768370.

HSL color Cylindrical-coordinate representation of color #328976: hue angle of 166.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328976 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB50137118-
CMYK0.6400.140.46
HSL166.9º46.52%36.67%-
HSV(B)166.9º63.5%53.73%-
XYZ13.5319.8820.26-
YUV108.82133.1886.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=16.39%
G=44.92%
B=38.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371180.6400.140.46166.946.5236.67
Hex328976400E2Ea72f25
Octal62211166100016562475745
Binary11001010001001111011010000000111010111010100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328976; }

 p { color: rgb(50,137,118); }

 H1.HeaderClassName
 {
   color: #328976;
 }
 .AnyTagClassName
 {
   color: #328976;
 }
</style>
background-color css

<style>
 a { background-color: #328976; }

 a { background-color: rgb(50,137,118); }

 div.DivClassName
 {
   background-color: #328976;
 }
 .BgClassName
 {
   background-color: #328976;
 }
</style>
border-color css

<style>
 span { border-color: #328976; }

 span { border-color: rgb(50,137,118); }

 td.TdClassName
 {
   border-color: #328976;
 }
 .TagClassName
 {
   border-color: #328976;
 }
</style>