Html Css Color HEX #408555 Amazon

📋 copy color: '#408555'

red 64 ◦ green 133 ◦ blue 85

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

Shades of Amazon #408555

Tints of Amazon #408555

RGB

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

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

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

R = 22.7%
G = 47.16%
B = 30.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#408555 (or 0x408555) is known color: Amazon. HEX triplet: 40, 85 and 55. RGB value is (64,133,85). Sum of RGB (Red+Green+Blue) = 64+133+85=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #408555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408555 is #BF7AAA. Grayscale: #6B6B6B. Windows color (decimal): -12548779 or 5604672. OLE color: 5604672.

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

Color convert

RGB 64 133 85 -
CMYK 0.52 0 0.36 0.48
HSL 138.26º 0.35% 0.39% -
HSV(B) 138.26º 0.52% 0.52% -
XYZ 12.14 18.52 11.53 -
YUV 106.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 64 133 85 0.52 0 0.36 0.48 138.26 0.35 0.39
Hex 40 85 55 34 0 24 30 8A 23 27
Octal 100 205 125 64 0 44 60 212 43 47
Binary 1000000 10000101 1010101 110100 0 100100 110000 10001010 100011 100111

Color Harmonies of #408555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408555

Black with #408555

Text Example


Text Example

White with #408555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408555; }

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

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

background-color css

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

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

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

border-color css

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

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

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