#328a77

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

Shades of Genoa #328A77

Tints of Genoa #328A77

Color information

#328A77 (or 0x328A77) is unknown color: approx Genoa. HEX triplet: 32, 8A and 77. RGB value is (50,138,119). Sum of RGB (Red+Green+Blue) = 50+138+119=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #328A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A77 is #CD7588. Grayscale: #6D6D6D. Windows color (decimal): -13464969 or 7834162. OLE color: 7834162.

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

Color convert

RGB50138119-
CMYK0.6400.140.46
HSL167.05º46.81%36.86%-
HSV(B)167.05º63.77%54.12%-
XYZ13.7320.1920.63-
YUV109.52133.3585.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=16.29%
G=44.95%
B=38.76%

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
Decimal501381190.6400.140.46167.0546.8136.86
Hex328A77400E2Ea72f25
Octal62212167100016562475745
Binary11001010001010111011110000000111010111010100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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