#327067

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

Shades of Genoa #327067

Tints of Genoa #327067

Color information

#327067 (or 0x327067) is unknown color: approx Genoa. HEX triplet: 32, 70 and 67. RGB value is (50,112,103). Sum of RGB (Red+Green+Blue) = 50+112+103=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #327067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327067 is #CD8F98. Grayscale: #5C5C5C. Windows color (decimal): -13471641 or 6778930. OLE color: 6778930.

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

Color convert

RGB50112103-
CMYK0.5500.080.56
HSL171.29º38.27%31.76%-
HSV(B)171.29º55.36%43.92%-
XYZ9.5613.2514.88-
YUV92.44133.9697.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=18.87%
G=42.26%
B=38.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501121030.5500.080.56171.2938.2731.76
Hex327067370838ab2620
Octal6216014767010702534640
Binary110010111000011001111101110100011100010101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327067; }

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

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

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

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

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

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

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

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