#327563

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

Shades of Genoa #327563

Tints of Genoa #327563

Color information

#327563 (or 0x327563) is unknown color: approx Genoa. HEX triplet: 32, 75 and 63. RGB value is (50,117,99). Sum of RGB (Red+Green+Blue) = 50+117+99=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #327563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327563 is #CD8A9C. Grayscale: #5E5E5E. Windows color (decimal): -13470365 or 6518066. OLE color: 6518066.

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

Color convert

RGB5011799-
CMYK0.5700.150.54
HSL163.88º40.12%32.75%-
HSV(B)163.88º57.26%45.88%-
XYZ9.9314.314.04-
YUV94.92130.395.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=18.80%
G=43.98%
B=37.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117990.5700.150.54163.8840.1232.75
Hex327563390F36a42821
Octal6216514371017662445041
Binary110010111010111000111110010111111011010100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327563; }

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

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

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

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

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

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

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

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