#42946A

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

Shades of Eucalyptus #42946A

Tints of Eucalyptus #42946A

Color information

#42946A (or 0x42946A) is unknown color: approx Eucalyptus. HEX triplet: 42, 94 and 6A. RGB value is (66,148,106). Sum of RGB (Red+Green+Blue) = 66+148+106=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #42946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946A is #BD6B95. Grayscale: #767676. Windows color (decimal): -12413846 or 6984770. OLE color: 6984770.

HSL color Cylindrical-coordinate representation of color #42946A: hue angle of 149.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42946A is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB66148106-
CMYK0.5500.280.42
HSL149.27º38.32%41.96%-
HSV(B)149.27º55.41%58.04%-
XYZ15.4423.3817.33-
YUV118.69120.8390.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=20.62%
G=46.25%
B=33.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481060.5500.280.42149.2738.3241.96
Hex42946A3701C2A95262a
Octal10222415267034522254652
Binary100001010010100110101011011101110010101010010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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