Html Css Color HEX #406F56 Amazon

📋 copy color: '#406F56'

red 64 ◦ green 111 ◦ blue 86

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

Shades of Amazon #406F56

Tints of Amazon #406F56

RGB

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

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

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

R = 24.52%
G = 42.53%
B = 32.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#406F56 (or 0x406F56) is known color: Amazon. HEX triplet: 40, 6F and 56. RGB value is (64,111,86). Sum of RGB (Red+Green+Blue) = 64+111+86=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #406F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F56 is #BF90A9. Grayscale: #5E5E5E. Windows color (decimal): -12554410 or 5664576. OLE color: 5664576.

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

Color convert

RGB 64 111 86 -
CMYK 0.42 0 0.23 0.56
HSL 148.09º 0.27% 0.34% -
HSV(B) 148.09º 0.42% 0.44% -
XYZ 9.48 13.13 10.84 -
YUV 94.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 64 111 86 0.42 0 0.23 0.56 148.09 0.27 0.34
Hex 40 6F 56 2A 0 17 38 94 1B 22
Octal 100 157 126 52 0 27 70 224 33 42
Binary 1000000 1101111 1010110 101010 0 10111 111000 10010100 11011 100010

Color Harmonies of #406F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F56

Black with #406F56

Text Example


Text Example

White with #406F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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