#3A6D48

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

Shades of Amazon #3A6D48

Tints of Amazon #3A6D48

Color information

#3A6D48 (or 0x3A6D48) is unknown color: approx Amazon. HEX triplet: 3A, 6D and 48. RGB value is (58,109,72). Sum of RGB (Red+Green+Blue) = 58+109+72=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D48 is #C592B7. Grayscale: #595959. Windows color (decimal): -12948152 or 4746554. OLE color: 4746554.

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

Color convert

RGB5810972-
CMYK0.4700.340.57
HSL136.47º30.54%32.75%-
HSV(B)136.47º46.79%42.75%-
XYZ8.3812.38.06-
YUV89.53118.1105.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=24.27%
G=45.61%
B=30.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109720.4700.340.57136.4730.5432.75
Hex3A6D482F02239881f21
Octal7215511057042712103741
Binary1110101101101100100010111101000101110011000100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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