#39844A

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

Shades of Amazon #39844A

Tints of Amazon #39844A

Color information

#39844A (or 0x39844A) is unknown color: approx Amazon. HEX triplet: 39, 84 and 4A. RGB value is (57,132,74). Sum of RGB (Red+Green+Blue) = 57+132+74=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #39844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39844A is #C67BB5. Grayscale: #676767. Windows color (decimal): -13007798 or 4883513. OLE color: 4883513.

HSL color Cylindrical-coordinate representation of color #39844A: hue angle of 133.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 #39844A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB5713274-
CMYK0.5700.440.48
HSL133.6º39.68%37.06%-
HSV(B)133.6º56.82%51.76%-
XYZ11.1717.879.34-
YUV102.96111.6595.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=21.67%
G=50.19%
B=28.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132740.5700.440.48133.639.6837.06
Hex39844A3902C30862825
Octal7120411271054602065045
Binary111001100001001001010111001010110011000010000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39844A; }

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

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

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

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

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

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

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

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