Html Css Color HEX #407D54 Amazon

📋 copy color: '#407D54'

red 64 ◦ green 125 ◦ blue 84

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

Shades of Amazon #407D54

Tints of Amazon #407D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

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

R = 23.44%
G = 45.79%
B = 30.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#407D54 (or 0x407D54) is known color: Amazon. HEX triplet: 40, 7D and 54. RGB value is (64,125,84). Sum of RGB (Red+Green+Blue) = 64+125+84=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #407D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D54 is #BF82AB. Grayscale: #666666. Windows color (decimal): -12550828 or 5537088. OLE color: 5537088.

HSL color Cylindrical-coordinate representation of color #407D54: hue angle of 139.67º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D54 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 84 -
CMYK 0.49 0 0.33 0.51
HSL 139.67º 0.32% 0.37% -
HSV(B) 139.67º 0.49% 0.49% -
XYZ 11.05 16.4 10.97 -
YUV 102.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 64 125 84 0.49 0 0.33 0.51 139.67 0.32 0.37
Hex 40 7D 54 31 0 21 33 8C 20 25
Octal 100 175 124 61 0 41 63 214 40 45
Binary 1000000 1111101 1010100 110001 0 100001 110011 10001100 100000 100101

Color Harmonies of #407D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D54

Black with #407D54

Text Example


Text Example

White with #407D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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