#3E8558

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

Shades of Amazon #3E8558

Tints of Amazon #3E8558

Color information

#3E8558 (or 0x3E8558) is unknown color: approx Amazon. HEX triplet: 3E, 85 and 58. RGB value is (62,133,88). Sum of RGB (Red+Green+Blue) = 62+133+88=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8558 is #C17AA7. Grayscale: #6A6A6A. Windows color (decimal): -12679848 or 5801278. OLE color: 5801278.

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

Color convert

RGB6213388-
CMYK0.5300.340.48
HSL141.97º36.41%38.24%-
HSV(B)141.97º53.38%52.16%-
XYZ12.1418.512.16-
YUV106.64117.4896.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=21.91%
G=47.00%
B=31.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133880.5300.340.48141.9736.4138.24
Hex3E855835022308e2426
Octal7620513065042602164446
Binary111110100001011011000110101010001011000010001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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