#449164

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

Shades of Eucalyptus #449164

Tints of Eucalyptus #449164

Color information

#449164 (or 0x449164) is unknown color: approx Eucalyptus. HEX triplet: 44, 91 and 64. RGB value is (68,145,100). Sum of RGB (Red+Green+Blue) = 68+145+100=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #449164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449164 is #BB6E9B. Grayscale: #747474. Windows color (decimal): -12283548 or 6590788. OLE color: 6590788.

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

Color convert

RGB68145100-
CMYK0.5300.310.43
HSL144.94º36.15%41.76%-
HSV(B)144.94º53.1%56.86%-
XYZ14.8122.415.6-
YUV116.85118.4993.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=21.73%
G=46.33%
B=31.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451000.5300.310.43144.9436.1541.76
Hex4491643501F2B91242a
Octal10422114465037532214452
Binary100010010010001110010011010101111110101110010001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449164; }

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

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

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

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

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

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

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

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