Html Css Color HEX #407159 Amazon

📋 copy color: '#407159'

red 64 ◦ green 113 ◦ blue 89

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

Shades of Amazon #407159

Tints of Amazon #407159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

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

R = 24.06%
G = 42.48%
B = 33.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#407159 (or 0x407159) is known color: Amazon. HEX triplet: 40, 71 and 59. RGB value is (64,113,89). Sum of RGB (Red+Green+Blue) = 64+113+89=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #407159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407159 is #BF8EA6. Grayscale: #5F5F5F. Windows color (decimal): -12553895 or 5861696. OLE color: 5861696.

HSL color Cylindrical-coordinate representation of color #407159: hue angle of 150.61º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407159 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 89 -
CMYK 0.43 0 0.21 0.56
HSL 150.61º 0.28% 0.35% -
HSV(B) 150.61º 0.43% 0.44% -
XYZ 9.82 13.62 11.56 -
YUV 95.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 64 113 89 0.43 0 0.21 0.56 150.61 0.28 0.35
Hex 40 71 59 2B 0 15 38 97 1C 23
Octal 100 161 131 53 0 25 70 227 34 43
Binary 1000000 1110001 1011001 101011 0 10101 111000 10010111 11100 100011

Color Harmonies of #407159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407159

Black with #407159

Text Example


Text Example

White with #407159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407159; }

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

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

background-color css

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

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

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

border-color css

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

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

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