#3A6D51

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

Shades of Amazon #3A6D51

Tints of Amazon #3A6D51

Color information

#3A6D51 (or 0x3A6D51) is unknown color: approx Amazon. HEX triplet: 3A, 6D and 51. RGB value is (58,109,81). Sum of RGB (Red+Green+Blue) = 58+109+81=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D51 is #C592AE. Grayscale: #5A5A5A. Windows color (decimal): -12948143 or 5336378. OLE color: 5336378.

HSL color Cylindrical-coordinate representation of color #3A6D51: hue angle of 147.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D51 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB5810981-
CMYK0.4700.260.57
HSL147.06º30.54%32.75%-
HSV(B)147.06º46.79%42.75%-
XYZ8.712.439.73-
YUV90.56122.6104.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=23.39%
G=43.95%
B=32.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109810.4700.260.57147.0630.5432.75
Hex3A6D512F01A39931f21
Octal7215512157032712233741
Binary111010110110110100011011110110101110011001001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,81); }

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

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

 a { background-color: rgb(58,109,81); }

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

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

 span { border-color: rgb(58,109,81); }

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