Html Css Color HEX #408659 Amazon

📋 copy color: '#408659'

red 64 ◦ green 134 ◦ blue 89

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

Shades of Amazon #408659

Tints of Amazon #408659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 22.3%
G = 46.69%
B = 31.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#408659 (or 0x408659) is known color: Amazon. HEX triplet: 40, 86 and 59. RGB value is (64,134,89). Sum of RGB (Red+Green+Blue) = 64+134+89=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #408659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408659 is #BF79A6. Grayscale: #6C6C6C. Windows color (decimal): -12548519 or 5867072. OLE color: 5867072.

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

Color convert

RGB 64 134 89 -
CMYK 0.52 0 0.34 0.47
HSL 141.43º 0.35% 0.39% -
HSV(B) 141.43º 0.52% 0.53% -
XYZ 12.44 18.86 12.44 -
YUV 107.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 64 134 89 0.52 0 0.34 0.47 141.43 0.35 0.39
Hex 40 86 59 34 0 22 2F 8D 23 27
Octal 100 206 131 64 0 42 57 215 43 47
Binary 1000000 10000110 1011001 110100 0 100010 101111 10001101 100011 100111

Color Harmonies of #408659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408659

Black with #408659

Text Example


Text Example

White with #408659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408659; }

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

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

background-color css

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

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

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

border-color css

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

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

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