#329262

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

Shades of Eucalyptus #329262

Tints of Eucalyptus #329262

Color information

#329262 (or 0x329262) is unknown color: approx Eucalyptus. HEX triplet: 32, 92 and 62. RGB value is (50,146,98). Sum of RGB (Red+Green+Blue) = 50+146+98=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #329262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329262 is #CD6D9D. Grayscale: #6F6F6F. Windows color (decimal): -13462942 or 6459954. OLE color: 6459954.

HSL color Cylindrical-coordinate representation of color #329262: hue angle of 150º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329262 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB5014698-
CMYK0.6600.330.43
HSL150º48.98%38.43%-
HSV(B)150º65.75%57.25%-
XYZ13.822.1215.1-
YUV111.82120.283.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=17.01%
G=49.66%
B=33.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146980.6600.330.4315048.9838.43
Hex329262420212B963126
Octal62222142102041532266146
Binary1100101001001011000101000010010000110101110010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329262; }

 p { color: rgb(50,146,98); }

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

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

 a { background-color: rgb(50,146,98); }

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

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

 span { border-color: rgb(50,146,98); }

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