#499067

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

Shades of Eucalyptus #499067

Tints of Eucalyptus #499067

Color information

#499067 (or 0x499067) is unknown color: approx Eucalyptus. HEX triplet: 49, 90 and 67. RGB value is (73,144,103). Sum of RGB (Red+Green+Blue) = 73+144+103=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #499067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499067 is #B66F98. Grayscale: #767676. Windows color (decimal): -11956121 or 6787145. OLE color: 6787145.

HSL color Cylindrical-coordinate representation of color #499067: hue angle of 145.35º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499067 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB73144103-
CMYK0.4900.280.44
HSL145.35º32.72%42.55%-
HSV(B)145.35º49.31%56.47%-
XYZ15.1722.3416.34-
YUV118.1119.4895.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 144 (56.64% from 255) = 45%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=22.81%
G=45%
B=32.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441030.4900.280.44145.3532.7242.55
Hex4990673101C2C91212b
Octal11122014761034542214153
Binary100100110010000110011111000101110010110010010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499067; }

 p { color: rgb(73,144,103); }

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

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

 a { background-color: rgb(73,144,103); }

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

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

 span { border-color: rgb(73,144,103); }

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