#328075

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

Shades of Genoa #328075

Tints of Genoa #328075

Color information

#328075 (or 0x328075) is unknown color: approx Genoa. HEX triplet: 32, 80 and 75. RGB value is (50,128,117). Sum of RGB (Red+Green+Blue) = 50+128+117=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #328075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328075 is #CD7F8A. Grayscale: #676767. Windows color (decimal): -13467531 or 7700530. OLE color: 7700530.

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

Color convert

RGB50128117-
CMYK0.6100.090.50
HSL171.54º43.82%34.9%-
HSV(B)171.54º60.94%50.2%-
XYZ12.2517.419.54-
YUV103.42135.6689.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=16.95%
G=43.39%
B=39.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501281170.6100.090.50171.5443.8234.9
Hex3280753D0932ac2c23
Octal6220016575011622545443
Binary1100101000000011101011111010100111001010101100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328075; }

 p { color: rgb(50,128,117); }

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

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

 a { background-color: rgb(50,128,117); }

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

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

 span { border-color: rgb(50,128,117); }

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