#329F5E

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

Shades of Eucalyptus #329F5E

Tints of Eucalyptus #329F5E

Color information

#329F5E (or 0x329F5E) is unknown color: approx Eucalyptus. HEX triplet: 32, 9F and 5E. RGB value is (50,159,94). Sum of RGB (Red+Green+Blue) = 50+159+94=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #329F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F5E is #CD60A1. Grayscale: #777777. Windows color (decimal): -13459618 or 6201138. OLE color: 6201138.

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

Color convert

RGB5015994-
CMYK0.6900.410.38
HSL144.22º52.15%40.98%-
HSV(B)144.22º68.55%62.35%-
XYZ15.7326.2814.83-
YUV119113.8978.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 159 (62.5% from 255) = 52.48%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=16.50%
G=52.48%
B=31.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159940.6900.410.38144.2252.1540.98
Hex329F5E4502926903429
Octal62237136105051462206451
Binary1100101001111110111101000101010100110011010010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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