#3D8357

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

Shades of Amazon #3D8357

Tints of Amazon #3D8357

Color information

#3D8357 (or 0x3D8357) is unknown color: approx Amazon. HEX triplet: 3D, 83 and 57. RGB value is (61,131,87). Sum of RGB (Red+Green+Blue) = 61+131+87=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #3D8357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8357 is #C27CA8. Grayscale: #696969. Windows color (decimal): -12745897 or 5735229. OLE color: 5735229.

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

Color convert

RGB6113187-
CMYK0.5300.340.49
HSL142.29º36.46%37.65%-
HSV(B)142.29º53.44%51.37%-
XYZ11.7617.9111.85-
YUV105.05117.8196.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=21.86%
G=46.95%
B=31.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61131870.5300.340.49142.2936.4637.65
Hex3D835735022318e2426
Octal7520312765042612164446
Binary111101100000111010111110101010001011000110001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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