Html Css Color HEX #40845D Amazon

📋 copy color: '#40845D'

red 64 ◦ green 132 ◦ blue 93

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

Shades of Amazon #40845D

Tints of Amazon #40845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 22.15%
G = 45.67%
B = 32.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#40845D (or 0x40845D) is known color: Amazon. HEX triplet: 40, 84 and 5D. RGB value is (64,132,93). Sum of RGB (Red+Green+Blue) = 64+132+93=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #40845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40845D is #BF7BA2. Grayscale: #6B6B6B. Windows color (decimal): -12549027 or 6128704. OLE color: 6128704.

HSL color Cylindrical-coordinate representation of color #40845D: hue angle of 145.59º 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 #40845D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 93 -
CMYK 0.52 0 0.30 0.48
HSL 145.59º 0.35% 0.38% -
HSV(B) 145.59º 0.52% 0.52% -
XYZ 12.34 18.38 13.25 -
YUV 107.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 64 132 93 0.52 0 0.30 0.48 145.59 0.35 0.38
Hex 40 84 5D 34 0 1E 30 92 23 26
Octal 100 204 135 64 0 36 60 222 43 46
Binary 1000000 10000100 1011101 110100 0 11110 110000 10010010 100011 100110

Color Harmonies of #40845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40845D

Black with #40845D

Text Example


Text Example

White with #40845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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