#39804E

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

Shades of Amazon #39804E

Tints of Amazon #39804E

Color information

#39804E (or 0x39804E) is unknown color: approx Amazon. HEX triplet: 39, 80 and 4E. RGB value is (57,128,78). Sum of RGB (Red+Green+Blue) = 57+128+78=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #39804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39804E is #C67FB1. Grayscale: #656565. Windows color (decimal): -13008818 or 5144633. OLE color: 5144633.

HSL color Cylindrical-coordinate representation of color #39804E: hue angle of 137.75º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39804E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB5712878-
CMYK0.5500.390.50
HSL137.75º38.38%36.27%-
HSV(B)137.75º55.47%50.2%-
XYZ10.7816.869.89-
YUV101.07114.9896.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=21.67%
G=48.67%
B=29.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128780.5500.390.50137.7538.3836.27
Hex39804E37027328a2624
Octal7120011667047622124644
Binary111001100000001001110110111010011111001010001010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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