#329465

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

Shades of Eucalyptus #329465

Tints of Eucalyptus #329465

Color information

#329465 (or 0x329465) is unknown color: approx Eucalyptus. HEX triplet: 32, 94 and 65. RGB value is (50,148,101). Sum of RGB (Red+Green+Blue) = 50+148+101=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #329465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329465 is #CD6B9A. Grayscale: #717171. Windows color (decimal): -13462427 or 6657074. OLE color: 6657074.

HSL color Cylindrical-coordinate representation of color #329465: hue angle of 151.22º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329465 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB50148101-
CMYK0.6600.320.42
HSL151.22º49.49%38.82%-
HSV(B)151.22º66.22%58.04%-
XYZ14.2522.815.96-
YUV113.34121.0382.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=16.72%
G=49.50%
B=33.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501481010.6600.320.42151.2249.4938.82
Hex329465420202A973127
Octal62224145102040522276147
Binary1100101001010011001011000010010000010101010010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329465; }

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

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

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

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

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

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

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

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