#3E8556

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

Shades of Amazon #3E8556

Tints of Amazon #3E8556

Color information

#3E8556 (or 0x3E8556) is unknown color: approx Amazon. HEX triplet: 3E, 85 and 56. RGB value is (62,133,86). Sum of RGB (Red+Green+Blue) = 62+133+86=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8556 is #C17AA9. Grayscale: #6A6A6A. Windows color (decimal): -12679850 or 5670206. OLE color: 5670206.

HSL color Cylindrical-coordinate representation of color #3E8556: hue angle of 140.28º 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 #3E8556 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB6213386-
CMYK0.5300.350.48
HSL140.28º36.41%38.24%-
HSV(B)140.28º53.38%52.16%-
XYZ12.0518.4711.73-
YUV106.41116.4896.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=22.06%
G=47.33%
B=30.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133860.5300.350.48140.2836.4138.24
Hex3E855635023308c2426
Octal7620512665043602144446
Binary111110100001011010110110101010001111000010001100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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