#42966E

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

Shades of Eucalyptus #42966E

Tints of Eucalyptus #42966E

Color information

#42966E (or 0x42966E) is unknown color: approx Eucalyptus. HEX triplet: 42, 96 and 6E. RGB value is (66,150,110). Sum of RGB (Red+Green+Blue) = 66+150+110=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #42966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42966E is #BD6991. Grayscale: #787878. Windows color (decimal): -12413330 or 7247426. OLE color: 7247426.

HSL color Cylindrical-coordinate representation of color #42966E: hue angle of 151.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42966E is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB66150110-
CMYK0.5600.270.41
HSL151.43º38.89%42.35%-
HSV(B)151.43º56%58.82%-
XYZ15.9724.118.56-
YUV120.32122.1789.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=20.25%
G=46.01%
B=33.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501100.5600.270.41151.4338.8942.35
Hex42966E3801B2997272a
Octal10222615670033512274752
Binary100001010010110110111011100001101110100110010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42966E; }

 p { color: rgb(66,150,110); }

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

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

 a { background-color: rgb(66,150,110); }

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

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

 span { border-color: rgb(66,150,110); }

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