#49916A

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

Shades of Eucalyptus #49916A

Tints of Eucalyptus #49916A

Color information

#49916A (or 0x49916A) is unknown color: approx Eucalyptus. HEX triplet: 49, 91 and 6A. RGB value is (73,145,106). Sum of RGB (Red+Green+Blue) = 73+145+106=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #49916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49916A is #B66E95. Grayscale: #777777. Windows color (decimal): -11955862 or 6984009. OLE color: 6984009.

HSL color Cylindrical-coordinate representation of color #49916A: hue angle of 147.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49916A is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB73145106-
CMYK0.5000.270.43
HSL147.5º33.03%42.75%-
HSV(B)147.5º49.66%56.86%-
XYZ15.4722.7117.2-
YUV119.03120.6595.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=22.53%
G=44.75%
B=32.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451060.5000.270.43147.533.0342.75
Hex49916A3201B2B94212b
Octal11122115262033532244153
Binary100100110010001110101011001001101110101110010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49916A; }

 p { color: rgb(73,145,106); }

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

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

 a { background-color: rgb(73,145,106); }

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

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

 span { border-color: rgb(73,145,106); }

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