Html Css Color HEX #40885F Amazon

📋 copy color: '#40885F'

red 64 ◦ green 136 ◦ blue 95

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

Shades of Amazon #40885F

Tints of Amazon #40885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 21.69%
G = 46.1%
B = 32.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#40885F (or 0x40885F) is known color: Amazon. HEX triplet: 40, 88 and 5F. RGB value is (64,136,95). Sum of RGB (Red+Green+Blue) = 64+136+95=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #40885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40885F is #BF77A0. Grayscale: #6D6D6D. Windows color (decimal): -12548001 or 6260800. OLE color: 6260800.

HSL color Cylindrical-coordinate representation of color #40885F: hue angle of 145.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40885F is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 95 -
CMYK 0.53 0 0.30 0.47
HSL 145.83º 0.36% 0.39% -
HSV(B) 145.83º 0.53% 0.53% -
XYZ 12.98 19.52 13.91 -
YUV 109.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 64 136 95 0.53 0 0.30 0.47 145.83 0.36 0.39
Hex 40 88 5F 35 0 1E 2F 92 24 27
Octal 100 210 137 65 0 36 57 222 44 47
Binary 1000000 10001000 1011111 110101 0 11110 101111 10010010 100100 100111

Color Harmonies of #40885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40885F

Black with #40885F

Text Example


Text Example

White with #40885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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