#327A6A

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

Shades of Genoa #327A6A

Tints of Genoa #327A6A

Color information

#327A6A (or 0x327A6A) is unknown color: approx Genoa. HEX triplet: 32, 7A and 6A. RGB value is (50,122,106). Sum of RGB (Red+Green+Blue) = 50+122+106=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #327A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A6A is #CD8595. Grayscale: #626262. Windows color (decimal): -13469078 or 6978098. OLE color: 6978098.

HSL color Cylindrical-coordinate representation of color #327A6A: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A6A is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB50122106-
CMYK0.5900.130.52
HSL166.67º41.86%33.73%-
HSV(B)166.67º59.02%47.84%-
XYZ10.8815.6416.08-
YUV98.65132.1593.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=17.99%
G=43.88%
B=38.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501221060.5900.130.52166.6741.8633.73
Hex327A6A3B0D34a72a22
Octal6217215273015642475242
Binary110010111101011010101110110110111010010100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,106); }

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

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

 a { background-color: rgb(50,122,106); }

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

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

 span { border-color: rgb(50,122,106); }

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