#329B5F

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

Shades of Eucalyptus #329B5F

Tints of Eucalyptus #329B5F

Color information

#329B5F (or 0x329B5F) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 5F. RGB value is (50,155,95). Sum of RGB (Red+Green+Blue) = 50+155+95=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5F is #CD64A0. Grayscale: #747474. Windows color (decimal): -13460641 or 6265650. OLE color: 6265650.

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

Color convert

RGB5015595-
CMYK0.6800.390.39
HSL145.71º51.22%40.2%-
HSV(B)145.71º67.74%60.78%-
XYZ15.124.9514.85-
YUV116.76115.7180.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=16.67%
G=51.67%
B=31.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155950.6800.390.39145.7151.2240.2
Hex329B5F4402727923328
Octal62233137104047472226350
Binary1100101001101110111111000100010011110011110010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,95); }

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

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

 a { background-color: rgb(50,155,95); }

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

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

 span { border-color: rgb(50,155,95); }

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