#499168

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

Shades of Eucalyptus #499168

Tints of Eucalyptus #499168

Color information

#499168 (or 0x499168) is unknown color: approx Eucalyptus. HEX triplet: 49, 91 and 68. RGB value is (73,145,104). Sum of RGB (Red+Green+Blue) = 73+145+104=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #499168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499168 is #B66E97. Grayscale: #767676. Windows color (decimal): -11955864 or 6852937. OLE color: 6852937.

HSL color Cylindrical-coordinate representation of color #499168: hue angle of 145.83º 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 #499168 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB73145104-
CMYK0.5000.280.43
HSL145.83º33.03%42.75%-
HSV(B)145.83º49.66%56.86%-
XYZ15.3722.6716.66-
YUV118.8119.6595.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=22.67%
G=45.03%
B=32.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451040.5000.280.43145.8333.0342.75
Hex4991683201C2B92212b
Octal11122115062034532224153
Binary100100110010001110100011001001110010101110010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499168; }

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

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

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

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

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

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

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

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