#327861

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

Shades of Genoa #327861

Tints of Genoa #327861

Color information

#327861 (or 0x327861) is unknown color: approx Genoa. HEX triplet: 32, 78 and 61. RGB value is (50,120,97). Sum of RGB (Red+Green+Blue) = 50+120+97=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #327861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327861 is #CD879E. Grayscale: #606060. Windows color (decimal): -13469599 or 6387762. OLE color: 6387762.

HSL color Cylindrical-coordinate representation of color #327861: hue angle of 160.29º 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 #327861 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB5012097-
CMYK0.5800.190.53
HSL160.29º41.18%33.33%-
HSV(B)160.29º58.33%47.06%-
XYZ10.1914.9713.66-
YUV96.45128.3194.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=18.73%
G=44.94%
B=36.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120970.5800.190.53160.2941.1833.33
Hex3278613A01335a02921
Octal6217014172023652405141
Binary1100101111000110000111101001001111010110100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327861; }

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

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

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

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

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

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

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

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