#327664

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

Shades of Genoa #327664

Tints of Genoa #327664

Color information

#327664 (or 0x327664) is unknown color: approx Genoa. HEX triplet: 32, 76 and 64. RGB value is (50,118,100). Sum of RGB (Red+Green+Blue) = 50+118+100=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #327664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327664 is #CD899B. Grayscale: #5F5F5F. Windows color (decimal): -13470108 or 6583858. OLE color: 6583858.

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

Color convert

RGB50118100-
CMYK0.5800.150.54
HSL164.12º40.48%32.94%-
HSV(B)164.12º57.63%46.27%-
XYZ10.0914.5614.33-
YUV95.62130.4795.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=18.66%
G=44.03%
B=37.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501181000.5800.150.54164.1240.4832.94
Hex3276643A0F36a42821
Octal6216614472017662445041
Binary110010111011011001001110100111111011010100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327664; }

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

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

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

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

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

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

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

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