#40956D

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

Shades of Eucalyptus #40956D

Tints of Eucalyptus #40956D

Color information

#40956D (or 0x40956D) is unknown color: approx Eucalyptus. HEX triplet: 40, 95 and 6D. RGB value is (64,149,109). Sum of RGB (Red+Green+Blue) = 64+149+109=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #40956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956D is #BF6A92. Grayscale: #777777. Windows color (decimal): -12544659 or 7181632. OLE color: 7181632.

HSL color Cylindrical-coordinate representation of color #40956D: hue angle of 151.76º 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 #40956D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB64149109-
CMYK0.5700.270.42
HSL151.76º39.91%41.76%-
HSV(B)151.76º57.05%58.43%-
XYZ15.6223.6918.22-
YUV119.02122.3488.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=19.88%
G=46.27%
B=33.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491090.5700.270.42151.7639.9141.76
Hex40956D3901B2A98282a
Octal10022515571033522305052
Binary100000010010101110110111100101101110101010011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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