#3E884F

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

Shades of Amazon #3E884F

Tints of Amazon #3E884F

Color information

#3E884F (or 0x3E884F) is unknown color: approx Amazon. HEX triplet: 3E, 88 and 4F. RGB value is (62,136,79). Sum of RGB (Red+Green+Blue) = 62+136+79=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #3E884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E884F is #C177B0. Grayscale: #6B6B6B. Windows color (decimal): -12679089 or 5212222. OLE color: 5212222.

HSL color Cylindrical-coordinate representation of color #3E884F: hue angle of 133.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E884F is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB6213679-
CMYK0.5400.420.47
HSL133.78º37.37%38.82%-
HSV(B)133.78º54.41%53.33%-
XYZ12.219.210.46-
YUV107.38111.9895.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.38%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=22.38%
G=49.10%
B=28.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62136790.5400.420.47133.7837.3738.82
Hex3E884F3602A2F862527
Octal7621011766052572064547
Binary111110100010001001111110110010101010111110000110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,136,79); }

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

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

 a { background-color: rgb(62,136,79); }

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

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

 span { border-color: rgb(62,136,79); }

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