Html Css Color HEX #408857 Amazon

📋 copy color: '#408857'

red 64 ◦ green 136 ◦ blue 87

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

Shades of Amazon #408857

Tints of Amazon #408857

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

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

R = 22.3%
G = 47.39%
B = 30.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#408857 (or 0x408857) is known color: Amazon. HEX triplet: 40, 88 and 57. RGB value is (64,136,87). Sum of RGB (Red+Green+Blue) = 64+136+87=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #408857 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408857 is #BF77A8. Grayscale: #6D6D6D. Windows color (decimal): -12548009 or 5736512. OLE color: 5736512.

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

Color convert

RGB 64 136 87 -
CMYK 0.53 0 0.36 0.47
HSL 139.17º 0.36% 0.39% -
HSV(B) 139.17º 0.53% 0.53% -
XYZ 12.64 19.39 12.09 -
YUV 108.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 64 136 87 0.53 0 0.36 0.47 139.17 0.36 0.39
Hex 40 88 57 35 0 24 2F 8B 24 27
Octal 100 210 127 65 0 44 57 213 44 47
Binary 1000000 10001000 1010111 110101 0 100100 101111 10001011 100100 100111

Color Harmonies of #408857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408857

Black with #408857

Text Example


Text Example

White with #408857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408857; }

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

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

background-color css

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

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

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

border-color css

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

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

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