#329165

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

Shades of Eucalyptus #329165

Tints of Eucalyptus #329165

Color information

#329165 (or 0x329165) is unknown color: approx Eucalyptus. HEX triplet: 32, 91 and 65. RGB value is (50,145,101). Sum of RGB (Red+Green+Blue) = 50+145+101=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #329165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329165 is #CD6E9A. Grayscale: #6F6F6F. Windows color (decimal): -13463195 or 6656306. OLE color: 6656306.

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

Color convert

RGB50145101-
CMYK0.6600.300.43
HSL152.21º48.72%38.24%-
HSV(B)152.21º65.52%56.86%-
XYZ13.7921.8715.81-
YUV111.58122.0384.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 145 (57.03% from 255) = 48.99%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=16.89%
G=48.99%
B=34.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501451010.6600.300.43152.2148.7238.24
Hex3291654201E2B983126
Octal62221145102036532306146
Binary110010100100011100101100001001111010101110011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329165; }

 p { color: rgb(50,145,101); }

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

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

 a { background-color: rgb(50,145,101); }

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

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

 span { border-color: rgb(50,145,101); }

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