#42966D

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

Shades of Eucalyptus #42966D

Tints of Eucalyptus #42966D

Color information

#42966D (or 0x42966D) is unknown color: approx Eucalyptus. HEX triplet: 42, 96 and 6D. RGB value is (66,150,109). Sum of RGB (Red+Green+Blue) = 66+150+109=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #42966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42966D is #BD6992. Grayscale: #787878. Windows color (decimal): -12413331 or 7181890. OLE color: 7181890.

HSL color Cylindrical-coordinate representation of color #42966D: hue angle of 150.71º 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 #42966D is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB66150109-
CMYK0.5600.270.41
HSL150.71º38.89%42.35%-
HSV(B)150.71º56%58.82%-
XYZ15.9124.0818.28-
YUV120.21121.6789.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=20.31%
G=46.15%
B=33.54%

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
Decimal661501090.5600.270.41150.7138.8942.35
Hex42966D3801B2997272a
Octal10222615570033512274752
Binary100001010010110110110111100001101110100110010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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