#3D734D

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

Shades of Amazon #3D734D

Tints of Amazon #3D734D

Color information

#3D734D (or 0x3D734D) is unknown color: approx Amazon. HEX triplet: 3D, 73 and 4D. RGB value is (61,115,77). Sum of RGB (Red+Green+Blue) = 61+115+77=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #3D734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D734D is #C28CB2. Grayscale: #5E5E5E. Windows color (decimal): -12750003 or 5075773. OLE color: 5075773.

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

Color convert

RGB6111577-
CMYK0.4700.330.55
HSL137.78º30.68%34.51%-
HSV(B)137.78º46.96%45.1%-
XYZ9.3913.799.19-
YUV94.52118.11104.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=24.11%
G=45.45%
B=30.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115770.4700.330.55137.7830.6834.51
Hex3D734D2F021378a1f23
Octal7516311557041672123743
Binary1111011110011100110110111101000011101111000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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