Html Css Color HEX #40895E Amazon

📋 copy color: '#40895E'

red 64 ◦ green 137 ◦ blue 94

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

Shades of Amazon #40895E

Tints of Amazon #40895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

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

R = 21.69%
G = 46.44%
B = 31.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#40895E (or 0x40895E) is known color: Amazon. HEX triplet: 40, 89 and 5E. RGB value is (64,137,94). Sum of RGB (Red+Green+Blue) = 64+137+94=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #40895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40895E is #BF76A1. Grayscale: #6E6E6E. Windows color (decimal): -12547746 or 6195520. OLE color: 6195520.

HSL color Cylindrical-coordinate representation of color #40895E: hue angle of 144.66º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40895E is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 94 -
CMYK 0.53 0 0.31 0.46
HSL 144.66º 0.36% 0.39% -
HSV(B) 144.66º 0.53% 0.54% -
XYZ 13.08 19.79 13.72 -
YUV 110.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 64 137 94 0.53 0 0.31 0.46 144.66 0.36 0.39
Hex 40 89 5E 35 0 1F 2E 91 24 27
Octal 100 211 136 65 0 37 56 221 44 47
Binary 1000000 10001001 1011110 110101 0 11111 101110 10010001 100100 100111

Color Harmonies of #40895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40895E

Black with #40895E

Text Example


Text Example

White with #40895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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