#3D8654

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

Shades of Amazon #3D8654

Tints of Amazon #3D8654

Color information

#3D8654 (or 0x3D8654) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 54. RGB value is (61,134,84). Sum of RGB (Red+Green+Blue) = 61+134+84=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8654 is #C279AB. Grayscale: #6A6A6A. Windows color (decimal): -12745132 or 5539389. OLE color: 5539389.

HSL color Cylindrical-coordinate representation of color #3D8654: hue angle of 138.9º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8654 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB6113484-
CMYK0.5400.370.47
HSL138.9º37.44%38.24%-
HSV(B)138.9º54.48%52.55%-
XYZ12.0518.6811.36-
YUV106.47115.3295.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=21.86%
G=48.03%
B=30.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134840.5400.370.47138.937.4438.24
Hex3D8654360252F8b2526
Octal7520612466045572134546
Binary111101100001101010100110110010010110111110001011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,84); }

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

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

 a { background-color: rgb(61,134,84); }

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

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

 span { border-color: rgb(61,134,84); }

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