#328A79

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

Shades of Genoa #328A79

Tints of Genoa #328A79

Color information

#328A79 (or 0x328A79) is unknown color: approx Genoa. HEX triplet: 32, 8A and 79. RGB value is (50,138,121). Sum of RGB (Red+Green+Blue) = 50+138+121=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #328A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A79 is #CD7586. Grayscale: #6D6D6D. Windows color (decimal): -13464967 or 7965234. OLE color: 7965234.

HSL color Cylindrical-coordinate representation of color #328A79: hue angle of 168.41º 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 #328A79 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB50138121-
CMYK0.6400.120.46
HSL168.41º46.81%36.86%-
HSV(B)168.41º63.77%54.12%-
XYZ13.8620.2421.26-
YUV109.75134.3585.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=16.18%
G=44.66%
B=39.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501381210.6400.120.46168.4146.8136.86
Hex328A79400C2Ea82f25
Octal62212171100014562505745
Binary11001010001010111100110000000110010111010101000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328A79; }

 p { color: rgb(50,138,121); }

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

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

 a { background-color: rgb(50,138,121); }

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

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

 span { border-color: rgb(50,138,121); }

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