#3A7B51

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

Shades of Amazon #3A7B51

Tints of Amazon #3A7B51

Color information

#3A7B51 (or 0x3A7B51) is unknown color: approx Amazon. HEX triplet: 3A, 7B and 51. RGB value is (58,123,81). Sum of RGB (Red+Green+Blue) = 58+123+81=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B51 is #C584AE. Grayscale: #626262. Windows color (decimal): -12944559 or 5339962. OLE color: 5339962.

HSL color Cylindrical-coordinate representation of color #3A7B51: hue angle of 141.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B51 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB5812381-
CMYK0.5300.340.52
HSL141.23º35.91%35.49%-
HSV(B)141.23º52.85%48.24%-
XYZ10.3115.6610.26-
YUV98.78117.9798.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=22.14%
G=46.95%
B=30.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58123810.5300.340.52141.2335.9135.49
Hex3A7B5135022348d2423
Octal7217312165042642154443
Binary11101011110111010001110101010001011010010001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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