#326F67

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

Shades of Genoa #326F67

Tints of Genoa #326F67

Color information

#326F67 (or 0x326F67) is unknown color: approx Genoa. HEX triplet: 32, 6F and 67. RGB value is (50,111,103). Sum of RGB (Red+Green+Blue) = 50+111+103=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #326F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F67 is #CD9098. Grayscale: #5B5B5B. Windows color (decimal): -13471897 or 6778674. OLE color: 6778674.

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

Color convert

RGB50111103-
CMYK0.5500.070.56
HSL172.13º37.89%31.57%-
HSV(B)172.13º54.95%43.53%-
XYZ9.4513.0314.85-
YUV91.85134.2998.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=18.94%
G=42.05%
B=39.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501111030.5500.070.56172.1337.8931.57
Hex326F67370738ac2620
Octal621571476707702544640
Binary11001011011111100111110111011111100010101100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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