Html Css Color HEX #40805F Amazon

📋 copy color: '#40805F'

red 64 ◦ green 128 ◦ blue 95

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

Shades of Amazon #40805F

Tints of Amazon #40805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 22.3%
G = 44.6%
B = 33.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#40805F (or 0x40805F) is known color: Amazon. HEX triplet: 40, 80 and 5F. RGB value is (64,128,95). Sum of RGB (Red+Green+Blue) = 64+128+95=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #40805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40805F is #BF7FA0. Grayscale: #696969. Windows color (decimal): -12550049 or 6258752. OLE color: 6258752.

HSL color Cylindrical-coordinate representation of color #40805F: hue angle of 149.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40805F is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 95 -
CMYK 0.5 0 0.26 0.50
HSL 149.06º 0.33% 0.38% -
HSV(B) 149.06º 0.5% 0.5% -
XYZ 11.9 17.35 13.55 -
YUV 105.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 64 128 95 0.5 0 0.26 0.50 149.06 0.33 0.38
Hex 40 80 5F 32 0 1A 32 95 21 26
Octal 100 200 137 62 0 32 62 225 41 46
Binary 1000000 10000000 1011111 110010 0 11010 110010 10010101 100001 100110

Color Harmonies of #40805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40805F

Black with #40805F

Text Example


Text Example

White with #40805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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