#408D67

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

Shades of Eucalyptus #408D67

Tints of Eucalyptus #408D67

Color information

#408D67 (or 0x408D67) is unknown color: approx Eucalyptus. HEX triplet: 40, 8D and 67. RGB value is (64,141,103). Sum of RGB (Red+Green+Blue) = 64+141+103=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #408D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D67 is #BF7298. Grayscale: #717171. Windows color (decimal): -12546713 or 6786368. OLE color: 6786368.

HSL color Cylindrical-coordinate representation of color #408D67: hue angle of 150.39º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D67 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB64141103-
CMYK0.5500.270.45
HSL150.39º37.56%40.2%-
HSV(B)150.39º54.61%55.29%-
XYZ14.0921.1216.17-
YUV113.64121.9992.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=20.78%
G=45.78%
B=33.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411030.5500.270.45150.3937.5640.2
Hex408D673701B2D962628
Octal10021514767033552264650
Binary100000010001101110011111011101101110110110010110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,103); }

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

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

 a { background-color: rgb(64,141,103); }

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

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

 span { border-color: rgb(64,141,103); }

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