#329062

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

Shades of Eucalyptus #329062

Tints of Eucalyptus #329062

Color information

#329062 (or 0x329062) is unknown color: approx Eucalyptus. HEX triplet: 32, 90 and 62. RGB value is (50,144,98). Sum of RGB (Red+Green+Blue) = 50+144+98=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #329062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329062 is #CD6F9D. Grayscale: #6E6E6E. Windows color (decimal): -13463454 or 6459442. OLE color: 6459442.

HSL color Cylindrical-coordinate representation of color #329062: hue angle of 150.64º 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 #329062 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5014498-
CMYK0.6500.320.44
HSL150.64º48.45%38.04%-
HSV(B)150.64º65.28%56.47%-
XYZ13.4921.5115-
YUV110.65120.8684.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=17.12%
G=49.32%
B=33.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144980.6500.320.44150.6448.4538.04
Hex329062410202C973026
Octal62220142101040542276046
Binary1100101001000011000101000001010000010110010010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329062; }

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

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

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

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

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

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

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

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