#327864

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

Shades of Genoa #327864

Tints of Genoa #327864

Color information

#327864 (or 0x327864) is unknown color: approx Genoa. HEX triplet: 32, 78 and 64. RGB value is (50,120,100). Sum of RGB (Red+Green+Blue) = 50+120+100=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #327864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327864 is #CD879B. Grayscale: #606060. Windows color (decimal): -13469596 or 6584370. OLE color: 6584370.

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

Color convert

RGB50120100-
CMYK0.5800.170.53
HSL162.86º41.18%33.33%-
HSV(B)162.86º58.33%47.06%-
XYZ10.3315.0314.41-
YUV96.79129.8194.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201000.5800.170.53162.8641.1833.33
Hex3278643A01135a32921
Octal6217014472021652435141
Binary1100101111000110010011101001000111010110100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327864; }

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

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

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

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

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

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

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

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