Html Css Color HEX #40855C Amazon

📋 copy color: '#40855C'

red 64 ◦ green 133 ◦ blue 92

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

Shades of Amazon #40855C

Tints of Amazon #40855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

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

R = 22.15%
G = 46.02%
B = 31.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#40855C (or 0x40855C) is known color: Amazon. HEX triplet: 40, 85 and 5C. RGB value is (64,133,92). Sum of RGB (Red+Green+Blue) = 64+133+92=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #40855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40855C is #BF7AA3. Grayscale: #6B6B6B. Windows color (decimal): -12548772 or 6063424. OLE color: 6063424.

HSL color Cylindrical-coordinate representation of color #40855C: hue angle of 144.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40855C is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 92 -
CMYK 0.52 0 0.31 0.48
HSL 144.35º 0.35% 0.39% -
HSV(B) 144.35º 0.52% 0.52% -
XYZ 12.43 18.64 13.07 -
YUV 107.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 64 133 92 0.52 0 0.31 0.48 144.35 0.35 0.39
Hex 40 85 5C 34 0 1F 30 90 23 27
Octal 100 205 134 64 0 37 60 220 43 47
Binary 1000000 10000101 1011100 110100 0 11111 110000 10010000 100011 100111

Color Harmonies of #40855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40855C

Black with #40855C

Text Example


Text Example

White with #40855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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