#449069

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

Shades of Eucalyptus #449069

Tints of Eucalyptus #449069

Color information

#449069 (or 0x449069) is unknown color: approx Eucalyptus. HEX triplet: 44, 90 and 69. RGB value is (68,144,105). Sum of RGB (Red+Green+Blue) = 68+144+105=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #449069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449069 is #BB6F96. Grayscale: #747474. Windows color (decimal): -12283799 or 6918212. OLE color: 6918212.

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

Color convert

RGB68144105-
CMYK0.5300.270.44
HSL149.21º35.85%41.57%-
HSV(B)149.21º52.78%56.47%-
XYZ14.9122.216.86-
YUV116.83121.3293.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=21.45%
G=45.43%
B=33.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441050.5300.270.44149.2135.8541.57
Hex4490693501B2C95242a
Octal10422015165033542254452
Binary100010010010000110100111010101101110110010010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449069; }

 p { color: rgb(68,144,105); }

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

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

 a { background-color: rgb(68,144,105); }

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

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

 span { border-color: rgb(68,144,105); }

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