#408F5D

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

Shades of Eucalyptus #408F5D

Tints of Eucalyptus #408F5D

Color information

#408F5D (or 0x408F5D) is unknown color: approx Eucalyptus. HEX triplet: 40, 8F and 5D. RGB value is (64,143,93). Sum of RGB (Red+Green+Blue) = 64+143+93=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #408F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F5D is #BF70A2. Grayscale: #717171. Windows color (decimal): -12546211 or 6131520. OLE color: 6131520.

HSL color Cylindrical-coordinate representation of color #408F5D: hue angle of 142.03º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F5D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB6414393-
CMYK0.5500.350.44
HSL142.03º38.16%40.59%-
HSV(B)142.03º55.24%56.08%-
XYZ13.9121.5313.78-
YUV113.68116.3392.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=21.33%
G=47.67%
B=31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143930.5500.350.44142.0338.1640.59
Hex408F5D370232C8e2629
Octal10021713567043542164651
Binary1000000100011111011101110111010001110110010001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408F5D; }

 p { color: rgb(64,143,93); }

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

<style>
 a { background-color: #408F5D; }

 a { background-color: rgb(64,143,93); }

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

<style>
 span { border-color: #408F5D; }

 span { border-color: rgb(64,143,93); }

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