#3D785C

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

Shades of Amazon #3D785C

Tints of Amazon #3D785C

Color information

#3D785C (or 0x3D785C) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 5C. RGB value is (61,120,92). Sum of RGB (Red+Green+Blue) = 61+120+92=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3D785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D785C is #C287A3. Grayscale: #636363. Windows color (decimal): -12748708 or 6060093. OLE color: 6060093.

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

Color convert

RGB6112092-
CMYK0.4900.230.53
HSL151.53º32.6%35.49%-
HSV(B)151.53º49.17%47.06%-
XYZ10.5715.212.5-
YUV99.17123.95100.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=22.34%
G=43.96%
B=33.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120920.4900.230.53151.5332.635.49
Hex3D785C3101735982123
Octal7517013461027652304143
Binary1111011111000101110011000101011111010110011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,92); }

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

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

 a { background-color: rgb(61,120,92); }

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

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

 span { border-color: rgb(61,120,92); }

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