#328D60

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

Shades of Eucalyptus #328D60

Tints of Eucalyptus #328D60

Color information

#328D60 (or 0x328D60) is unknown color: approx Eucalyptus. HEX triplet: 32, 8D and 60. RGB value is (50,141,96). Sum of RGB (Red+Green+Blue) = 50+141+96=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #328D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D60 is #CD729F. Grayscale: #6C6C6C. Windows color (decimal): -13464224 or 6327602. OLE color: 6327602.

HSL color Cylindrical-coordinate representation of color #328D60: hue angle of 150.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D60 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB5014196-
CMYK0.6500.320.45
HSL150.33º47.64%37.45%-
HSV(B)150.33º64.54%55.29%-
XYZ12.9520.5714.35-
YUV108.66120.8586.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=17.42%
G=49.13%
B=33.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141960.6500.320.45150.3347.6437.45
Hex328D60410202D963025
Octal62215140101040552266045
Binary1100101000110111000001000001010000010110110010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,96); }

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

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

 a { background-color: rgb(50,141,96); }

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

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

 span { border-color: rgb(50,141,96); }

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