#40986E

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

Shades of Eucalyptus #40986E

Tints of Eucalyptus #40986E

Color information

#40986E (or 0x40986E) is unknown color: approx Eucalyptus. HEX triplet: 40, 98 and 6E. RGB value is (64,152,110). Sum of RGB (Red+Green+Blue) = 64+152+110=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #40986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40986E is #BF6791. Grayscale: #787878. Windows color (decimal): -12543890 or 7247936. OLE color: 7247936.

HSL color Cylindrical-coordinate representation of color #40986E: hue angle of 151.36º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40986E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB64152110-
CMYK0.5800.280.40
HSL151.36º40.74%42.35%-
HSV(B)151.36º57.89%59.61%-
XYZ16.1624.6718.66-
YUV120.9121.8587.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=19.63%
G=46.63%
B=33.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521100.5800.280.40151.3640.7442.35
Hex40986E3A01C2897292a
Octal10023015672034502275152
Binary100000010011000110111011101001110010100010010111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,152,110); }

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

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

 a { background-color: rgb(64,152,110); }

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

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

 span { border-color: rgb(64,152,110); }

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