#40956A

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

Shades of Eucalyptus #40956A

Tints of Eucalyptus #40956A

Color information

#40956A (or 0x40956A) is unknown color: approx Eucalyptus. HEX triplet: 40, 95 and 6A. RGB value is (64,149,106). Sum of RGB (Red+Green+Blue) = 64+149+106=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #40956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956A is #BF6A95. Grayscale: #767676. Windows color (decimal): -12544662 or 6985024. OLE color: 6985024.

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

Color convert

RGB64149106-
CMYK0.5700.290.42
HSL149.65º39.91%41.76%-
HSV(B)149.65º57.05%58.43%-
XYZ15.4623.6317.38-
YUV118.68120.8489-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=20.06%
G=46.71%
B=33.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491060.5700.290.42149.6539.9141.76
Hex40956A3901D2A96282a
Octal10022515271035522265052
Binary100000010010101110101011100101110110101010010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,149,106); }

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

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

 a { background-color: rgb(64,149,106); }

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

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

 span { border-color: rgb(64,149,106); }

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