#327662

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

Shades of Genoa #327662

Tints of Genoa #327662

Color information

#327662 (or 0x327662) is unknown color: approx Genoa. HEX triplet: 32, 76 and 62. RGB value is (50,118,98). Sum of RGB (Red+Green+Blue) = 50+118+98=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #327662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327662 is #CD899D. Grayscale: #5F5F5F. Windows color (decimal): -13470110 or 6452786. OLE color: 6452786.

HSL color Cylindrical-coordinate representation of color #327662: hue angle of 162.35º 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 #327662 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB5011898-
CMYK0.5800.170.54
HSL162.35º40.48%32.94%-
HSV(B)162.35º57.63%46.27%-
XYZ1014.5213.83-
YUV95.39129.4795.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=18.80%
G=44.36%
B=36.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118980.5800.170.54162.3540.4832.94
Hex3276623A01136a22821
Octal6216614272021662425041
Binary1100101110110110001011101001000111011010100010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327662; }

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

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

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

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

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

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

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

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