#326D63

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

Shades of Genoa #326D63

Tints of Genoa #326D63

Color information

#326D63 (or 0x326D63) is unknown color: approx Genoa. HEX triplet: 32, 6D and 63. RGB value is (50,109,99). Sum of RGB (Red+Green+Blue) = 50+109+99=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #326D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D63 is #CD929C. Grayscale: #5A5A5A. Windows color (decimal): -13472413 or 6516018. OLE color: 6516018.

HSL color Cylindrical-coordinate representation of color #326D63: hue angle of 169.83º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D63 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB5010999-
CMYK0.5400.090.57
HSL169.83º37.11%31.18%-
HSV(B)169.83º54.13%42.75%-
XYZ9.0412.5213.74-
YUV90.22132.9599.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=19.38%
G=42.25%
B=38.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109990.5400.090.57169.8337.1131.18
Hex326D63360939aa251f
Octal6215514366011712524537
Binary11001011011011100011110110010011110011010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326D63; }

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

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

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

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

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

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

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

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