Html Css Color HEX #407C5E Amazon

📋 copy color: '#407C5E'

red 64 ◦ green 124 ◦ blue 94

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

Shades of Amazon #407C5E

Tints of Amazon #407C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.97%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 22.7%
G = 43.97%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#407C5E (or 0x407C5E) is known color: Amazon. HEX triplet: 40, 7C and 5E. RGB value is (64,124,94). Sum of RGB (Red+Green+Blue) = 64+124+94=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #407C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C5E is #BF83A1. Grayscale: #666666. Windows color (decimal): -12551074 or 6192192. OLE color: 6192192.

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

Color convert

RGB 64 124 94 -
CMYK 0.48 0 0.24 0.51
HSL 150º 0.32% 0.37% -
HSV(B) 150º 0.48% 0.49% -
XYZ 11.34 16.31 13.14 -
YUV 102.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 64 124 94 0.48 0 0.24 0.51 150 0.32 0.37
Hex 40 7C 5E 30 0 18 33 96 20 25
Octal 100 174 136 60 0 30 63 226 40 45
Binary 1000000 1111100 1011110 110000 0 11000 110011 10010110 100000 100101

Color Harmonies of #407C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C5E

Black with #407C5E

Text Example


Text Example

White with #407C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,94); }

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

background-color css

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

 a { background-color: rgb(64,124,94); }

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

border-color css

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

 span { border-color: rgb(64,124,94); }

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