#327964

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

Shades of Genoa #327964

Tints of Genoa #327964

Color information

#327964 (or 0x327964) is unknown color: approx Genoa. HEX triplet: 32, 79 and 64. RGB value is (50,121,100). Sum of RGB (Red+Green+Blue) = 50+121+100=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #327964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327964 is #CD869B. Grayscale: #616161. Windows color (decimal): -13469340 or 6584626. OLE color: 6584626.

HSL color Cylindrical-coordinate representation of color #327964: hue angle of 162.25º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327964 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB50121100-
CMYK0.5900.170.53
HSL162.25º41.52%33.53%-
HSV(B)162.25º58.68%47.45%-
XYZ10.4515.2714.45-
YUV97.38129.4894.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=18.45%
G=44.65%
B=36.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501211000.5900.170.53162.2541.5233.53
Hex3279643B01135a22a22
Octal6217114473021652425242
Binary1100101111001110010011101101000111010110100010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327964; }

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

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

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

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

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

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

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

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