#328E60

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

Shades of Eucalyptus #328E60

Tints of Eucalyptus #328E60

Color information

#328E60 (or 0x328E60) is unknown color: approx Eucalyptus. HEX triplet: 32, 8E and 60. RGB value is (50,142,96). Sum of RGB (Red+Green+Blue) = 50+142+96=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #328E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E60 is #CD719F. Grayscale: #6D6D6D. Windows color (decimal): -13463968 or 6327858. OLE color: 6327858.

HSL color Cylindrical-coordinate representation of color #328E60: hue angle of 150º 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 #328E60 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5014296-
CMYK0.6500.320.44
HSL150º47.92%37.65%-
HSV(B)150º64.79%55.69%-
XYZ13.120.8714.4-
YUV109.25120.5285.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 142 (55.86% from 255) = 49.31%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=17.36%
G=49.31%
B=33.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142960.6500.320.4415047.9237.65
Hex328E60410202C963026
Octal62216140101040542266046
Binary1100101000111011000001000001010000010110010010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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