#3D775F

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

Shades of Amazon #3D775F

Tints of Amazon #3D775F

Color information

#3D775F (or 0x3D775F) is unknown color: approx Amazon. HEX triplet: 3D, 77 and 5F. RGB value is (61,119,95). Sum of RGB (Red+Green+Blue) = 61+119+95=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #3D775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D775F is #C288A0. Grayscale: #626262. Windows color (decimal): -12748961 or 6256445. OLE color: 6256445.

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

Color convert

RGB6111995-
CMYK0.4900.200.53
HSL155.17º32.22%35.29%-
HSV(B)155.17º48.74%46.67%-
XYZ10.5915.0113.17-
YUV98.92125.78100.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=22.18%
G=43.27%
B=34.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119950.4900.200.53155.1732.2235.29
Hex3D775F31014359b2023
Octal7516713761024652334043
Binary1111011110111101111111000101010011010110011011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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