#449163

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

Shades of Eucalyptus #449163

Tints of Eucalyptus #449163

Color information

#449163 (or 0x449163) is unknown color: approx Eucalyptus. HEX triplet: 44, 91 and 63. RGB value is (68,145,99). Sum of RGB (Red+Green+Blue) = 68+145+99=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #449163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449163 is #BB6E9C. Grayscale: #747474. Windows color (decimal): -12283549 or 6525252. OLE color: 6525252.

HSL color Cylindrical-coordinate representation of color #449163: hue angle of 144.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449163 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB6814599-
CMYK0.5300.320.43
HSL144.16º36.15%41.76%-
HSV(B)144.16º53.1%56.86%-
XYZ14.7622.3815.35-
YUV116.73117.9993.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=21.79%
G=46.47%
B=31.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145990.5300.320.43144.1636.1541.76
Hex449163350202B90242a
Octal10422114365040532204452
Binary1000100100100011100011110101010000010101110010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449163; }

 p { color: rgb(68,145,99); }

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

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

 a { background-color: rgb(68,145,99); }

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

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

 span { border-color: rgb(68,145,99); }

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