Html Css Color HEX #407C57 Amazon

📋 copy color: '#407C57'

red 64 ◦ green 124 ◦ blue 87

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

Shades of Amazon #407C57

Tints of Amazon #407C57

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.09%

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

R = 23.27%
G = 45.09%
B = 31.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#407C57 (or 0x407C57) is known color: Amazon. HEX triplet: 40, 7C and 57. RGB value is (64,124,87). Sum of RGB (Red+Green+Blue) = 64+124+87=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #407C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C57 is #BF83A8. Grayscale: #656565. Windows color (decimal): -12551081 or 5733440. OLE color: 5733440.

HSL color Cylindrical-coordinate representation of color #407C57: hue angle of 143º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C57 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 87 -
CMYK 0.48 0 0.30 0.51
HSL 143º 0.32% 0.37% -
HSV(B) 143º 0.48% 0.49% -
XYZ 11.04 16.19 11.56 -
YUV 101.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 64 124 87 0.48 0 0.30 0.51 143 0.32 0.37
Hex 40 7C 57 30 0 1E 33 8F 20 25
Octal 100 174 127 60 0 36 63 217 40 45
Binary 1000000 1111100 1010111 110000 0 11110 110011 10001111 100000 100101

Color Harmonies of #407C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C57

Black with #407C57

Text Example


Text Example

White with #407C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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