Html Css Color HEX #408055 Amazon

📋 copy color: '#408055'

red 64 ◦ green 128 ◦ blue 85

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

Shades of Amazon #408055

Tints of Amazon #408055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 23.1%
G = 46.21%
B = 30.69%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#408055 (or 0x408055) is known color: Amazon. HEX triplet: 40, 80 and 55. RGB value is (64,128,85). Sum of RGB (Red+Green+Blue) = 64+128+85=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #408055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408055 is #BF7FAA. Grayscale: #686868. Windows color (decimal): -12550059 or 5603392. OLE color: 5603392.

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

Color convert

RGB 64 128 85 -
CMYK 0.5 0 0.34 0.50
HSL 139.69º 0.33% 0.38% -
HSV(B) 139.69º 0.5% 0.5% -
XYZ 11.47 17.18 11.31 -
YUV 103.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 64 128 85 0.5 0 0.34 0.50 139.69 0.33 0.38
Hex 40 80 55 32 0 22 32 8C 21 26
Octal 100 200 125 62 0 42 62 214 41 46
Binary 1000000 10000000 1010101 110010 0 100010 110010 10001100 100001 100110

Color Harmonies of #408055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408055

Black with #408055

Text Example


Text Example

White with #408055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408055; }

 p { color: rgb(64,128,85); }

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

background-color css

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

 a { background-color: rgb(64,128,85); }

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

border-color css

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

 span { border-color: rgb(64,128,85); }

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