#449269

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

Shades of Eucalyptus #449269

Tints of Eucalyptus #449269

Color information

#449269 (or 0x449269) is unknown color: approx Eucalyptus. HEX triplet: 44, 92 and 69. RGB value is (68,146,105). Sum of RGB (Red+Green+Blue) = 68+146+105=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #449269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449269 is #BB6D96. Grayscale: #767676. Windows color (decimal): -12283287 or 6918724. OLE color: 6918724.

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

Color convert

RGB68146105-
CMYK0.5300.280.43
HSL148.46º36.45%41.96%-
HSV(B)148.46º53.42%57.25%-
XYZ15.2122.8116.96-
YUV118120.6692.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=21.32%
G=45.77%
B=32.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461050.5300.280.43148.4636.4541.96
Hex4492693501C2B94242a
Octal10422215165034532244452
Binary100010010010010110100111010101110010101110010100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449269; }

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

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

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

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

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

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

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

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