#449166

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

Shades of Eucalyptus #449166

Tints of Eucalyptus #449166

Color information

#449166 (or 0x449166) is unknown color: approx Eucalyptus. HEX triplet: 44, 91 and 66. RGB value is (68,145,102). Sum of RGB (Red+Green+Blue) = 68+145+102=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #449166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449166 is #BB6E99. Grayscale: #757575. Windows color (decimal): -12283546 or 6721860. OLE color: 6721860.

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

Color convert

RGB68145102-
CMYK0.5300.300.43
HSL146.49º36.15%41.76%-
HSV(B)146.49º53.1%56.86%-
XYZ14.9122.4416.12-
YUV117.08119.4993-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=21.59%
G=46.03%
B=32.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451020.5300.300.43146.4936.1541.76
Hex4491663501E2B92242a
Octal10422114665036532224452
Binary100010010010001110011011010101111010101110010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449166; }

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

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

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

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

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

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

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

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