#42956E

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

Shades of Eucalyptus #42956E

Tints of Eucalyptus #42956E

Color information

#42956E (or 0x42956E) is unknown color: approx Eucalyptus. HEX triplet: 42, 95 and 6E. RGB value is (66,149,110). Sum of RGB (Red+Green+Blue) = 66+149+110=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #42956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956E is #BD6A91. Grayscale: #777777. Windows color (decimal): -12413586 or 7247170. OLE color: 7247170.

HSL color Cylindrical-coordinate representation of color #42956E: hue angle of 151.81º 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 #42956E is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB66149110-
CMYK0.5600.260.42
HSL151.81º38.6%42.16%-
HSV(B)151.81º55.7%58.43%-
XYZ15.8123.7818.51-
YUV119.74122.589.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=20.31%
G=45.85%
B=33.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491100.5600.260.42151.8138.642.16
Hex42956E3801A2A98272a
Octal10222515670032522304752
Binary100001010010101110111011100001101010101010011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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