#3D854E

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

Shades of Amazon #3D854E

Tints of Amazon #3D854E

Color information

#3D854E (or 0x3D854E) is unknown color: approx Amazon. HEX triplet: 3D, 85 and 4E. RGB value is (61,133,78). Sum of RGB (Red+Green+Blue) = 61+133+78=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #3D854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D854E is #C27AB1. Grayscale: #696969. Windows color (decimal): -12745394 or 5145917. OLE color: 5145917.

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

Color convert

RGB6113378-
CMYK0.5400.410.48
HSL134.17º37.11%38.04%-
HSV(B)134.17º54.14%52.16%-
XYZ11.6918.3210.13-
YUV105.2112.6596.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=22.43%
G=48.90%
B=28.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61133780.5400.410.48134.1737.1138.04
Hex3D854E3602930862526
Octal7520511666051602064546
Binary111101100001011001110110110010100111000010000110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,78); }

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

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

 a { background-color: rgb(61,133,78); }

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

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

 span { border-color: rgb(61,133,78); }

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