#449267

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

Shades of Eucalyptus #449267

Tints of Eucalyptus #449267

Color information

#449267 (or 0x449267) is unknown color: approx Eucalyptus. HEX triplet: 44, 92 and 67. RGB value is (68,146,103). Sum of RGB (Red+Green+Blue) = 68+146+103=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #449267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449267 is #BB6D98. Grayscale: #757575. Windows color (decimal): -12283289 or 6787652. OLE color: 6787652.

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

Color convert

RGB68146103-
CMYK0.5300.290.43
HSL146.92º36.45%41.96%-
HSV(B)146.92º53.42%57.25%-
XYZ15.1122.7716.43-
YUV117.78119.6692.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=21.45%
G=46.06%
B=32.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461030.5300.290.43146.9236.4541.96
Hex4492673501D2B93242a
Octal10422214765035532234452
Binary100010010010010110011111010101110110101110010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449267; }

 p { color: rgb(68,146,103); }

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

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

 a { background-color: rgb(68,146,103); }

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

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

 span { border-color: rgb(68,146,103); }

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