#327063

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

Shades of Genoa #327063

Tints of Genoa #327063

Color information

#327063 (or 0x327063) is unknown color: approx Genoa. HEX triplet: 32, 70 and 63. RGB value is (50,112,99). Sum of RGB (Red+Green+Blue) = 50+112+99=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #327063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327063 is #CD8F9C. Grayscale: #5B5B5B. Windows color (decimal): -13471645 or 6516786. OLE color: 6516786.

HSL color Cylindrical-coordinate representation of color #327063: hue angle of 167.42º 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 #327063 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB5011299-
CMYK0.5500.120.56
HSL167.42º38.27%31.76%-
HSV(B)167.42º55.36%43.92%-
XYZ9.3613.1713.85-
YUV91.98131.9698.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=19.16%
G=42.91%
B=37.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112990.5500.120.56167.4238.2731.76
Hex327063370C38a72620
Octal6216014367014702474640
Binary110010111000011000111101110110011100010100111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327063; }

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

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

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

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

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

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

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

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