Html Css Color HEX #407A53 Amazon

📋 copy color: '#407A53'

red 64 ◦ green 122 ◦ blue 83

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

Shades of Amazon #407A53

Tints of Amazon #407A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 23.79%
G = 45.35%
B = 30.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#407A53 (or 0x407A53) is known color: Amazon. HEX triplet: 40, 7A and 53. RGB value is (64,122,83). Sum of RGB (Red+Green+Blue) = 64+122+83=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #407A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A53 is #BF85AC. Grayscale: #646464. Windows color (decimal): -12551597 or 5470784. OLE color: 5470784.

HSL color Cylindrical-coordinate representation of color #407A53: hue angle of 139.66º 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 #407A53 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 83 -
CMYK 0.48 0 0.32 0.52
HSL 139.66º 0.31% 0.36% -
HSV(B) 139.66º 0.48% 0.48% -
XYZ 10.64 15.63 10.64 -
YUV 100.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 64 122 83 0.48 0 0.32 0.52 139.66 0.31 0.36
Hex 40 7A 53 30 0 20 34 8C 1F 24
Octal 100 172 123 60 0 40 64 214 37 44
Binary 1000000 1111010 1010011 110000 0 100000 110100 10001100 11111 100100

Color Harmonies of #407A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A53

Black with #407A53

Text Example


Text Example

White with #407A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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