#3D815D

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

Shades of Amazon #3D815D

Tints of Amazon #3D815D

Color information

#3D815D (or 0x3D815D) is unknown color: approx Amazon. HEX triplet: 3D, 81 and 5D. RGB value is (61,129,93). Sum of RGB (Red+Green+Blue) = 61+129+93=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #3D815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D815D is #C27EA2. Grayscale: #686868. Windows color (decimal): -12746403 or 6127933. OLE color: 6127933.

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

Color convert

RGB6112993-
CMYK0.5300.280.49
HSL148.24º35.79%37.25%-
HSV(B)148.24º52.71%50.59%-
XYZ11.7517.4813.11-
YUV104.56121.4796.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=21.55%
G=45.58%
B=32.86%

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
Decimal61129930.5300.280.49148.2435.7937.25
Hex3D815D3501C31942425
Octal7520113565034612244445
Binary11110110000001101110111010101110011000110010100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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