Html Css Color HEX #40865E Amazon

📋 copy color: '#40865E'

red 64 ◦ green 134 ◦ blue 94

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

Shades of Amazon #40865E

Tints of Amazon #40865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

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

R = 21.92%
G = 45.89%
B = 32.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#40865E (or 0x40865E) is known color: Amazon. HEX triplet: 40, 86 and 5E. RGB value is (64,134,94). Sum of RGB (Red+Green+Blue) = 64+134+94=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #40865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40865E is #BF79A1. Grayscale: #6C6C6C. Windows color (decimal): -12548514 or 6194752. OLE color: 6194752.

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

Color convert

RGB 64 134 94 -
CMYK 0.52 0 0.30 0.47
HSL 145.71º 0.35% 0.39% -
HSV(B) 145.71º 0.52% 0.53% -
XYZ 12.66 18.95 13.58 -
YUV 108.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 64 134 94 0.52 0 0.30 0.47 145.71 0.35 0.39
Hex 40 86 5E 34 0 1E 2F 92 23 27
Octal 100 206 136 64 0 36 57 222 43 47
Binary 1000000 10000110 1011110 110100 0 11110 101111 10010010 100011 100111

Color Harmonies of #40865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40865E

Black with #40865E

Text Example


Text Example

White with #40865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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