#327666

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

Shades of Genoa #327666

Tints of Genoa #327666

Color information

#327666 (or 0x327666) is unknown color: approx Genoa. HEX triplet: 32, 76 and 66. RGB value is (50,118,102). Sum of RGB (Red+Green+Blue) = 50+118+102=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #327666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327666 is #CD8999. Grayscale: #5F5F5F. Windows color (decimal): -13470106 or 6714930. OLE color: 6714930.

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

Color convert

RGB50118102-
CMYK0.5800.140.54
HSL165.88º40.48%32.94%-
HSV(B)165.88º57.63%46.27%-
XYZ10.1914.5914.85-
YUV95.84131.4795.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=18.52%
G=43.70%
B=37.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501181020.5800.140.54165.8840.4832.94
Hex3276663A0E36a62821
Octal6216614672016662465041
Binary110010111011011001101110100111011011010100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327666; }

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

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

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

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

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

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

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

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