#328276

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

Shades of Genoa #328276

Tints of Genoa #328276

Color information

#328276 (or 0x328276) is unknown color: approx Genoa. HEX triplet: 32, 82 and 76. RGB value is (50,130,118). Sum of RGB (Red+Green+Blue) = 50+130+118=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #328276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328276 is #CD7D89. Grayscale: #686868. Windows color (decimal): -13467018 or 7766578. OLE color: 7766578.

HSL color Cylindrical-coordinate representation of color #328276: hue angle of 171º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328276 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB50130118-
CMYK0.6200.090.49
HSL171º44.44%35.29%-
HSV(B)171º61.54%50.98%-
XYZ12.5717.9519.94-
YUV104.71135.588.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=16.78%
G=43.62%
B=39.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301180.6200.090.4917144.4435.29
Hex3282763E0931ab2c23
Octal6220216676011612535443
Binary1100101000001011101101111100100111000110101011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328276; }

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

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

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

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

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

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

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

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