#3D6C53

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

Shades of Amazon #3D6C53

Tints of Amazon #3D6C53

Color information

#3D6C53 (or 0x3D6C53) is unknown color: approx Amazon. HEX triplet: 3D, 6C and 53. RGB value is (61,108,83). Sum of RGB (Red+Green+Blue) = 61+108+83=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C53 is #C293AC. Grayscale: #5B5B5B. Windows color (decimal): -12751789 or 5467197. OLE color: 5467197.

HSL color Cylindrical-coordinate representation of color #3D6C53: hue angle of 148.09º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D6C53 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6110883-
CMYK0.4400.230.58
HSL148.09º27.81%33.14%-
HSV(B)148.09º43.52%42.35%-
XYZ8.8512.3410.1-
YUV91.1123.43106.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=24.21%
G=42.86%
B=32.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108830.4400.230.58148.0927.8133.14
Hex3D6C532C0173A941c21
Octal7515412354027722243441
Binary111101110110010100111011000101111110101001010011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,83); }

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

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

 a { background-color: rgb(61,108,83); }

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

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

 span { border-color: rgb(61,108,83); }

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