#3A7F4F

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

Shades of Amazon #3A7F4F

Tints of Amazon #3A7F4F

Color information

#3A7F4F (or 0x3A7F4F) is unknown color: approx Amazon. HEX triplet: 3A, 7F and 4F. RGB value is (58,127,79). Sum of RGB (Red+Green+Blue) = 58+127+79=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F4F is #C580B0. Grayscale: #656565. Windows color (decimal): -12943537 or 5209914. OLE color: 5209914.

HSL color Cylindrical-coordinate representation of color #3A7F4F: hue angle of 138.26º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F4F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB5812779-
CMYK0.5400.380.50
HSL138.26º37.3%36.27%-
HSV(B)138.26º54.33%49.8%-
XYZ10.7516.6410.04-
YUV100.9115.6497.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 127 (50% from 255) = 48.11%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=21.97%
G=48.11%
B=29.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127790.5400.380.50138.2637.336.27
Hex3A7F4F36026328a2524
Octal7217711766046622124544
Binary11101011111111001111110110010011011001010001010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,79); }

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

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

 a { background-color: rgb(58,127,79); }

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

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

 span { border-color: rgb(58,127,79); }

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