#39815B

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

Shades of Amazon #39815B

Tints of Amazon #39815B

Color information

#39815B (or 0x39815B) is unknown color: approx Amazon. HEX triplet: 39, 81 and 5B. RGB value is (57,129,91). Sum of RGB (Red+Green+Blue) = 57+129+91=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #39815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39815B is #C67EA4. Grayscale: #676767. Windows color (decimal): -13008549 or 5996857. OLE color: 5996857.

HSL color Cylindrical-coordinate representation of color #39815B: hue angle of 148.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39815B is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5712991-
CMYK0.5600.290.49
HSL148.33º38.71%36.47%-
HSV(B)148.33º55.81%50.59%-
XYZ11.4317.3312.64-
YUV103.14121.1595.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=20.58%
G=46.57%
B=32.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129910.5600.290.49148.3338.7136.47
Hex39815B3801D31942724
Octal7120113370035612244744
Binary11100110000001101101111100001110111000110010100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39815B; }

 p { color: rgb(57,129,91); }

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

<style>
 a { background-color: #39815B; }

 a { background-color: rgb(57,129,91); }

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

<style>
 span { border-color: #39815B; }

 span { border-color: rgb(57,129,91); }

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