#328672

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

Shades of Genoa #328672

Tints of Genoa #328672

Color information

#328672 (or 0x328672) is unknown color: approx Genoa. HEX triplet: 32, 86 and 72. RGB value is (50,134,114). Sum of RGB (Red+Green+Blue) = 50+134+114=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #328672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328672 is #CD798D. Grayscale: #6A6A6A. Windows color (decimal): -13465998 or 7505458. OLE color: 7505458.

HSL color Cylindrical-coordinate representation of color #328672: hue angle of 165.71º 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 #328672 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB50134114-
CMYK0.6300.150.47
HSL165.71º45.65%36.08%-
HSV(B)165.71º62.69%52.55%-
XYZ12.8818.9418.9-
YUV106.6132.1787.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=16.78%
G=44.97%
B=38.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501341140.6300.150.47165.7145.6536.08
Hex3286723F0F2Fa62e24
Octal6220616277017572465644
Binary1100101000011011100101111110111110111110100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328672; }

 p { color: rgb(50,134,114); }

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

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

 a { background-color: rgb(50,134,114); }

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

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

 span { border-color: rgb(50,134,114); }

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