Html Css Color HEX #408959 Amazon

📋 copy color: '#408959'

red 64 ◦ green 137 ◦ blue 89

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

Shades of Amazon #408959

Tints of Amazon #408959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.24%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 22.07%
G = 47.24%
B = 30.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#408959 (or 0x408959) is known color: Amazon. HEX triplet: 40, 89 and 59. RGB value is (64,137,89). Sum of RGB (Red+Green+Blue) = 64+137+89=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #408959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408959 is #BF76A6. Grayscale: #6D6D6D. Windows color (decimal): -12547751 or 5867840. OLE color: 5867840.

HSL color Cylindrical-coordinate representation of color #408959: hue angle of 140.55º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408959 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 89 -
CMYK 0.53 0 0.35 0.46
HSL 140.55º 0.36% 0.39% -
HSV(B) 140.55º 0.53% 0.54% -
XYZ 12.86 19.7 12.58 -
YUV 109.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 64 137 89 0.53 0 0.35 0.46 140.55 0.36 0.39
Hex 40 89 59 35 0 23 2E 8D 24 27
Octal 100 211 131 65 0 43 56 215 44 47
Binary 1000000 10001001 1011001 110101 0 100011 101110 10001101 100100 100111

Color Harmonies of #408959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408959

Black with #408959

Text Example


Text Example

White with #408959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408959; }

 p { color: rgb(64,137,89); }

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

background-color css

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

 a { background-color: rgb(64,137,89); }

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

border-color css

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

 span { border-color: rgb(64,137,89); }

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