#3D7852

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

Shades of Amazon #3D7852

Tints of Amazon #3D7852

Color information

#3D7852 (or 0x3D7852) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 52. RGB value is (61,120,82). Sum of RGB (Red+Green+Blue) = 61+120+82=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7852 is #C287AD. Grayscale: #626262. Windows color (decimal): -12748718 or 5404733. OLE color: 5404733.

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

Color convert

RGB6112082-
CMYK0.4900.320.53
HSL141.36º32.6%35.49%-
HSV(B)141.36º49.17%47.06%-
XYZ10.1615.0310.35-
YUV98.03118.95101.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=23.19%
G=45.63%
B=31.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120820.4900.320.53141.3632.635.49
Hex3D785231020358d2123
Octal7517012261040652154143
Binary11110111110001010010110001010000011010110001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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