#327565

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

Shades of Genoa #327565

Tints of Genoa #327565

Color information

#327565 (or 0x327565) is unknown color: approx Genoa. HEX triplet: 32, 75 and 65. RGB value is (50,117,101). Sum of RGB (Red+Green+Blue) = 50+117+101=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #327565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327565 is #CD8A9A. Grayscale: #5F5F5F. Windows color (decimal): -13470363 or 6649138. OLE color: 6649138.

HSL color Cylindrical-coordinate representation of color #327565: hue angle of 165.67º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327565 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB50117101-
CMYK0.5700.140.54
HSL165.67º40.12%32.75%-
HSV(B)165.67º57.26%45.88%-
XYZ10.0314.3414.55-
YUV95.14131.395.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=18.66%
G=43.66%
B=37.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171010.5700.140.54165.6740.1232.75
Hex327565390E36a62821
Octal6216514571016662465041
Binary110010111010111001011110010111011011010100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327565; }

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

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

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

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

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

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

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

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