#329C6F

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

Shades of Eucalyptus #329C6F

Tints of Eucalyptus #329C6F

Color information

#329C6F (or 0x329C6F) is unknown color: approx Eucalyptus. HEX triplet: 32, 9C and 6F. RGB value is (50,156,111). Sum of RGB (Red+Green+Blue) = 50+156+111=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #329C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C6F is #CD6390. Grayscale: #777777. Windows color (decimal): -13460369 or 7314482. OLE color: 7314482.

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

Color convert

RGB50156111-
CMYK0.6800.290.39
HSL154.53º51.46%40.39%-
HSV(B)154.53º67.95%61.18%-
XYZ16.0725.619.13-
YUV119.18123.3878.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=15.77%
G=49.21%
B=35.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501561110.6800.290.39154.5351.4640.39
Hex329C6F4401D279b3328
Octal62234157104035472336350
Binary110010100111001101111100010001110110011110011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,156,111); }

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

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

 a { background-color: rgb(50,156,111); }

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

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

 span { border-color: rgb(50,156,111); }

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