#39805E

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

Shades of Amazon #39805E

Tints of Amazon #39805E

Color information

#39805E (or 0x39805E) is unknown color: approx Amazon. HEX triplet: 39, 80 and 5E. RGB value is (57,128,94). Sum of RGB (Red+Green+Blue) = 57+128+94=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #39805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39805E is #C67FA1. Grayscale: #666666. Windows color (decimal): -13008802 or 6193209. OLE color: 6193209.

HSL color Cylindrical-coordinate representation of color #39805E: hue angle of 151.27º 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 #39805E is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB5712894-
CMYK0.5500.270.50
HSL151.27º38.38%36.27%-
HSV(B)151.27º55.47%50.2%-
XYZ11.4317.1213.29-
YUV102.9122.9895.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=20.43%
G=45.88%
B=33.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128940.5500.270.50151.2738.3836.27
Hex39805E3701B32972624
Octal7120013667033622274644
Binary11100110000000101111011011101101111001010010111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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