#3A7151

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

Shades of Amazon #3A7151

Tints of Amazon #3A7151

Color information

#3A7151 (or 0x3A7151) is unknown color: approx Amazon. HEX triplet: 3A, 71 and 51. RGB value is (58,113,81). Sum of RGB (Red+Green+Blue) = 58+113+81=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7151 is #C58EAE. Grayscale: #5C5C5C. Windows color (decimal): -12947119 or 5337402. OLE color: 5337402.

HSL color Cylindrical-coordinate representation of color #3A7151: hue angle of 145.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7151 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB5811381-
CMYK0.4900.280.56
HSL145.09º32.16%33.53%-
HSV(B)145.09º48.67%44.31%-
XYZ9.1413.39.87-
YUV92.91121.28103.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.02%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=23.02%
G=44.84%
B=32.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58113810.4900.280.56145.0932.1633.53
Hex3A71513101C38912022
Octal7216112161034702214042
Binary1110101110001101000111000101110011100010010001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,113,81); }

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

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

 a { background-color: rgb(58,113,81); }

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

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

 span { border-color: rgb(58,113,81); }

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