#408252

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

Shades of Amazon #408252

Tints of Amazon #408252

Color information

#408252 (or 0x408252) is unknown color: approx Amazon. HEX triplet: 40, 82 and 52. RGB value is (64,130,82). Sum of RGB (Red+Green+Blue) = 64+130+82=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #408252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408252 is #BF7DAD. Grayscale: #686868. Windows color (decimal): -12549550 or 5407296. OLE color: 5407296.

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

Color convert

RGB6413082-
CMYK0.5100.370.49
HSL136.36º34.02%38.04%-
HSV(B)136.36º50.77%50.98%-
XYZ11.6217.6610.78-
YUV104.79115.1398.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=23.19%
G=47.10%
B=29.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130820.5100.370.49136.3634.0238.04
Hex4082523302531882226
Octal10020212263045612104246
Binary1000000100000101010010110011010010111000110001000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408252; }

 p { color: rgb(64,130,82); }

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

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

 a { background-color: rgb(64,130,82); }

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

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

 span { border-color: rgb(64,130,82); }

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