#3D774D

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

Shades of Amazon #3D774D

Tints of Amazon #3D774D

Color information

#3D774D (or 0x3D774D) is unknown color: approx Amazon. HEX triplet: 3D, 77 and 4D. RGB value is (61,119,77). Sum of RGB (Red+Green+Blue) = 61+119+77=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #3D774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D774D is #C288B2. Grayscale: #606060. Windows color (decimal): -12748979 or 5076797. OLE color: 5076797.

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

Color convert

RGB6111977-
CMYK0.4900.350.53
HSL136.55º32.22%35.29%-
HSV(B)136.55º48.74%46.67%-
XYZ9.8614.729.34-
YUV96.87116.78102.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=23.74%
G=46.30%
B=29.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119770.4900.350.53136.5532.2235.29
Hex3D774D3102335892023
Octal7516711561043652114043
Binary11110111101111001101110001010001111010110001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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