#39805F

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

Shades of Amazon #39805F

Tints of Amazon #39805F

Color information

#39805F (or 0x39805F) is unknown color: approx Amazon. HEX triplet: 39, 80 and 5F. RGB value is (57,128,95). Sum of RGB (Red+Green+Blue) = 57+128+95=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #39805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39805F is #C67FA0. Grayscale: #676767. Windows color (decimal): -13008801 or 6258745. OLE color: 6258745.

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

Color convert

RGB5712895-
CMYK0.5500.260.50
HSL152.11º38.38%36.27%-
HSV(B)152.11º55.47%50.2%-
XYZ11.4717.1313.53-
YUV103.01123.4895.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=20.36%
G=45.71%
B=33.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128950.5500.260.50152.1138.3836.27
Hex39805F3701A32982624
Octal7120013767032622304644
Binary11100110000000101111111011101101011001010011000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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