#499069

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

Shades of Eucalyptus #499069

Tints of Eucalyptus #499069

Color information

#499069 (or 0x499069) is unknown color: approx Eucalyptus. HEX triplet: 49, 90 and 69. RGB value is (73,144,105). Sum of RGB (Red+Green+Blue) = 73+144+105=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #499069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499069 is #B66F96. Grayscale: #767676. Windows color (decimal): -11956119 or 6918217. OLE color: 6918217.

HSL color Cylindrical-coordinate representation of color #499069: hue angle of 147.04º 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 #499069 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB73144105-
CMYK0.4900.270.44
HSL147.04º32.72%42.55%-
HSV(B)147.04º49.31%56.47%-
XYZ15.2722.3816.88-
YUV118.32120.4895.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=22.67%
G=44.72%
B=32.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441050.4900.270.44147.0432.7242.55
Hex4990693101B2C93212b
Octal11122015161033542234153
Binary100100110010000110100111000101101110110010010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499069; }

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

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

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

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

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

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

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

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