#39845E

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

Shades of Amazon #39845E

Tints of Amazon #39845E

Color information

#39845E (or 0x39845E) is unknown color: approx Amazon. HEX triplet: 39, 84 and 5E. RGB value is (57,132,94). Sum of RGB (Red+Green+Blue) = 57+132+94=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #39845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39845E is #C67BA1. Grayscale: #696969. Windows color (decimal): -13007778 or 6194233. OLE color: 6194233.

HSL color Cylindrical-coordinate representation of color #39845E: hue angle of 149.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39845E is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB5713294-
CMYK0.5700.290.48
HSL149.6º39.68%37.06%-
HSV(B)149.6º56.82%51.76%-
XYZ11.9618.1813.47-
YUV105.24121.6593.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=20.14%
G=46.64%
B=33.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132940.5700.290.48149.639.6837.06
Hex39845E3901D30962825
Octal7120413671035602265045
Binary11100110000100101111011100101110111000010010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39845E; }

 p { color: rgb(57,132,94); }

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

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

 a { background-color: rgb(57,132,94); }

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

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

 span { border-color: rgb(57,132,94); }

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