#328874

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

Shades of Genoa #328874

Tints of Genoa #328874

Color information

#328874 (or 0x328874) is unknown color: approx Genoa. HEX triplet: 32, 88 and 74. RGB value is (50,136,116). Sum of RGB (Red+Green+Blue) = 50+136+116=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #328874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328874 is #CD778B. Grayscale: #6C6C6C. Windows color (decimal): -13465484 or 7637042. OLE color: 7637042.

HSL color Cylindrical-coordinate representation of color #328874: hue angle of 166.05º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328874 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB50136116-
CMYK0.6300.150.47
HSL166.05º46.24%36.47%-
HSV(B)166.05º63.24%53.33%-
XYZ13.2719.5519.6-
YUV108.01132.5186.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=16.56%
G=45.03%
B=38.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501361160.6300.150.47166.0546.2436.47
Hex3288743F0F2Fa62e24
Octal6221016477017572465644
Binary1100101000100011101001111110111110111110100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328874; }

 p { color: rgb(50,136,116); }

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

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

 a { background-color: rgb(50,136,116); }

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

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

 span { border-color: rgb(50,136,116); }

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