#40936C

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

Shades of Eucalyptus #40936C

Tints of Eucalyptus #40936C

Color information

#40936C (or 0x40936C) is unknown color: approx Eucalyptus. HEX triplet: 40, 93 and 6C. RGB value is (64,147,108). Sum of RGB (Red+Green+Blue) = 64+147+108=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #40936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936C is #BF6C93. Grayscale: #757575. Windows color (decimal): -12545172 or 7115584. OLE color: 7115584.

HSL color Cylindrical-coordinate representation of color #40936C: hue angle of 151.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40936C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB64147108-
CMYK0.5600.270.42
HSL151.81º39.34%41.37%-
HSV(B)151.81º56.46%57.65%-
XYZ15.2523.0417.83-
YUV117.74122.589.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=20.06%
G=46.08%
B=33.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471080.5600.270.42151.8139.3441.37
Hex40936C3801B2A982729
Octal10022315470033522304751
Binary100000010010011110110011100001101110101010011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40936C; }

 p { color: rgb(64,147,108); }

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

<style>
 a { background-color: #40936C; }

 a { background-color: rgb(64,147,108); }

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

<style>
 span { border-color: #40936C; }

 span { border-color: rgb(64,147,108); }

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