#449564

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

Shades of Eucalyptus #449564

Tints of Eucalyptus #449564

Color information

#449564 (or 0x449564) is unknown color: approx Eucalyptus. HEX triplet: 44, 95 and 64. RGB value is (68,149,100). Sum of RGB (Red+Green+Blue) = 68+149+100=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #449564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449564 is #BB6A9B. Grayscale: #777777. Windows color (decimal): -12282524 or 6591812. OLE color: 6591812.

HSL color Cylindrical-coordinate representation of color #449564: hue angle of 143.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449564 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB68149100-
CMYK0.5400.330.42
HSL143.7º37.33%42.55%-
HSV(B)143.7º54.36%58.43%-
XYZ15.4323.6415.81-
YUV119.2117.1691.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=21.45%
G=47.00%
B=31.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681491000.5400.330.42143.737.3342.55
Hex449564360212A90252b
Octal10422514466041522204553
Binary1000100100101011100100110110010000110101010010000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449564; }

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

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

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

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

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

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

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

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