Html Css Color HEX #40865B Amazon

📋 copy color: '#40865B'

red 64 ◦ green 134 ◦ blue 91

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

Shades of Amazon #40865B

Tints of Amazon #40865B

RGB

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

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

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

R = 22.15%
G = 46.37%
B = 31.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#40865B (or 0x40865B) is known color: Amazon. HEX triplet: 40, 86 and 5B. RGB value is (64,134,91). Sum of RGB (Red+Green+Blue) = 64+134+91=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #40865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40865B is #BF79A4. Grayscale: #6C6C6C. Windows color (decimal): -12548517 or 5998144. OLE color: 5998144.

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

Color convert

RGB 64 134 91 -
CMYK 0.52 0 0.32 0.47
HSL 143.14º 0.35% 0.39% -
HSV(B) 143.14º 0.52% 0.53% -
XYZ 12.53 18.9 12.88 -
YUV 108.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 64 134 91 0.52 0 0.32 0.47 143.14 0.35 0.39
Hex 40 86 5B 34 0 20 2F 8F 23 27
Octal 100 206 133 64 0 40 57 217 43 47
Binary 1000000 10000110 1011011 110100 0 100000 101111 10001111 100011 100111

Color Harmonies of #40865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40865B

Black with #40865B

Text Example


Text Example

White with #40865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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