#328675

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

Shades of Genoa #328675

Tints of Genoa #328675

Color information

#328675 (or 0x328675) is unknown color: approx Genoa. HEX triplet: 32, 86 and 75. RGB value is (50,134,117). Sum of RGB (Red+Green+Blue) = 50+134+117=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #328675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328675 is #CD798A. Grayscale: #6A6A6A. Windows color (decimal): -13465995 or 7702066. OLE color: 7702066.

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

Color convert

RGB50134117-
CMYK0.6300.130.47
HSL167.86º45.65%36.08%-
HSV(B)167.86º62.69%52.55%-
XYZ13.0519.0119.81-
YUV106.95133.6787.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=16.61%
G=44.52%
B=38.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501341170.6300.130.47167.8645.6536.08
Hex3286753F0D2Fa82e24
Octal6220616577015572505644
Binary1100101000011011101011111110110110111110101000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328675; }

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

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

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

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

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

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

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

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