Html Css Color HEX #407857 Amazon

📋 copy color: '#407857'

red 64 ◦ green 120 ◦ blue 87

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

Shades of Amazon #407857

Tints of Amazon #407857

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 23.62%
G = 44.28%
B = 32.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#407857 (or 0x407857) is known color: Amazon. HEX triplet: 40, 78 and 57. RGB value is (64,120,87). Sum of RGB (Red+Green+Blue) = 64+120+87=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #407857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407857 is #BF87A8. Grayscale: #636363. Windows color (decimal): -12552105 or 5732416. OLE color: 5732416.

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

Color convert

RGB 64 120 87 -
CMYK 0.47 0 0.28 0.53
HSL 144.64º 0.3% 0.36% -
HSV(B) 144.64º 0.47% 0.47% -
XYZ 10.55 15.21 11.4 -
YUV 99.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 64 120 87 0.47 0 0.28 0.53 144.64 0.3 0.36
Hex 40 78 57 2F 0 1C 35 91 1E 24
Octal 100 170 127 57 0 34 65 221 36 44
Binary 1000000 1111000 1010111 101111 0 11100 110101 10010001 11110 100100

Color Harmonies of #407857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407857

Black with #407857

Text Example


Text Example

White with #407857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407857; }

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

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

background-color css

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

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

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

border-color css

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

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

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