#329261

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

Shades of Eucalyptus #329261

Tints of Eucalyptus #329261

Color information

#329261 (or 0x329261) is unknown color: approx Eucalyptus. HEX triplet: 32, 92 and 61. RGB value is (50,146,97). Sum of RGB (Red+Green+Blue) = 50+146+97=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #329261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329261 is #CD6D9E. Grayscale: #6F6F6F. Windows color (decimal): -13462943 or 6394418. OLE color: 6394418.

HSL color Cylindrical-coordinate representation of color #329261: hue angle of 149.38º 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 #329261 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB5014697-
CMYK0.6600.340.43
HSL149.38º48.98%38.43%-
HSV(B)149.38º65.75%57.25%-
XYZ13.7522.114.85-
YUV111.71119.783.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=17.06%
G=49.83%
B=33.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146970.6600.340.43149.3848.9838.43
Hex329261420222B953126
Octal62222141102042532256146
Binary1100101001001011000011000010010001010101110010101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329261; }

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

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

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

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

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

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

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

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