Html Css Color HEX #407659 Amazon

📋 copy color: '#407659'

red 64 ◦ green 118 ◦ blue 89

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

Shades of Amazon #407659

Tints of Amazon #407659

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 23.62%
G = 43.54%
B = 32.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#407659 (or 0x407659) is known color: Amazon. HEX triplet: 40, 76 and 59. RGB value is (64,118,89). Sum of RGB (Red+Green+Blue) = 64+118+89=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #407659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407659 is #BF89A6. Grayscale: #626262. Windows color (decimal): -12552615 or 5862976. OLE color: 5862976.

HSL color Cylindrical-coordinate representation of color #407659: hue angle of 147.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407659 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 89 -
CMYK 0.46 0 0.25 0.54
HSL 147.78º 0.3% 0.36% -
HSV(B) 147.78º 0.46% 0.46% -
XYZ 10.4 14.77 11.75 -
YUV 98.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 64 118 89 0.46 0 0.25 0.54 147.78 0.3 0.36
Hex 40 76 59 2E 0 19 36 94 1E 24
Octal 100 166 131 56 0 31 66 224 36 44
Binary 1000000 1110110 1011001 101110 0 11001 110110 10010100 11110 100100

Color Harmonies of #407659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407659

Black with #407659

Text Example


Text Example

White with #407659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407659; }

 p { color: rgb(64,118,89); }

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

background-color css

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

 a { background-color: rgb(64,118,89); }

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

border-color css

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

 span { border-color: rgb(64,118,89); }

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