#40966B

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

Shades of Eucalyptus #40966B

Tints of Eucalyptus #40966B

Color information

#40966B (or 0x40966B) is unknown color: approx Eucalyptus. HEX triplet: 40, 96 and 6B. RGB value is (64,150,107). Sum of RGB (Red+Green+Blue) = 64+150+107=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #40966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40966B is #BF6994. Grayscale: #777777. Windows color (decimal): -12544405 or 7050816. OLE color: 7050816.

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

Color convert

RGB64150107-
CMYK0.5700.290.41
HSL150º40.19%41.96%-
HSV(B)150º57.33%58.82%-
XYZ15.6723.9617.71-
YUV119.38121.0188.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=19.94%
G=46.73%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501070.5700.290.4115040.1941.96
Hex40966B3901D2996282a
Octal10022615371035512265052
Binary100000010010110110101111100101110110100110010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40966B; }

 p { color: rgb(64,150,107); }

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

<style>
 a { background-color: #40966B; }

 a { background-color: rgb(64,150,107); }

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

<style>
 span { border-color: #40966B; }

 span { border-color: rgb(64,150,107); }

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