Html Css Color HEX #407E5D Amazon

📋 copy color: '#407E5D'

red 64 ◦ green 126 ◦ blue 93

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

Shades of Amazon #407E5D

Tints of Amazon #407E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.52%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 22.61%
G = 44.52%
B = 32.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#407E5D (or 0x407E5D) is known color: Amazon. HEX triplet: 40, 7E and 5D. RGB value is (64,126,93). Sum of RGB (Red+Green+Blue) = 64+126+93=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #407E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E5D is #BF81A2. Grayscale: #676767. Windows color (decimal): -12550563 or 6127168. OLE color: 6127168.

HSL color Cylindrical-coordinate representation of color #407E5D: hue angle of 148.06º degrees, saturation: 0.33, 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 #407E5D is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 126 93 -
CMYK 0.49 0 0.26 0.51
HSL 148.06º 0.33% 0.37% -
HSV(B) 148.06º 0.49% 0.49% -
XYZ 11.55 16.8 12.99 -
YUV 103.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 64 126 93 0.49 0 0.26 0.51 148.06 0.33 0.37
Hex 40 7E 5D 31 0 1A 33 94 21 25
Octal 100 176 135 61 0 32 63 224 41 45
Binary 1000000 1111110 1011101 110001 0 11010 110011 10010100 100001 100101

Color Harmonies of #407E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E5D

Black with #407E5D

Text Example


Text Example

White with #407E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,93); }

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

background-color css

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

 a { background-color: rgb(64,126,93); }

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

border-color css

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

 span { border-color: rgb(64,126,93); }

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