Html Css Color HEX #407050 Amazon

📋 copy color: '#407050'

red 64 ◦ green 112 ◦ blue 80

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

Shades of Amazon #407050

Tints of Amazon #407050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

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

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#407050 (or 0x407050) is known color: Amazon. HEX triplet: 40, 70 and 50. RGB value is (64,112,80). Sum of RGB (Red+Green+Blue) = 64+112+80=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #407050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407050 is #BF8FAF. Grayscale: #5E5E5E. Windows color (decimal): -12554160 or 5271616. OLE color: 5271616.

HSL color Cylindrical-coordinate representation of color #407050: hue angle of 140º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407050 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 80 -
CMYK 0.43 0 0.29 0.56
HSL 140º 0.27% 0.35% -
HSV(B) 140º 0.43% 0.44% -
XYZ 9.36 13.26 9.66 -
YUV 94 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 64 112 80 0.43 0 0.29 0.56 140 0.27 0.35
Hex 40 70 50 2B 0 1D 38 8C 1B 23
Octal 100 160 120 53 0 35 70 214 33 43
Binary 1000000 1110000 1010000 101011 0 11101 111000 10001100 11011 100011

Color Harmonies of #407050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407050

Black with #407050

Text Example


Text Example

White with #407050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407050; }

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

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

background-color css

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

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

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

border-color css

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

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

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