#327164

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

Shades of Genoa #327164

Tints of Genoa #327164

Color information

#327164 (or 0x327164) is unknown color: approx Genoa. HEX triplet: 32, 71 and 64. RGB value is (50,113,100). Sum of RGB (Red+Green+Blue) = 50+113+100=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #327164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327164 is #CD8E9B. Grayscale: #5C5C5C. Windows color (decimal): -13471388 or 6582578. OLE color: 6582578.

HSL color Cylindrical-coordinate representation of color #327164: hue angle of 167.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327164 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB50113100-
CMYK0.5600.120.56
HSL167.62º38.65%31.96%-
HSV(B)167.62º55.75%44.31%-
XYZ9.5213.4114.14-
YUV92.68132.1397.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=19.01%
G=42.97%
B=38.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501131000.5600.120.56167.6238.6531.96
Hex327164380C38a82720
Octal6216114470014702504740
Binary110010111000111001001110000110011100010101000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327164; }

 p { color: rgb(50,113,100); }

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

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

 a { background-color: rgb(50,113,100); }

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

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

 span { border-color: rgb(50,113,100); }

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