#408561

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

Shades of Amazon #408561

Tints of Amazon #408561

Color information

#408561 (or 0x408561) is unknown color: approx Amazon. HEX triplet: 40, 85 and 61. RGB value is (64,133,97). Sum of RGB (Red+Green+Blue) = 64+133+97=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #408561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408561 is #BF7A9E. Grayscale: #6C6C6C. Windows color (decimal): -12548767 or 6391104. OLE color: 6391104.

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

Color convert

RGB6413397-
CMYK0.5200.270.48
HSL148.7º35.03%38.63%-
HSV(B)148.7º51.88%52.16%-
XYZ12.6618.7314.26-
YUV108.26121.6496.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=21.77%
G=45.24%
B=32.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133970.5200.270.48148.735.0338.63
Hex4085613401B30952327
Octal10020514164033602254347
Binary100000010000101110000111010001101111000010010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408561; }

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

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

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

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

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

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

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

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