#3D8655

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

Shades of Amazon #3D8655

Tints of Amazon #3D8655

Color information

#3D8655 (or 0x3D8655) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 55. RGB value is (61,134,85). Sum of RGB (Red+Green+Blue) = 61+134+85=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8655 is #C279AA. Grayscale: #6A6A6A. Windows color (decimal): -12745131 or 5604925. OLE color: 5604925.

HSL color Cylindrical-coordinate representation of color #3D8655: hue angle of 139.73º 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 #3D8655 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB6113485-
CMYK0.5400.370.47
HSL139.73º37.44%38.24%-
HSV(B)139.73º54.48%52.55%-
XYZ12.0918.711.57-
YUV106.59115.8295.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=21.79%
G=47.86%
B=30.36%

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
Decimal61134850.5400.370.47139.7337.4438.24
Hex3D8655360252F8c2526
Octal7520612566045572144546
Binary111101100001101010101110110010010110111110001100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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