#328171

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

Shades of Genoa #328171

Tints of Genoa #328171

Color information

#328171 (or 0x328171) is unknown color: approx Genoa. HEX triplet: 32, 81 and 71. RGB value is (50,129,113). Sum of RGB (Red+Green+Blue) = 50+129+113=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #328171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328171 is #CD7E8E. Grayscale: #676767. Windows color (decimal): -13467279 or 7438642. OLE color: 7438642.

HSL color Cylindrical-coordinate representation of color #328171: hue angle of 167.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328171 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB50129113-
CMYK0.6100.120.49
HSL167.85º44.13%35.1%-
HSV(B)167.85º61.24%50.59%-
XYZ12.1517.5718.37-
YUV103.56133.3389.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=17.12%
G=44.18%
B=38.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501291130.6100.120.49167.8544.1335.1
Hex3281713D0C31a82c23
Octal6220116175014612505443
Binary1100101000000111100011111010110011000110101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328171; }

 p { color: rgb(50,129,113); }

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

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

 a { background-color: rgb(50,129,113); }

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

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

 span { border-color: rgb(50,129,113); }

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