#42966C

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

Shades of Eucalyptus #42966C

Tints of Eucalyptus #42966C

Color information

#42966C (or 0x42966C) is unknown color: approx Eucalyptus. HEX triplet: 42, 96 and 6C. RGB value is (66,150,108). Sum of RGB (Red+Green+Blue) = 66+150+108=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #42966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42966C is #BD6993. Grayscale: #787878. Windows color (decimal): -12413332 or 7116354. OLE color: 7116354.

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

Color convert

RGB66150108-
CMYK0.5600.280.41
HSL150º38.89%42.35%-
HSV(B)150º56%58.82%-
XYZ15.8624.0517.99-
YUV120.1121.1789.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=20.37%
G=46.30%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501080.5600.280.4115038.8942.35
Hex42966C3801C2996272a
Octal10222615470034512264752
Binary100001010010110110110011100001110010100110010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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