#327560

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

Shades of Genoa #327560

Tints of Genoa #327560

Color information

#327560 (or 0x327560) is unknown color: approx Genoa. HEX triplet: 32, 75 and 60. RGB value is (50,117,96). Sum of RGB (Red+Green+Blue) = 50+117+96=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #327560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327560 is #CD8A9F. Grayscale: #5E5E5E. Windows color (decimal): -13470368 or 6321458. OLE color: 6321458.

HSL color Cylindrical-coordinate representation of color #327560: hue angle of 161.19º 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 #327560 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB5011796-
CMYK0.5700.180.54
HSL161.19º40.12%32.75%-
HSV(B)161.19º57.26%45.88%-
XYZ9.7914.2513.3-
YUV94.57128.896.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=19.01%
G=44.49%
B=36.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117960.5700.180.54161.1940.1232.75
Hex3275603901236a12821
Octal6216514071022662415041
Binary1100101110101110000011100101001011011010100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327560; }

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

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

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

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

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

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

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

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