#329B6E

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

Shades of Eucalyptus #329B6E

Tints of Eucalyptus #329B6E

Color information

#329B6E (or 0x329B6E) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 6E. RGB value is (50,155,110). Sum of RGB (Red+Green+Blue) = 50+155+110=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6E is #CD6491. Grayscale: #767676. Windows color (decimal): -13460626 or 7248690. OLE color: 7248690.

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

Color convert

RGB50155110-
CMYK0.6800.290.39
HSL154.29º51.22%40.2%-
HSV(B)154.29º67.74%60.78%-
XYZ15.8525.2518.79-
YUV118.48123.2179.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=15.87%
G=49.21%
B=34.92%

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
Decimal501551100.6800.290.39154.2951.2240.2
Hex329B6E4401D279a3328
Octal62233156104035472326350
Binary110010100110111101110100010001110110011110011010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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