#42966A

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

Shades of Eucalyptus #42966A

Tints of Eucalyptus #42966A

Color information

#42966A (or 0x42966A) is unknown color: approx Eucalyptus. HEX triplet: 42, 96 and 6A. RGB value is (66,150,106). Sum of RGB (Red+Green+Blue) = 66+150+106=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #42966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42966A is #BD6995. Grayscale: #777777. Windows color (decimal): -12413334 or 6985282. OLE color: 6985282.

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

Color convert

RGB66150106-
CMYK0.5600.290.41
HSL148.57º38.89%42.35%-
HSV(B)148.57º56%58.82%-
XYZ15.7524.0117.44-
YUV119.87120.1789.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=20.50%
G=46.58%
B=32.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501060.5600.290.41148.5738.8942.35
Hex42966A3801D2995272a
Octal10222615270035512254752
Binary100001010010110110101011100001110110100110010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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