#328773

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

Shades of Genoa #328773

Tints of Genoa #328773

Color information

#328773 (or 0x328773) is unknown color: approx Genoa. HEX triplet: 32, 87 and 73. RGB value is (50,135,115). Sum of RGB (Red+Green+Blue) = 50+135+115=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #328773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328773 is #CD788C. Grayscale: #6B6B6B. Windows color (decimal): -13465741 or 7571250. OLE color: 7571250.

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

Color convert

RGB50135115-
CMYK0.6300.150.47
HSL165.88º45.95%36.27%-
HSV(B)165.88º62.96%52.94%-
XYZ13.0719.2419.25-
YUV107.3132.3487.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=16.67%
G=45%
B=38.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351150.6300.150.47165.8845.9536.27
Hex3287733F0F2Fa62e24
Octal6220716377017572465644
Binary1100101000011111100111111110111110111110100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328773; }

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

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

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

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

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

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

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

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