#328173

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

Shades of Genoa #328173

Tints of Genoa #328173

Color information

#328173 (or 0x328173) is unknown color: approx Genoa. HEX triplet: 32, 81 and 73. RGB value is (50,129,115). Sum of RGB (Red+Green+Blue) = 50+129+115=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #328173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328173 is #CD7E8C. Grayscale: #676767. Windows color (decimal): -13467277 or 7569714. OLE color: 7569714.

HSL color Cylindrical-coordinate representation of color #328173: hue angle of 169.37º 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 #328173 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB50129115-
CMYK0.6100.110.49
HSL169.37º44.13%35.1%-
HSV(B)169.37º61.24%50.59%-
XYZ12.2617.6218.97-
YUV103.78134.3389.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=17.01%
G=43.88%
B=39.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501291150.6100.110.49169.3744.1335.1
Hex3281733D0B31a92c23
Octal6220116375013612515443
Binary1100101000000111100111111010101111000110101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328173; }

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

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

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

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

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

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

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

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