#329D60

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

Shades of Eucalyptus #329D60

Tints of Eucalyptus #329D60

Color information

#329D60 (or 0x329D60) is unknown color: approx Eucalyptus. HEX triplet: 32, 9D and 60. RGB value is (50,157,96). Sum of RGB (Red+Green+Blue) = 50+157+96=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #329D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D60 is #CD629F. Grayscale: #767676. Windows color (decimal): -13460128 or 6331698. OLE color: 6331698.

HSL color Cylindrical-coordinate representation of color #329D60: hue angle of 145.79º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D60 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB5015796-
CMYK0.6800.390.38
HSL145.79º51.69%40.59%-
HSV(B)145.79º68.15%61.57%-
XYZ15.4825.6415.2-
YUV118.05115.5579.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=16.50%
G=51.82%
B=31.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50157960.6800.390.38145.7951.6940.59
Hex329D604402726923429
Octal62235140104047462226451
Binary1100101001110111000001000100010011110011010010010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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