#40956B

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

Shades of Eucalyptus #40956B

Tints of Eucalyptus #40956B

Color information

#40956B (or 0x40956B) is unknown color: approx Eucalyptus. HEX triplet: 40, 95 and 6B. RGB value is (64,149,107). Sum of RGB (Red+Green+Blue) = 64+149+107=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #40956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956B is #BF6A94. Grayscale: #767676. Windows color (decimal): -12544661 or 7050560. OLE color: 7050560.

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

Color convert

RGB64149107-
CMYK0.5700.280.42
HSL150.35º39.91%41.76%-
HSV(B)150.35º57.05%58.43%-
XYZ15.5223.6517.66-
YUV118.8121.3488.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=20%
G=46.56%
B=33.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491070.5700.280.42150.3539.9141.76
Hex40956B3901C2A96282a
Octal10022515371034522265052
Binary100000010010101110101111100101110010101010010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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