#327064

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

Shades of Genoa #327064

Tints of Genoa #327064

Color information

#327064 (or 0x327064) is unknown color: approx Genoa. HEX triplet: 32, 70 and 64. RGB value is (50,112,100). Sum of RGB (Red+Green+Blue) = 50+112+100=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #327064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327064 is #CD8F9B. Grayscale: #5C5C5C. Windows color (decimal): -13471644 or 6582322. OLE color: 6582322.

HSL color Cylindrical-coordinate representation of color #327064: hue angle of 168.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327064 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB50112100-
CMYK0.5500.110.56
HSL168.39º38.27%31.76%-
HSV(B)168.39º55.36%43.92%-
XYZ9.4113.1914.11-
YUV92.09132.4697.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=19.08%
G=42.75%
B=38.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121000.5500.110.56168.3938.2731.76
Hex327064370B38a82620
Octal6216014467013702504640
Binary110010111000011001001101110101111100010101000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327064; }

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

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

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

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

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

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

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

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