Html Css Color HEX #406F52 Amazon

📋 copy color: '#406F52'

red 64 ◦ green 111 ◦ blue 82

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

Shades of Amazon #406F52

Tints of Amazon #406F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 24.9%
G = 43.19%
B = 31.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#406F52 (or 0x406F52) is known color: Amazon. HEX triplet: 40, 6F and 52. RGB value is (64,111,82). Sum of RGB (Red+Green+Blue) = 64+111+82=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #406F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F52 is #BF90AD. Grayscale: #5D5D5D. Windows color (decimal): -12554414 or 5402432. OLE color: 5402432.

HSL color Cylindrical-coordinate representation of color #406F52: hue angle of 142.98º 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 #406F52 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 82 -
CMYK 0.42 0 0.26 0.56
HSL 142.98º 0.27% 0.34% -
HSV(B) 142.98º 0.42% 0.44% -
XYZ 9.32 13.07 10.01 -
YUV 93.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 64 111 82 0.42 0 0.26 0.56 142.98 0.27 0.34
Hex 40 6F 52 2A 0 1A 38 8F 1B 22
Octal 100 157 122 52 0 32 70 217 33 42
Binary 1000000 1101111 1010010 101010 0 11010 111000 10001111 11011 100010

Color Harmonies of #406F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F52

Black with #406F52

Text Example


Text Example

White with #406F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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