Html Css Color HEX #406F50 Amazon

📋 copy color: '#406F50'

red 64 ◦ green 111 ◦ blue 80

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

Shades of Amazon #406F50

Tints of Amazon #406F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

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

R = 25.1%
G = 43.53%
B = 31.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#406F50 (or 0x406F50) is known color: Amazon. HEX triplet: 40, 6F and 50. RGB value is (64,111,80). Sum of RGB (Red+Green+Blue) = 64+111+80=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #406F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F50 is #BF90AF. Grayscale: #5D5D5D. Windows color (decimal): -12554416 or 5271360. OLE color: 5271360.

HSL color Cylindrical-coordinate representation of color #406F50: hue angle of 140.43º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F50 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 80 -
CMYK 0.42 0 0.28 0.56
HSL 140.43º 0.27% 0.34% -
HSV(B) 140.43º 0.42% 0.44% -
XYZ 9.25 13.04 9.62 -
YUV 93.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 64 111 80 0.42 0 0.28 0.56 140.43 0.27 0.34
Hex 40 6F 50 2A 0 1C 38 8C 1B 22
Octal 100 157 120 52 0 34 70 214 33 42
Binary 1000000 1101111 1010000 101010 0 11100 111000 10001100 11011 100010

Color Harmonies of #406F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F50

Black with #406F50

Text Example


Text Example

White with #406F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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