Html Css Color HEX #40875C Amazon

📋 copy color: '#40875C'

red 64 ◦ green 135 ◦ blue 92

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

Shades of Amazon #40875C

Tints of Amazon #40875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 21.99%
G = 46.39%
B = 31.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#40875C (or 0x40875C) is known color: Amazon. HEX triplet: 40, 87 and 5C. RGB value is (64,135,92). Sum of RGB (Red+Green+Blue) = 64+135+92=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #40875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40875C is #BF78A3. Grayscale: #6C6C6C. Windows color (decimal): -12548260 or 6063936. OLE color: 6063936.

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

Color convert

RGB 64 135 92 -
CMYK 0.53 0 0.32 0.47
HSL 143.66º 0.36% 0.39% -
HSV(B) 143.66º 0.53% 0.53% -
XYZ 12.71 19.19 13.16 -
YUV 108.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 64 135 92 0.53 0 0.32 0.47 143.66 0.36 0.39
Hex 40 87 5C 35 0 20 2F 90 24 27
Octal 100 207 134 65 0 40 57 220 44 47
Binary 1000000 10000111 1011100 110101 0 100000 101111 10010000 100100 100111

Color Harmonies of #40875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40875C

Black with #40875C

Text Example


Text Example

White with #40875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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