#328575

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

Shades of Genoa #328575

Tints of Genoa #328575

Color information

#328575 (or 0x328575) is unknown color: approx Genoa. HEX triplet: 32, 85 and 75. RGB value is (50,133,117). Sum of RGB (Red+Green+Blue) = 50+133+117=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #328575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328575 is #CD7A8A. Grayscale: #6A6A6A. Windows color (decimal): -13466251 or 7701810. OLE color: 7701810.

HSL color Cylindrical-coordinate representation of color #328575: hue angle of 168.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328575 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB50133117-
CMYK0.6200.120.48
HSL168.43º45.36%35.88%-
HSV(B)168.43º62.41%52.16%-
XYZ12.9118.7419.77-
YUV106.3613487.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 117 (46.09% from 255) = 39%
R=16.67%
G=44.33%
B=39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331170.6200.120.48168.4345.3635.88
Hex3285753E0C30a82d24
Octal6220516576014602505544
Binary1100101000010111101011111100110011000010101000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328575; }

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

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

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

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

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

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

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

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