#449364

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

Shades of Eucalyptus #449364

Tints of Eucalyptus #449364

Color information

#449364 (or 0x449364) is unknown color: approx Eucalyptus. HEX triplet: 44, 93 and 64. RGB value is (68,147,100). Sum of RGB (Red+Green+Blue) = 68+147+100=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #449364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449364 is #BB6C9B. Grayscale: #767676. Windows color (decimal): -12283036 or 6591300. OLE color: 6591300.

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

Color convert

RGB68147100-
CMYK0.5400.320.42
HSL144.3º36.74%42.16%-
HSV(B)144.3º53.74%57.65%-
XYZ15.1223.0215.7-
YUV118.02117.8392.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=21.59%
G=46.67%
B=31.75%

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
Decimal681471000.5400.320.42144.336.7442.16
Hex449364360202A90252a
Octal10422314466040522204552
Binary1000100100100111100100110110010000010101010010000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449364; }

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

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

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

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

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

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

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

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