Html Css Color HEX #408057 Amazon

📋 copy color: '#408057'

red 64 ◦ green 128 ◦ blue 87

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

Shades of Amazon #408057

Tints of Amazon #408057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 22.94%
G = 45.88%
B = 31.18%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#408057 (or 0x408057) is known color: Amazon. HEX triplet: 40, 80 and 57. RGB value is (64,128,87). Sum of RGB (Red+Green+Blue) = 64+128+87=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #408057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408057 is #BF7FA8. Grayscale: #686868. Windows color (decimal): -12550057 or 5734464. OLE color: 5734464.

HSL color Cylindrical-coordinate representation of color #408057: hue angle of 141.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408057 is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 87 -
CMYK 0.5 0 0.32 0.50
HSL 141.56º 0.33% 0.38% -
HSV(B) 141.56º 0.5% 0.5% -
XYZ 11.55 17.22 11.73 -
YUV 104.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 64 128 87 0.5 0 0.32 0.50 141.56 0.33 0.38
Hex 40 80 57 32 0 20 32 8E 21 26
Octal 100 200 127 62 0 40 62 216 41 46
Binary 1000000 10000000 1010111 110010 0 100000 110010 10001110 100001 100110

Color Harmonies of #408057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408057

Black with #408057

Text Example


Text Example

White with #408057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408057; }

 p { color: rgb(64,128,87); }

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

background-color css

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

 a { background-color: rgb(64,128,87); }

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

border-color css

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

 span { border-color: rgb(64,128,87); }

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