#328272

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

Shades of Genoa #328272

Tints of Genoa #328272

Color information

#328272 (or 0x328272) is unknown color: approx Genoa. HEX triplet: 32, 82 and 72. RGB value is (50,130,114). Sum of RGB (Red+Green+Blue) = 50+130+114=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #328272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328272 is #CD7D8D. Grayscale: #686868. Windows color (decimal): -13467022 or 7504434. OLE color: 7504434.

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

Color convert

RGB50130114-
CMYK0.6200.120.49
HSL168º44.44%35.29%-
HSV(B)168º61.54%50.98%-
XYZ12.3417.8618.72-
YUV104.26133.589.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=17.01%
G=44.22%
B=38.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301140.6200.120.4916844.4435.29
Hex3282723E0C31a82c23
Octal6220216276014612505443
Binary1100101000001011100101111100110011000110101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328272; }

 p { color: rgb(50,130,114); }

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

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

 a { background-color: rgb(50,130,114); }

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

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

 span { border-color: rgb(50,130,114); }

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