#328F63

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

Shades of Eucalyptus #328F63

Tints of Eucalyptus #328F63

Color information

#328F63 (or 0x328F63) is unknown color: approx Eucalyptus. HEX triplet: 32, 8F and 63. RGB value is (50,143,99). Sum of RGB (Red+Green+Blue) = 50+143+99=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #328F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F63 is #CD709C. Grayscale: #6E6E6E. Windows color (decimal): -13463709 or 6524722. OLE color: 6524722.

HSL color Cylindrical-coordinate representation of color #328F63: hue angle of 151.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F63 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB5014399-
CMYK0.6500.310.44
HSL151.61º48.19%37.84%-
HSV(B)151.61º65.03%56.08%-
XYZ13.3921.2215.2-
YUV110.18121.6985.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 143 (56.25% from 255) = 48.97%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=17.12%
G=48.97%
B=33.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50143990.6500.310.44151.6148.1937.84
Hex328F634101F2C983026
Octal62217143101037542306046
Binary110010100011111100011100000101111110110010011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328F63; }

 p { color: rgb(50,143,99); }

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

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

 a { background-color: rgb(50,143,99); }

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

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

 span { border-color: rgb(50,143,99); }

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