#3D734E

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

Shades of Amazon #3D734E

Tints of Amazon #3D734E

Color information

#3D734E (or 0x3D734E) is unknown color: approx Amazon. HEX triplet: 3D, 73 and 4E. RGB value is (61,115,78). Sum of RGB (Red+Green+Blue) = 61+115+78=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #3D734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D734E is #C28CB1. Grayscale: #5E5E5E. Windows color (decimal): -12750002 or 5141309. OLE color: 5141309.

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

Color convert

RGB6111578-
CMYK0.4700.320.55
HSL138.89º30.68%34.51%-
HSV(B)138.89º46.96%45.1%-
XYZ9.4313.89.38-
YUV94.64118.61104.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=24.02%
G=45.28%
B=30.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115780.4700.320.55138.8930.6834.51
Hex3D734E2F020378b1f23
Octal7516311657040672133743
Binary1111011110011100111010111101000001101111000101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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