#408F61

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

Shades of Eucalyptus #408F61

Tints of Eucalyptus #408F61

Color information

#408F61 (or 0x408F61) is unknown color: approx Eucalyptus. HEX triplet: 40, 8F and 61. RGB value is (64,143,97). Sum of RGB (Red+Green+Blue) = 64+143+97=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #408F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F61 is #BF709E. Grayscale: #727272. Windows color (decimal): -12546207 or 6393664. OLE color: 6393664.

HSL color Cylindrical-coordinate representation of color #408F61: hue angle of 145.06º 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 #408F61 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB6414397-
CMYK0.5500.320.44
HSL145.06º38.16%40.59%-
HSV(B)145.06º55.24%56.08%-
XYZ14.0921.614.74-
YUV114.14118.3392.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=21.05%
G=47.04%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64143970.5500.320.44145.0638.1640.59
Hex408F61370202C912629
Octal10021714167040542214651
Binary1000000100011111100001110111010000010110010010001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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