Html Css Color HEX #407959 Amazon

📋 copy color: '#407959'

red 64 ◦ green 121 ◦ blue 89

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

Shades of Amazon #407959

Tints of Amazon #407959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

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

R = 23.36%
G = 44.16%
B = 32.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#407959 (or 0x407959) is known color: Amazon. HEX triplet: 40, 79 and 59. RGB value is (64,121,89). Sum of RGB (Red+Green+Blue) = 64+121+89=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #407959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407959 is #BF86A6. Grayscale: #646464. Windows color (decimal): -12551847 or 5863744. OLE color: 5863744.

HSL color Cylindrical-coordinate representation of color #407959: hue angle of 146.32º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407959 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 89 -
CMYK 0.47 0 0.26 0.53
HSL 146.32º 0.31% 0.36% -
HSV(B) 146.32º 0.47% 0.47% -
XYZ 10.75 15.49 11.87 -
YUV 100.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 64 121 89 0.47 0 0.26 0.53 146.32 0.31 0.36
Hex 40 79 59 2F 0 1A 35 92 1F 24
Octal 100 171 131 57 0 32 65 222 37 44
Binary 1000000 1111001 1011001 101111 0 11010 110101 10010010 11111 100100

Color Harmonies of #407959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407959

Black with #407959

Text Example


Text Example

White with #407959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407959; }

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

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

background-color css

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

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

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

border-color css

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

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

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