#39864E

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

Shades of Amazon #39864E

Tints of Amazon #39864E

Color information

#39864E (or 0x39864E) is unknown color: approx Amazon. HEX triplet: 39, 86 and 4E. RGB value is (57,134,78). Sum of RGB (Red+Green+Blue) = 57+134+78=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #39864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39864E is #C679B1. Grayscale: #686868. Windows color (decimal): -13007282 or 5146169. OLE color: 5146169.

HSL color Cylindrical-coordinate representation of color #39864E: hue angle of 136.36º 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 #39864E is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5713478-
CMYK0.5700.420.47
HSL136.36º40.31%37.45%-
HSV(B)136.36º57.46%52.55%-
XYZ11.5918.4710.16-
YUV104.59112.9994.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=21.19%
G=49.81%
B=29.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134780.5700.420.47136.3640.3137.45
Hex39864E3902A2F882825
Octal7120611671052572105045
Binary111001100001101001110111001010101010111110001000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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