Html Css Color HEX #407756 Amazon

📋 copy color: '#407756'

red 64 ◦ green 119 ◦ blue 86

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

Shades of Amazon #407756

Tints of Amazon #407756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 23.79%
G = 44.24%
B = 31.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#407756 (or 0x407756) is known color: Amazon. HEX triplet: 40, 77 and 56. RGB value is (64,119,86). Sum of RGB (Red+Green+Blue) = 64+119+86=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #407756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407756 is #BF88A9. Grayscale: #626262. Windows color (decimal): -12552362 or 5666624. OLE color: 5666624.

HSL color Cylindrical-coordinate representation of color #407756: hue angle of 144º 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 #407756 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 86 -
CMYK 0.46 0 0.28 0.53
HSL 144º 0.3% 0.36% -
HSV(B) 144º 0.46% 0.47% -
XYZ 10.39 14.96 11.14 -
YUV 98.79 120.78 103.18 -
System Red Green Blue C M Y K H S L
Decimal 64 119 86 0.46 0 0.28 0.53 144 0.3 0.36
Hex 40 77 56 2E 0 1C 35 90 1E 24
Octal 100 167 126 56 0 34 65 220 36 44
Binary 1000000 1110111 1010110 101110 0 11100 110101 10010000 11110 100100

Color Harmonies of #407756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407756

Black with #407756

Text Example


Text Example

White with #407756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407756; }

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

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

background-color css

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

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

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

border-color css

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

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

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