#329666

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

Shades of Eucalyptus #329666

Tints of Eucalyptus #329666

Color information

#329666 (or 0x329666) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 66. RGB value is (50,150,102). Sum of RGB (Red+Green+Blue) = 50+150+102=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #329666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329666 is #CD6999. Grayscale: #727272. Windows color (decimal): -13461914 or 6723122. OLE color: 6723122.

HSL color Cylindrical-coordinate representation of color #329666: hue angle of 151.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329666 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB50150102-
CMYK0.6700.320.41
HSL151.2º50%39.22%-
HSV(B)151.2º66.67%58.82%-
XYZ14.6223.4516.33-
YUV114.63120.8781.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=16.56%
G=49.67%
B=33.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501501020.6700.320.41151.25039.22
Hex3296664302029973227
Octal62226146103040512276247
Binary1100101001011011001101000011010000010100110010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329666; }

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

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

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

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

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

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

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

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