#3A6949

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

Shades of Amazon #3A6949

Tints of Amazon #3A6949

Color information

#3A6949 (or 0x3A6949) is unknown color: approx Amazon. HEX triplet: 3A, 69 and 49. RGB value is (58,105,73). Sum of RGB (Red+Green+Blue) = 58+105+73=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6949 is #C596B6. Grayscale: #575757. Windows color (decimal): -12949175 or 4811066. OLE color: 4811066.

HSL color Cylindrical-coordinate representation of color #3A6949: hue angle of 139.15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6949 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB5810573-
CMYK0.4500.300.59
HSL139.15º28.83%31.96%-
HSV(B)139.15º44.76%41.18%-
XYZ811.488.1-
YUV87.3119.93107.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=24.58%
G=44.49%
B=30.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105730.4500.300.59139.1528.8331.96
Hex3A69492D01E3B8b1d20
Octal7215111155036732133540
Binary111010110100110010011011010111101110111000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,73); }

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

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

 a { background-color: rgb(58,105,73); }

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

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

 span { border-color: rgb(58,105,73); }

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