#329066

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

Shades of Eucalyptus #329066

Tints of Eucalyptus #329066

Color information

#329066 (or 0x329066) is unknown color: approx Eucalyptus. HEX triplet: 32, 90 and 66. RGB value is (50,144,102). Sum of RGB (Red+Green+Blue) = 50+144+102=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #329066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329066 is #CD6F99. Grayscale: #6F6F6F. Windows color (decimal): -13463450 or 6721586. OLE color: 6721586.

HSL color Cylindrical-coordinate representation of color #329066: hue angle of 153.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329066 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB50144102-
CMYK0.6500.290.44
HSL153.19º48.45%38.04%-
HSV(B)153.19º65.28%56.47%-
XYZ13.6921.5816.02-
YUV111.11122.8684.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=16.89%
G=48.65%
B=34.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441020.6500.290.44153.1948.4538.04
Hex3290664101D2C993026
Octal62220146101035542316046
Binary110010100100001100110100000101110110110010011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329066; }

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

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

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

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

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

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

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

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