#3E8550

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

Shades of Amazon #3E8550

Tints of Amazon #3E8550

Color information

#3E8550 (or 0x3E8550) is unknown color: approx Amazon. HEX triplet: 3E, 85 and 50. RGB value is (62,133,80). Sum of RGB (Red+Green+Blue) = 62+133+80=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8550 is #C17AAF. Grayscale: #696969. Windows color (decimal): -12679856 or 5276990. OLE color: 5276990.

HSL color Cylindrical-coordinate representation of color #3E8550: hue angle of 135.21º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8550 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB6213380-
CMYK0.5300.400.48
HSL135.21º36.41%38.24%-
HSV(B)135.21º53.38%52.16%-
XYZ11.8218.3810.51-
YUV105.73113.4896.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=22.55%
G=48.36%
B=29.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133800.5300.400.48135.2136.4138.24
Hex3E85503502830872426
Octal7620512065050602074446
Binary111110100001011010000110101010100011000010000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8550; }

 p { color: rgb(62,133,80); }

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

<style>
 a { background-color: #3E8550; }

 a { background-color: rgb(62,133,80); }

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

<style>
 span { border-color: #3E8550; }

 span { border-color: rgb(62,133,80); }

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