Html Css Color HEX #40815F Amazon

📋 copy color: '#40815F'

red 64 ◦ green 129 ◦ blue 95

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

Shades of Amazon #40815F

Tints of Amazon #40815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 22.22%
G = 44.79%
B = 32.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#40815F (or 0x40815F) is known color: Amazon. HEX triplet: 40, 81 and 5F. RGB value is (64,129,95). Sum of RGB (Red+Green+Blue) = 64+129+95=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #40815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40815F is #BF7EA0. Grayscale: #696969. Windows color (decimal): -12549793 or 6259008. OLE color: 6259008.

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

Color convert

RGB 64 129 95 -
CMYK 0.50 0 0.26 0.49
HSL 148.62º 0.34% 0.38% -
HSV(B) 148.62º 0.5% 0.51% -
XYZ 12.03 17.62 13.59 -
YUV 105.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 64 129 95 0.50 0 0.26 0.49 148.62 0.34 0.38
Hex 40 81 5F 32 0 1A 31 95 22 26
Octal 100 201 137 62 0 32 61 225 42 46
Binary 1000000 10000001 1011111 110010 0 11010 110001 10010101 100010 100110

Color Harmonies of #40815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40815F

Black with #40815F

Text Example


Text Example

White with #40815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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