#39864A

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

Shades of Amazon #39864A

Tints of Amazon #39864A

Color information

#39864A (or 0x39864A) is unknown color: approx Amazon. HEX triplet: 39, 86 and 4A. RGB value is (57,134,74). Sum of RGB (Red+Green+Blue) = 57+134+74=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #39864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39864A is #C679B5. Grayscale: #686868. Windows color (decimal): -13007286 or 4884025. OLE color: 4884025.

HSL color Cylindrical-coordinate representation of color #39864A: hue angle of 133.25º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39864A is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB5713474-
CMYK0.5700.450.47
HSL133.25º40.31%37.45%-
HSV(B)133.25º57.46%52.55%-
XYZ11.4518.419.43-
YUV104.14110.9994.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=21.51%
G=50.57%
B=27.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134740.5700.450.47133.2540.3137.45
Hex39864A3902D2F852825
Octal7120611271055572055045
Binary111001100001101001010111001010110110111110000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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