#329A5C

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

Shades of Eucalyptus #329A5C

Tints of Eucalyptus #329A5C

Color information

#329A5C (or 0x329A5C) is unknown color: approx Eucalyptus. HEX triplet: 32, 9A and 5C. RGB value is (50,154,92). Sum of RGB (Red+Green+Blue) = 50+154+92=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #329A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A5C is #CD65A3. Grayscale: #737373. Windows color (decimal): -13460900 or 6068786. OLE color: 6068786.

HSL color Cylindrical-coordinate representation of color #329A5C: hue angle of 144.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A5C is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB5015492-
CMYK0.6800.400.40
HSL144.23º50.98%40%-
HSV(B)144.23º67.53%60.39%-
XYZ14.824.5614.09-
YUV115.84114.5481.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 154 (60.55% from 255) = 52.03%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=16.89%
G=52.03%
B=31.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50154920.6800.400.40144.2350.9840
Hex329A5C4402828903328
Octal62232134104050502206350
Binary1100101001101010111001000100010100010100010010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,92); }

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

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

 a { background-color: rgb(50,154,92); }

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

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

 span { border-color: rgb(50,154,92); }

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