Html Css Color HEX #406E4F Amazon

📋 copy color: '#406E4F'

red 64 ◦ green 110 ◦ blue 79

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

Shades of Amazon #406E4F

Tints of Amazon #406E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 25.3%
G = 43.48%
B = 31.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#406E4F (or 0x406E4F) is known color: Amazon. HEX triplet: 40, 6E and 4F. RGB value is (64,110,79). Sum of RGB (Red+Green+Blue) = 64+110+79=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #406E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E4F is #BF91B0. Grayscale: #5C5C5C. Windows color (decimal): -12554673 or 5205568. OLE color: 5205568.

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

Color convert

RGB 64 110 79 -
CMYK 0.42 0 0.28 0.57
HSL 139.57º 0.26% 0.34% -
HSV(B) 139.57º 0.42% 0.43% -
XYZ 9.1 12.81 9.39 -
YUV 92.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 64 110 79 0.42 0 0.28 0.57 139.57 0.26 0.34
Hex 40 6E 4F 2A 0 1C 39 8C 1A 22
Octal 100 156 117 52 0 34 71 214 32 42
Binary 1000000 1101110 1001111 101010 0 11100 111001 10001100 11010 100010

Color Harmonies of #406E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E4F

Black with #406E4F

Text Example


Text Example

White with #406E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,79); }

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

background-color css

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

 a { background-color: rgb(64,110,79); }

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

border-color css

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

 span { border-color: rgb(64,110,79); }

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