#327068

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

Shades of Genoa #327068

Tints of Genoa #327068

Color information

#327068 (or 0x327068) is unknown color: approx Genoa. HEX triplet: 32, 70 and 68. RGB value is (50,112,104). Sum of RGB (Red+Green+Blue) = 50+112+104=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #327068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327068 is #CD8F97. Grayscale: #5C5C5C. Windows color (decimal): -13471640 or 6844466. OLE color: 6844466.

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

Color convert

RGB50112104-
CMYK0.5500.070.56
HSL172.26º38.27%31.76%-
HSV(B)172.26º55.36%43.92%-
XYZ9.6113.2715.15-
YUV92.55134.4697.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=18.80%
G=42.11%
B=39.10%

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
Decimal501121040.5500.070.56172.2638.2731.76
Hex327068370738ac2620
Octal621601506707702544640
Binary11001011100001101000110111011111100010101100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327068; }

 p { color: rgb(50,112,104); }

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

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

 a { background-color: rgb(50,112,104); }

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

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

 span { border-color: rgb(50,112,104); }

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