#449566

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

Shades of Eucalyptus #449566

Tints of Eucalyptus #449566

Color information

#449566 (or 0x449566) is unknown color: approx Eucalyptus. HEX triplet: 44, 95 and 66. RGB value is (68,149,102). Sum of RGB (Red+Green+Blue) = 68+149+102=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #449566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449566 is #BB6A99. Grayscale: #777777. Windows color (decimal): -12282522 or 6722884. OLE color: 6722884.

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

Color convert

RGB68149102-
CMYK0.5400.320.42
HSL145.19º37.33%42.55%-
HSV(B)145.19º54.36%58.43%-
XYZ15.5323.6816.32-
YUV119.42118.1691.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=21.32%
G=46.71%
B=31.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681491020.5400.320.42145.1937.3342.55
Hex449566360202A91252b
Octal10422514666040522214553
Binary1000100100101011100110110110010000010101010010001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449566; }

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

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

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

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

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

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

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

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