Html Css Color HEX #40855A Amazon

📋 copy color: '#40855A'

red 64 ◦ green 133 ◦ blue 90

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

Shades of Amazon #40855A

Tints of Amazon #40855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 22.3%
G = 46.34%
B = 31.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#40855A (or 0x40855A) is known color: Amazon. HEX triplet: 40, 85 and 5A. RGB value is (64,133,90). Sum of RGB (Red+Green+Blue) = 64+133+90=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #40855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40855A is #BF7AA5. Grayscale: #6B6B6B. Windows color (decimal): -12548774 or 5932352. OLE color: 5932352.

HSL color Cylindrical-coordinate representation of color #40855A: hue angle of 142.61º 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 #40855A is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 90 -
CMYK 0.52 0 0.32 0.48
HSL 142.61º 0.35% 0.39% -
HSV(B) 142.61º 0.52% 0.52% -
XYZ 12.35 18.6 12.61 -
YUV 107.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 64 133 90 0.52 0 0.32 0.48 142.61 0.35 0.39
Hex 40 85 5A 34 0 20 30 8F 23 27
Octal 100 205 132 64 0 40 60 217 43 47
Binary 1000000 10000101 1011010 110100 0 100000 110000 10001111 100011 100111

Color Harmonies of #40855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40855A

Black with #40855A

Text Example


Text Example

White with #40855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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