#326B68

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

Shades of Genoa #326B68

Tints of Genoa #326B68

Color information

#326B68 (or 0x326B68) is unknown color: approx Genoa. HEX triplet: 32, 6B and 68. RGB value is (50,107,104). Sum of RGB (Red+Green+Blue) = 50+107+104=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #326B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B68 is #CD9497. Grayscale: #595959. Windows color (decimal): -13472920 or 6843186. OLE color: 6843186.

HSL color Cylindrical-coordinate representation of color #326B68: hue angle of 176.84º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B68 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB50107104-
CMYK0.5300.030.58
HSL176.84º36.31%30.78%-
HSV(B)176.84º53.27%41.96%-
XYZ9.0712.1914.97-
YUV89.62136.1299.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=19.16%
G=41.00%
B=39.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501071040.5300.030.58176.8436.3130.78
Hex326B6835033Ab1241f
Octal621531506503722614437
Binary110010110101111010001101010111110101011000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,107,104); }

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

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

 a { background-color: rgb(50,107,104); }

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

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

 span { border-color: rgb(50,107,104); }

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