#3A6D4E

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

Shades of Amazon #3A6D4E

Tints of Amazon #3A6D4E

Color information

#3A6D4E (or 0x3A6D4E) is unknown color: approx Amazon. HEX triplet: 3A, 6D and 4E. RGB value is (58,109,78). Sum of RGB (Red+Green+Blue) = 58+109+78=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D4E is #C592B1. Grayscale: #5A5A5A. Windows color (decimal): -12948146 or 5139770. OLE color: 5139770.

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

Color convert

RGB5810978-
CMYK0.4700.280.57
HSL143.53º30.54%32.75%-
HSV(B)143.53º46.79%42.75%-
XYZ8.5912.399.15-
YUV90.22121.1105.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=23.67%
G=44.49%
B=31.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109780.4700.280.57143.5330.5432.75
Hex3A6D4E2F01C39901f21
Octal7215511657034712203741
Binary111010110110110011101011110111001110011001000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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