#326F66

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

Shades of Genoa #326F66

Tints of Genoa #326F66

Color information

#326F66 (or 0x326F66) is unknown color: approx Genoa. HEX triplet: 32, 6F and 66. RGB value is (50,111,102). Sum of RGB (Red+Green+Blue) = 50+111+102=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #326F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F66 is #CD9099. Grayscale: #5B5B5B. Windows color (decimal): -13471898 or 6713138. OLE color: 6713138.

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

Color convert

RGB50111102-
CMYK0.5500.080.56
HSL171.15º37.89%31.57%-
HSV(B)171.15º54.95%43.53%-
XYZ9.413.0114.59-
YUV91.74133.7998.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=19.01%
G=42.21%
B=38.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501111020.5500.080.56171.1537.8931.57
Hex326F66370838ab2620
Octal6215714667010702534640
Binary110010110111111001101101110100011100010101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,111,102); }

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

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

 a { background-color: rgb(50,111,102); }

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

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

 span { border-color: rgb(50,111,102); }

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