#408551

Color #408551 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #408551

Tints of Amazon #408551

Color information

#408551 (or 0x408551) is unknown color: approx Amazon. HEX triplet: 40, 85 and 51. RGB value is (64,133,81). Sum of RGB (Red+Green+Blue) = 64+133+81=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #408551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408551 is #BF7AAE. Grayscale: #6A6A6A. Windows color (decimal): -12548783 or 5342528. OLE color: 5342528.

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

Color convert

RGB6413381-
CMYK0.5200.390.48
HSL134.78º35.03%38.63%-
HSV(B)134.78º51.88%52.16%-
XYZ11.9918.4610.72-
YUV106.44113.6497.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=23.02%
G=47.84%
B=29.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133810.5200.390.48134.7835.0338.63
Hex4085513402730872327
Octal10020512164047602074347
Binary1000000100001011010001110100010011111000010000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408551; }

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

 H1.HeaderClassName
 {
   color: #408551;
 }
 .AnyTagClassName
 {
   color: #408551;
 }
</style>
background-color css

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

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

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

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

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

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