#3D8255

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

Shades of Amazon #3D8255

Tints of Amazon #3D8255

Color information

#3D8255 (or 0x3D8255) is unknown color: approx Amazon. HEX triplet: 3D, 82 and 55. RGB value is (61,130,85). Sum of RGB (Red+Green+Blue) = 61+130+85=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8255 is #C27DAA. Grayscale: #686868. Windows color (decimal): -12746155 or 5603901. OLE color: 5603901.

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

Color convert

RGB6113085-
CMYK0.5300.350.49
HSL140.87º36.13%37.45%-
HSV(B)140.87º53.08%50.98%-
XYZ11.5517.6111.39-
YUV104.24117.1497.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=22.10%
G=47.10%
B=30.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130850.5300.350.49140.8736.1337.45
Hex3D825535023318d2425
Octal7520212565043612154445
Binary111101100000101010101110101010001111000110001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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