#32A467

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

Shades of Eucalyptus #32A467

Tints of Eucalyptus #32A467

Color information

#32A467 (or 0x32A467) is unknown color: approx Eucalyptus. HEX triplet: 32, A4 and 67. RGB value is (50,164,103). Sum of RGB (Red+Green+Blue) = 50+164+103=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #32A467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A467 is #CD5B98. Grayscale: #7B7B7B. Windows color (decimal): -13458329 or 6792242. OLE color: 6792242.

HSL color Cylindrical-coordinate representation of color #32A467: hue angle of 147.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A467 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB50164103-
CMYK0.7000.370.36
HSL147.89º53.27%41.96%-
HSV(B)147.89º69.51%64.31%-
XYZ17.0428.2117.38-
YUV122.96116.7375.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=15.77%
G=51.74%
B=32.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501641030.7000.370.36147.8953.2741.96
Hex32A467460252494352a
Octal62244147106045442246552
Binary1100101010010011001111000110010010110010010010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A467; }

 p { color: rgb(50,164,103); }

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

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

 a { background-color: rgb(50,164,103); }

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

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

 span { border-color: rgb(50,164,103); }

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