#329B6F

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

Shades of Eucalyptus #329B6F

Tints of Eucalyptus #329B6F

Color information

#329B6F (or 0x329B6F) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 6F. RGB value is (50,155,111). Sum of RGB (Red+Green+Blue) = 50+155+111=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6F is #CD6490. Grayscale: #767676. Windows color (decimal): -13460625 or 7314226. OLE color: 7314226.

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

Color convert

RGB50155111-
CMYK0.6800.280.39
HSL154.86º51.22%40.2%-
HSV(B)154.86º67.74%60.78%-
XYZ15.9125.2719.08-
YUV118.59123.7179.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=15.82%
G=49.05%
B=35.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551110.6800.280.39154.8651.2240.2
Hex329B6F4401C279b3328
Octal62233157104034472336350
Binary110010100110111101111100010001110010011110011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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