#3E6B51

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

Shades of Amazon #3E6B51

Tints of Amazon #3E6B51

Color information

#3E6B51 (or 0x3E6B51) is unknown color: approx Amazon. HEX triplet: 3E, 6B and 51. RGB value is (62,107,81). Sum of RGB (Red+Green+Blue) = 62+107+81=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B51 is #C194AE. Grayscale: #5A5A5A. Windows color (decimal): -12686511 or 5335870. OLE color: 5335870.

HSL color Cylindrical-coordinate representation of color #3E6B51: hue angle of 145.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6B51 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB6210781-
CMYK0.4200.240.58
HSL145.33º26.63%33.14%-
HSV(B)145.33º42.06%41.96%-
XYZ8.7312.139.67-
YUV90.58122.59107.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.8%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=24.8%
G=42.8%
B=32.4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107810.4200.240.58145.3326.6333.14
Hex3E6B512A0183A911b21
Octal7615312152030722213341
Binary111110110101110100011010100110001110101001000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,81); }

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

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

 a { background-color: rgb(62,107,81); }

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

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

 span { border-color: rgb(62,107,81); }

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