#327D6C

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

Shades of Genoa #327D6C

Tints of Genoa #327D6C

Color information

#327D6C (or 0x327D6C) is unknown color: approx Genoa. HEX triplet: 32, 7D and 6C. RGB value is (50,125,108). Sum of RGB (Red+Green+Blue) = 50+125+108=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #327D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D6C is #CD8293. Grayscale: #646464. Windows color (decimal): -13468308 or 7109938. OLE color: 7109938.

HSL color Cylindrical-coordinate representation of color #327D6C: hue angle of 166.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D6C is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB50125108-
CMYK0.6000.140.51
HSL166.4º42.86%34.31%-
HSV(B)166.4º60%49.02%-
XYZ11.3616.4316.76-
YUV100.64132.1591.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=17.67%
G=44.17%
B=38.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501251080.6000.140.51166.442.8634.31
Hex327D6C3C0E33a62b22
Octal6217515474016632465342
Binary110010111110111011001111000111011001110100110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D6C; }

 p { color: rgb(50,125,108); }

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

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

 a { background-color: rgb(50,125,108); }

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

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

 span { border-color: rgb(50,125,108); }

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