#3D825D

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

Shades of Amazon #3D825D

Tints of Amazon #3D825D

Color information

#3D825D (or 0x3D825D) is unknown color: approx Amazon. HEX triplet: 3D, 82 and 5D. RGB value is (61,130,93). Sum of RGB (Red+Green+Blue) = 61+130+93=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #3D825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D825D is #C27DA2. Grayscale: #696969. Windows color (decimal): -12746147 or 6128189. OLE color: 6128189.

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

Color convert

RGB6113093-
CMYK0.5300.280.49
HSL147.83º36.13%37.45%-
HSV(B)147.83º53.08%50.98%-
XYZ11.8817.7513.16-
YUV105.15121.1496.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=21.48%
G=45.77%
B=32.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130930.5300.280.49147.8336.1337.45
Hex3D825D3501C31942425
Octal7520213565034612244445
Binary11110110000010101110111010101110011000110010100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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