Html Css Color HEX #408E5F Eucalyptus

📋 copy color: '#408E5F'

red 64 ◦ green 142 ◦ blue 95

#408E5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #408E5F

Tints of Eucalyptus #408E5F

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

 GREEN value IS 142 (55.86% from 255) = 47.18%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 21.26%
G = 47.18%
B = 31.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#408E5F (or 0x408E5F) is known color: Eucalyptus. HEX triplet: 40, 8E and 5F. RGB value is (64,142,95). Sum of RGB (Red+Green+Blue) = 64+142+95=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #408E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E5F is #BF71A0. Grayscale: #717171. Windows color (decimal): -12546465 or 6262336. OLE color: 6262336.

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

Color convert

RGB 64 142 95 -
CMYK 0.55 0 0.33 0.44
HSL 143.85º 0.38% 0.4% -
HSV(B) 143.85º 0.55% 0.56% -
XYZ 13.85 21.26 14.2 -
YUV 113.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 64 142 95 0.55 0 0.33 0.44 143.85 0.38 0.4
Hex 40 8E 5F 37 0 21 2C 90 26 28
Octal 100 216 137 67 0 41 54 220 46 50
Binary 1000000 10001110 1011111 110111 0 100001 101100 10010000 100110 101000

Color Harmonies of #408E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E5F

Black with #408E5F

Text Example


Text Example

White with #408E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,95); }

 H1.HeaderClassName
 {
   color: #408E5F;
 }
 .AnyTagClassName
 {
   color: #408E5F;
 }
</style>

background-color css

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

 a { background-color: rgb(64,142,95); }

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

border-color css

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

 span { border-color: rgb(64,142,95); }

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