#329b66

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

Shades of Eucalyptus #329B66

Tints of Eucalyptus #329B66

Color information

#329B66 (or 0x329B66) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 66. RGB value is (50,155,102). Sum of RGB (Red+Green+Blue) = 50+155+102=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #329B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B66 is #CD6499. Grayscale: #757575. Windows color (decimal): -13460634 or 6724402. OLE color: 6724402.

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

Color convert

RGB50155102-
CMYK0.6800.340.39
HSL149.71º51.22%40.2%-
HSV(B)149.71º67.74%60.78%-
XYZ15.4425.0816.6-
YUV117.56119.2179.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=16.29%
G=50.49%
B=33.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551020.6800.340.39149.7151.2240.2
Hex329B664402227963328
Octal62233146104042472266350
Binary1100101001101111001101000100010001010011110010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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