Html Css Color HEX #407859 Amazon

📋 copy color: '#407859'

red 64 ◦ green 120 ◦ blue 89

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

Shades of Amazon #407859

Tints of Amazon #407859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.96%

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

R = 23.44%
G = 43.96%
B = 32.6%

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

#407859 (or 0x407859) is known color: Amazon. HEX triplet: 40, 78 and 59. RGB value is (64,120,89). Sum of RGB (Red+Green+Blue) = 64+120+89=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #407859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407859 is #BF87A6. Grayscale: #636363. Windows color (decimal): -12552103 or 5863488. OLE color: 5863488.

HSL color Cylindrical-coordinate representation of color #407859: hue angle of 146.79º degrees, saturation: 0.3, 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 #407859 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 89 -
CMYK 0.47 0 0.26 0.53
HSL 146.79º 0.3% 0.36% -
HSV(B) 146.79º 0.47% 0.47% -
XYZ 10.63 15.24 11.83 -
YUV 99.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 64 120 89 0.47 0 0.26 0.53 146.79 0.3 0.36
Hex 40 78 59 2F 0 1A 35 93 1E 24
Octal 100 170 131 57 0 32 65 223 36 44
Binary 1000000 1111000 1011001 101111 0 11010 110101 10010011 11110 100100

Color Harmonies of #407859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407859

Black with #407859

Text Example


Text Example

White with #407859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407859; }

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

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

background-color css

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

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

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

border-color css

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

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

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