Html Css Color HEX #407757 Amazon

📋 copy color: '#407757'

red 64 ◦ green 119 ◦ blue 87

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

Shades of Amazon #407757

Tints of Amazon #407757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 23.7%
G = 44.07%
B = 32.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#407757 (or 0x407757) is known color: Amazon. HEX triplet: 40, 77 and 57. RGB value is (64,119,87). Sum of RGB (Red+Green+Blue) = 64+119+87=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #407757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407757 is #BF88A8. Grayscale: #626262. Windows color (decimal): -12552361 or 5732160. OLE color: 5732160.

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

Color convert

RGB 64 119 87 -
CMYK 0.46 0 0.27 0.53
HSL 145.09º 0.3% 0.36% -
HSV(B) 145.09º 0.46% 0.47% -
XYZ 10.43 14.97 11.36 -
YUV 98.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 64 119 87 0.46 0 0.27 0.53 145.09 0.3 0.36
Hex 40 77 57 2E 0 1B 35 91 1E 24
Octal 100 167 127 56 0 33 65 221 36 44
Binary 1000000 1110111 1010111 101110 0 11011 110101 10010001 11110 100100

Color Harmonies of #407757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407757

Black with #407757

Text Example


Text Example

White with #407757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407757; }

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

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

background-color css

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

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

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

border-color css

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

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

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