Html Css Color HEX #40845F Amazon

📋 copy color: '#40845F'

red 64 ◦ green 132 ◦ blue 95

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

Shades of Amazon #40845F

Tints of Amazon #40845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 21.99%
G = 45.36%
B = 32.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#40845F (or 0x40845F) is known color: Amazon. HEX triplet: 40, 84 and 5F. RGB value is (64,132,95). Sum of RGB (Red+Green+Blue) = 64+132+95=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #40845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40845F is #BF7BA0. Grayscale: #6B6B6B. Windows color (decimal): -12549025 or 6259776. OLE color: 6259776.

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

Color convert

RGB 64 132 95 -
CMYK 0.52 0 0.28 0.48
HSL 147.35º 0.35% 0.38% -
HSV(B) 147.35º 0.52% 0.52% -
XYZ 12.43 18.42 13.73 -
YUV 107.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 64 132 95 0.52 0 0.28 0.48 147.35 0.35 0.38
Hex 40 84 5F 34 0 1C 30 93 23 26
Octal 100 204 137 64 0 34 60 223 43 46
Binary 1000000 10000100 1011111 110100 0 11100 110000 10010011 100011 100110

Color Harmonies of #40845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40845F

Black with #40845F

Text Example


Text Example

White with #40845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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