#329F64

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

Shades of Eucalyptus #329F64

Tints of Eucalyptus #329F64

Color information

#329F64 (or 0x329F64) is unknown color: approx Eucalyptus. HEX triplet: 32, 9F and 64. RGB value is (50,159,100). Sum of RGB (Red+Green+Blue) = 50+159+100=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #329F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F64 is #CD609B. Grayscale: #777777. Windows color (decimal): -13459612 or 6594354. OLE color: 6594354.

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

Color convert

RGB50159100-
CMYK0.6900.370.38
HSL147.52º52.15%40.98%-
HSV(B)147.52º68.55%62.35%-
XYZ16.0126.3916.31-
YUV119.68116.8978.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=16.18%
G=51.46%
B=32.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501591000.6900.370.38147.5252.1540.98
Hex329F644502526943429
Octal62237144105045462246451
Binary1100101001111111001001000101010010110011010010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,159,100); }

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

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

 a { background-color: rgb(50,159,100); }

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

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

 span { border-color: rgb(50,159,100); }

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