#449162

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

Shades of Eucalyptus #449162

Tints of Eucalyptus #449162

Color information

#449162 (or 0x449162) is unknown color: approx Eucalyptus. HEX triplet: 44, 91 and 62. RGB value is (68,145,98). Sum of RGB (Red+Green+Blue) = 68+145+98=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #449162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449162 is #BB6E9D. Grayscale: #747474. Windows color (decimal): -12283550 or 6459716. OLE color: 6459716.

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

Color convert

RGB6814598-
CMYK0.5300.320.43
HSL143.38º36.15%41.76%-
HSV(B)143.38º53.1%56.86%-
XYZ14.7122.3615.1-
YUV116.62117.4993.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=21.86%
G=46.62%
B=31.51%

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
Decimal68145980.5300.320.43143.3836.1541.76
Hex449162350202B8f242a
Octal10422114265040532174452
Binary1000100100100011100010110101010000010101110001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449162; }

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

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

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

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

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

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

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

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