#3A6E4E

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

Shades of Amazon #3A6E4E

Tints of Amazon #3A6E4E

Color information

#3A6E4E (or 0x3A6E4E) is unknown color: approx Amazon. HEX triplet: 3A, 6E and 4E. RGB value is (58,110,78). Sum of RGB (Red+Green+Blue) = 58+110+78=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E4E is #C591B1. Grayscale: #5A5A5A. Windows color (decimal): -12947890 or 5140026. OLE color: 5140026.

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

Color convert

RGB5811078-
CMYK0.4700.290.57
HSL143.08º30.95%32.94%-
HSV(B)143.08º47.27%43.14%-
XYZ8.712.69.18-
YUV90.8120.77104.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=23.58%
G=44.72%
B=31.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58110780.4700.290.57143.0830.9532.94
Hex3A6E4E2F01D398f1f21
Octal7215611657035712173741
Binary111010110111010011101011110111011110011000111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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