#327464

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

Shades of Genoa #327464

Tints of Genoa #327464

Color information

#327464 (or 0x327464) is unknown color: approx Genoa. HEX triplet: 32, 74 and 64. RGB value is (50,116,100). Sum of RGB (Red+Green+Blue) = 50+116+100=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #327464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327464 is #CD8B9B. Grayscale: #5E5E5E. Windows color (decimal): -13470620 or 6583346. OLE color: 6583346.

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

Color convert

RGB50116100-
CMYK0.5700.140.55
HSL165.45º39.76%32.55%-
HSV(B)165.45º56.9%45.49%-
XYZ9.8614.0914.26-
YUV94.44131.1396.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=18.80%
G=43.61%
B=37.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161000.5700.140.55165.4539.7632.55
Hex327464390E37a52821
Octal6216414471016672455041
Binary110010111010011001001110010111011011110100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327464; }

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

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

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

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

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

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

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

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