Html Css Color HEX #40845B Amazon

📋 copy color: '#40845B'

red 64 ◦ green 132 ◦ blue 91

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

Shades of Amazon #40845B

Tints of Amazon #40845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 22.3%
G = 45.99%
B = 31.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#40845B (or 0x40845B) is known color: Amazon. HEX triplet: 40, 84 and 5B. RGB value is (64,132,91). Sum of RGB (Red+Green+Blue) = 64+132+91=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #40845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40845B is #BF7BA4. Grayscale: #6B6B6B. Windows color (decimal): -12549029 or 5997632. OLE color: 5997632.

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

Color convert

RGB 64 132 91 -
CMYK 0.52 0 0.31 0.48
HSL 143.82º 0.35% 0.38% -
HSV(B) 143.82º 0.52% 0.52% -
XYZ 12.25 18.35 12.79 -
YUV 106.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 64 132 91 0.52 0 0.31 0.48 143.82 0.35 0.38
Hex 40 84 5B 34 0 1F 30 90 23 26
Octal 100 204 133 64 0 37 60 220 43 46
Binary 1000000 10000100 1011011 110100 0 11111 110000 10010000 100011 100110

Color Harmonies of #40845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40845B

Black with #40845B

Text Example


Text Example

White with #40845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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