#44966A

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

Shades of Eucalyptus #44966A

Tints of Eucalyptus #44966A

Color information

#44966A (or 0x44966A) is unknown color: approx Eucalyptus. HEX triplet: 44, 96 and 6A. RGB value is (68,150,106). Sum of RGB (Red+Green+Blue) = 68+150+106=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #44966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966A is #BB6995. Grayscale: #787878. Windows color (decimal): -12282262 or 6985284. OLE color: 6985284.

HSL color Cylindrical-coordinate representation of color #44966A: hue angle of 147.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44966A is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB68150106-
CMYK0.5500.290.41
HSL147.8º37.61%42.75%-
HSV(B)147.8º54.67%58.82%-
XYZ15.8924.0817.45-
YUV120.47119.8390.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=20.99%
G=46.30%
B=32.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501060.5500.290.41147.837.6142.75
Hex44966A3701D2994262b
Octal10422615267035512244653
Binary100010010010110110101011011101110110100110010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44966A; }

 p { color: rgb(68,150,106); }

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

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

 a { background-color: rgb(68,150,106); }

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

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

 span { border-color: rgb(68,150,106); }

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