#3D7357

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

Shades of Amazon #3D7357

Tints of Amazon #3D7357

Color information

#3D7357 (or 0x3D7357) is unknown color: approx Amazon. HEX triplet: 3D, 73 and 57. RGB value is (61,115,87). Sum of RGB (Red+Green+Blue) = 61+115+87=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7357 is #C28CA8. Grayscale: #5F5F5F. Windows color (decimal): -12749993 or 5731133. OLE color: 5731133.

HSL color Cylindrical-coordinate representation of color #3D7357: hue angle of 148.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7357 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB6111587-
CMYK0.4700.240.55
HSL148.89º30.68%34.51%-
HSV(B)148.89º46.96%45.1%-
XYZ9.7813.9411.19-
YUV95.66123.11103.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=23.19%
G=43.73%
B=33.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115870.4700.240.55148.8930.6834.51
Hex3D73572F01837951f23
Octal7516312757030672253743
Binary111101111001110101111011110110001101111001010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,87); }

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

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

 a { background-color: rgb(61,115,87); }

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

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

 span { border-color: rgb(61,115,87); }

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