#328978

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

Shades of Genoa #328978

Tints of Genoa #328978

Color information

#328978 (or 0x328978) is unknown color: approx Genoa. HEX triplet: 32, 89 and 78. RGB value is (50,137,120). Sum of RGB (Red+Green+Blue) = 50+137+120=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #328978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328978 is #CD7687. Grayscale: #6D6D6D. Windows color (decimal): -13465224 or 7899442. OLE color: 7899442.

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

Color convert

RGB50137120-
CMYK0.6400.120.46
HSL168.28º46.52%36.67%-
HSV(B)168.28º63.5%53.73%-
XYZ13.6519.9320.9-
YUV109.05134.1885.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=16.29%
G=44.63%
B=39.09%

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
Decimal501371200.6400.120.46168.2846.5236.67
Hex328978400C2Ea82f25
Octal62211170100014562505745
Binary11001010001001111100010000000110010111010101000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328978; }

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

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

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

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

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

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

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

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