Html Css Color HEX #40845E Amazon

📋 copy color: '#40845E'

red 64 ◦ green 132 ◦ blue 94

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

Shades of Amazon #40845E

Tints of Amazon #40845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 22.07%
G = 45.52%
B = 32.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#40845E (or 0x40845E) is known color: Amazon. HEX triplet: 40, 84 and 5E. RGB value is (64,132,94). Sum of RGB (Red+Green+Blue) = 64+132+94=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #40845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40845E is #BF7BA1. Grayscale: #6B6B6B. Windows color (decimal): -12549026 or 6194240. OLE color: 6194240.

HSL color Cylindrical-coordinate representation of color #40845E: hue angle of 146.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40845E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 94 -
CMYK 0.52 0 0.29 0.48
HSL 146.47º 0.35% 0.38% -
HSV(B) 146.47º 0.52% 0.52% -
XYZ 12.39 18.4 13.49 -
YUV 107.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 64 132 94 0.52 0 0.29 0.48 146.47 0.35 0.38
Hex 40 84 5E 34 0 1D 30 92 23 26
Octal 100 204 136 64 0 35 60 222 43 46
Binary 1000000 10000100 1011110 110100 0 11101 110000 10010010 100011 100110

Color Harmonies of #40845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40845E

Black with #40845E

Text Example


Text Example

White with #40845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40845E; }

 p { color: rgb(64,132,94); }

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

background-color css

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

 a { background-color: rgb(64,132,94); }

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

border-color css

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

 span { border-color: rgb(64,132,94); }

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