#3A8155

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

Shades of Amazon #3A8155

Tints of Amazon #3A8155

Color information

#3A8155 (or 0x3A8155) is unknown color: approx Amazon. HEX triplet: 3A, 81 and 55. RGB value is (58,129,85). Sum of RGB (Red+Green+Blue) = 58+129+85=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8155 is #C57EAA. Grayscale: #666666. Windows color (decimal): -12943019 or 5603642. OLE color: 5603642.

HSL color Cylindrical-coordinate representation of color #3A8155: hue angle of 142.82º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8155 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5812985-
CMYK0.5500.340.49
HSL142.82º37.97%36.67%-
HSV(B)142.82º55.04%50.59%-
XYZ11.2317.2611.33-
YUV102.76117.9896.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=21.32%
G=47.43%
B=31.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129850.5500.340.49142.8237.9736.67
Hex3A815537022318f2625
Octal7220112567042612174645
Binary111010100000011010101110111010001011000110001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,85); }

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

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

 a { background-color: rgb(58,129,85); }

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

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

 span { border-color: rgb(58,129,85); }

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