#328775

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

Shades of Genoa #328775

Tints of Genoa #328775

Color information

#328775 (or 0x328775) is unknown color: approx Genoa. HEX triplet: 32, 87 and 75. RGB value is (50,135,117). Sum of RGB (Red+Green+Blue) = 50+135+117=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #328775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328775 is #CD788A. Grayscale: #6B6B6B. Windows color (decimal): -13465739 or 7702322. OLE color: 7702322.

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

Color convert

RGB50135117-
CMYK0.6300.130.47
HSL167.29º45.95%36.27%-
HSV(B)167.29º62.96%52.94%-
XYZ13.1919.2919.86-
YUV107.53133.3486.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=16.56%
G=44.70%
B=38.74%

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
Decimal501351170.6300.130.47167.2945.9536.27
Hex3287753F0D2Fa72e24
Octal6220716577015572475644
Binary1100101000011111101011111110110110111110100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328775; }

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

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

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

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

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

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

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

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