#42956C

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

Shades of Eucalyptus #42956C

Tints of Eucalyptus #42956C

Color information

#42956C (or 0x42956C) is unknown color: approx Eucalyptus. HEX triplet: 42, 95 and 6C. RGB value is (66,149,108). Sum of RGB (Red+Green+Blue) = 66+149+108=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #42956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956C is #BD6A93. Grayscale: #777777. Windows color (decimal): -12413588 or 7116098. OLE color: 7116098.

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

Color convert

RGB66149108-
CMYK0.5600.280.42
HSL150.36º38.6%42.16%-
HSV(B)150.36º55.7%58.43%-
XYZ15.723.7417.94-
YUV119.51121.589.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=20.43%
G=46.13%
B=33.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491080.5600.280.42150.3638.642.16
Hex42956C3801C2A96272a
Octal10222515470034522264752
Binary100001010010101110110011100001110010101010010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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