#3D825C

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

Shades of Amazon #3D825C

Tints of Amazon #3D825C

Color information

#3D825C (or 0x3D825C) is unknown color: approx Amazon. HEX triplet: 3D, 82 and 5C. RGB value is (61,130,92). Sum of RGB (Red+Green+Blue) = 61+130+92=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #3D825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D825C is #C27DA3. Grayscale: #696969. Windows color (decimal): -12746148 or 6062653. OLE color: 6062653.

HSL color Cylindrical-coordinate representation of color #3D825C: hue angle of 146.96º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D825C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB6113092-
CMYK0.5300.290.49
HSL146.96º36.13%37.45%-
HSV(B)146.96º53.08%50.98%-
XYZ11.8417.7312.92-
YUV105.04120.6496.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=21.55%
G=45.94%
B=32.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130920.5300.290.49146.9636.1337.45
Hex3D825C3501D31932425
Octal7520213465035612234445
Binary11110110000010101110011010101110111000110010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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