#39725A

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

Shades of Amazon #39725A

Tints of Amazon #39725A

Color information

#39725A (or 0x39725A) is unknown color: approx Amazon. HEX triplet: 39, 72 and 5A. RGB value is (57,114,90). Sum of RGB (Red+Green+Blue) = 57+114+90=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #39725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39725A is #C68DA5. Grayscale: #5E5E5E. Windows color (decimal): -13012390 or 5927481. OLE color: 5927481.

HSL color Cylindrical-coordinate representation of color #39725A: hue angle of 154.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39725A is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB5711490-
CMYK0.5000.210.55
HSL154.74º33.33%33.53%-
HSV(B)154.74º50%44.71%-
XYZ9.5513.6411.8-
YUV94.22125.62101.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=21.84%
G=43.68%
B=34.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114900.5000.210.55154.7433.3333.53
Hex39725A32015379b2122
Octal7116213262025672334142
Binary1110011110010101101011001001010111011110011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,114,90); }

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

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

 a { background-color: rgb(57,114,90); }

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

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

 span { border-color: rgb(57,114,90); }

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