#3A864E

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

Shades of Amazon #3A864E

Tints of Amazon #3A864E

Color information

#3A864E (or 0x3A864E) is unknown color: approx Amazon. HEX triplet: 3A, 86 and 4E. RGB value is (58,134,78). Sum of RGB (Red+Green+Blue) = 58+134+78=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #3A864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A864E is #C579B1. Grayscale: #696969. Windows color (decimal): -12941746 or 5146170. OLE color: 5146170.

HSL color Cylindrical-coordinate representation of color #3A864E: hue angle of 135.79º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A864E is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5813478-
CMYK0.5700.420.47
HSL135.79º39.58%37.65%-
HSV(B)135.79º56.72%52.55%-
XYZ11.6518.510.16-
YUV104.89112.8294.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=21.48%
G=49.63%
B=28.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58134780.5700.420.47135.7939.5837.65
Hex3A864E3902A2F882826
Octal7220611671052572105046
Binary111010100001101001110111001010101010111110001000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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