Html Css Color HEX #408F5E Eucalyptus

📋 copy color: '#408F5E'

red 64 ◦ green 143 ◦ blue 94

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

Shades of Eucalyptus #408F5E

Tints of Eucalyptus #408F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.51%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 21.26%
G = 47.51%
B = 31.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#408F5E (or 0x408F5E) is known color: Eucalyptus. HEX triplet: 40, 8F and 5E. RGB value is (64,143,94). Sum of RGB (Red+Green+Blue) = 64+143+94=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #408F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F5E is #BF70A1. Grayscale: #717171. Windows color (decimal): -12546210 or 6197056. OLE color: 6197056.

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

Color convert

RGB 64 143 94 -
CMYK 0.55 0 0.34 0.44
HSL 142.78º 0.38% 0.41% -
HSV(B) 142.78º 0.55% 0.56% -
XYZ 13.96 21.54 14.01 -
YUV 113.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 64 143 94 0.55 0 0.34 0.44 142.78 0.38 0.41
Hex 40 8F 5E 37 0 22 2C 8F 26 29
Octal 100 217 136 67 0 42 54 217 46 51
Binary 1000000 10001111 1011110 110111 0 100010 101100 10001111 100110 101001

Color Harmonies of #408F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F5E

Black with #408F5E

Text Example


Text Example

White with #408F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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