#329E64

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

Shades of Eucalyptus #329E64

Tints of Eucalyptus #329E64

Color information

#329E64 (or 0x329E64) is unknown color: approx Eucalyptus. HEX triplet: 32, 9E and 64. RGB value is (50,158,100). Sum of RGB (Red+Green+Blue) = 50+158+100=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #329E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E64 is #CD619B. Grayscale: #777777. Windows color (decimal): -13459868 or 6594098. OLE color: 6594098.

HSL color Cylindrical-coordinate representation of color #329E64: hue angle of 147.78º 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 #329E64 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB50158100-
CMYK0.6800.370.38
HSL147.78º51.92%40.78%-
HSV(B)147.78º68.35%61.96%-
XYZ15.8426.0516.25-
YUV119.1117.2278.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=16.23%
G=51.30%
B=32.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501581000.6800.370.38147.7851.9240.78
Hex329E644402526943429
Octal62236144104045462246451
Binary1100101001111011001001000100010010110011010010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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