#3D775D

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

Shades of Amazon #3D775D

Tints of Amazon #3D775D

Color information

#3D775D (or 0x3D775D) is unknown color: approx Amazon. HEX triplet: 3D, 77 and 5D. RGB value is (61,119,93). Sum of RGB (Red+Green+Blue) = 61+119+93=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3D775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D775D is #C288A2. Grayscale: #626262. Windows color (decimal): -12748963 or 6125373. OLE color: 6125373.

HSL color Cylindrical-coordinate representation of color #3D775D: hue angle of 153.1º 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 #3D775D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB6111993-
CMYK0.4900.220.53
HSL153.1º32.22%35.29%-
HSV(B)153.1º48.74%46.67%-
XYZ10.514.9812.69-
YUV98.69124.78101.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=22.34%
G=43.59%
B=34.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119930.4900.220.53153.132.2235.29
Hex3D775D3101635992023
Octal7516713561026652314043
Binary1111011110111101110111000101011011010110011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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