Html Css Color HEX #40875F Amazon

📋 copy color: '#40875F'

red 64 ◦ green 135 ◦ blue 95

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

Shades of Amazon #40875F

Tints of Amazon #40875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

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

R = 21.77%
G = 45.92%
B = 32.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#40875F (or 0x40875F) is known color: Amazon. HEX triplet: 40, 87 and 5F. RGB value is (64,135,95). Sum of RGB (Red+Green+Blue) = 64+135+95=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #40875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875F is #BF78A0. Grayscale: #6D6D6D. Windows color (decimal): -12548257 or 6260544. OLE color: 6260544.

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

Color convert

RGB 64 135 95 -
CMYK 0.53 0 0.30 0.47
HSL 146.2º 0.36% 0.39% -
HSV(B) 146.2º 0.53% 0.53% -
XYZ 12.84 19.24 13.86 -
YUV 109.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 64 135 95 0.53 0 0.30 0.47 146.2 0.36 0.39
Hex 40 87 5F 35 0 1E 2F 92 24 27
Octal 100 207 137 65 0 36 57 222 44 47
Binary 1000000 10000111 1011111 110101 0 11110 101111 10010010 100100 100111

Color Harmonies of #40875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40875F

Black with #40875F

Text Example


Text Example

White with #40875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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