#329660

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

Shades of Eucalyptus #329660

Tints of Eucalyptus #329660

Color information

#329660 (or 0x329660) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 60. RGB value is (50,150,96). Sum of RGB (Red+Green+Blue) = 50+150+96=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #329660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329660 is #CD699F. Grayscale: #727272. Windows color (decimal): -13461920 or 6329906. OLE color: 6329906.

HSL color Cylindrical-coordinate representation of color #329660: hue angle of 147.6º 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 #329660 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB5015096-
CMYK0.6700.360.41
HSL147.6º50%39.22%-
HSV(B)147.6º66.67%58.82%-
XYZ14.3323.3414.82-
YUV113.94117.8782.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=16.89%
G=50.68%
B=32.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150960.6700.360.41147.65039.22
Hex3296604302429943227
Octal62226140103044512246247
Binary1100101001011011000001000011010010010100110010100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329660; }

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

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

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

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

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

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

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

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