Html Css Color HEX #407A54 Amazon

📋 copy color: '#407A54'

red 64 ◦ green 122 ◦ blue 84

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

Shades of Amazon #407A54

Tints of Amazon #407A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.19%

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 23.7%
G = 45.19%
B = 31.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#407A54 (or 0x407A54) is known color: Amazon. HEX triplet: 40, 7A and 54. RGB value is (64,122,84). Sum of RGB (Red+Green+Blue) = 64+122+84=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #407A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A54 is #BF85AB. Grayscale: #646464. Windows color (decimal): -12551596 or 5536320. OLE color: 5536320.

HSL color Cylindrical-coordinate representation of color #407A54: hue angle of 140.69º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A54 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 84 -
CMYK 0.48 0 0.31 0.52
HSL 140.69º 0.31% 0.36% -
HSV(B) 140.69º 0.48% 0.48% -
XYZ 10.67 15.65 10.85 -
YUV 100.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 64 122 84 0.48 0 0.31 0.52 140.69 0.31 0.36
Hex 40 7A 54 30 0 1F 34 8D 1F 24
Octal 100 172 124 60 0 37 64 215 37 44
Binary 1000000 1111010 1010100 110000 0 11111 110100 10001101 11111 100100

Color Harmonies of #407A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A54

Black with #407A54

Text Example


Text Example

White with #407A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A54; }

 p { color: rgb(64,122,84); }

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

background-color css

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

 a { background-color: rgb(64,122,84); }

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

border-color css

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

 span { border-color: rgb(64,122,84); }

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