Html Css Color HEX #407750 Amazon

📋 copy color: '#407750'

red 64 ◦ green 119 ◦ blue 80

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

Shades of Amazon #407750

Tints of Amazon #407750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 24.33%
G = 45.25%
B = 30.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#407750 (or 0x407750) is known color: Amazon. HEX triplet: 40, 77 and 50. RGB value is (64,119,80). Sum of RGB (Red+Green+Blue) = 64+119+80=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #407750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407750 is #BF88AF. Grayscale: #626262. Windows color (decimal): -12552368 or 5273408. OLE color: 5273408.

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

Color convert

RGB 64 119 80 -
CMYK 0.46 0 0.33 0.53
HSL 137.45º 0.3% 0.36% -
HSV(B) 137.45º 0.46% 0.47% -
XYZ 10.16 14.86 9.92 -
YUV 98.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 64 119 80 0.46 0 0.33 0.53 137.45 0.3 0.36
Hex 40 77 50 2E 0 21 35 89 1E 24
Octal 100 167 120 56 0 41 65 211 36 44
Binary 1000000 1110111 1010000 101110 0 100001 110101 10001001 11110 100100

Color Harmonies of #407750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407750

Black with #407750

Text Example


Text Example

White with #407750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407750; }

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

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

background-color css

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

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

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

border-color css

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

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

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