#3D6F56

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

Shades of Amazon #3D6F56

Tints of Amazon #3D6F56

Color information

#3D6F56 (or 0x3D6F56) is unknown color: approx Amazon. HEX triplet: 3D, 6F and 56. RGB value is (61,111,86). Sum of RGB (Red+Green+Blue) = 61+111+86=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #3D6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6F56 is #C290A9. Grayscale: #5D5D5D. Windows color (decimal): -12751018 or 5664573. OLE color: 5664573.

HSL color Cylindrical-coordinate representation of color #3D6F56: hue angle of 150º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D6F56 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6111186-
CMYK0.4500.230.56
HSL150º29.07%33.73%-
HSV(B)150º45.05%43.53%-
XYZ9.2913.0310.83-
YUV93.2123.94105.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=23.64%
G=43.02%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111860.4500.230.5615029.0733.73
Hex3D6F562D01738961d22
Octal7515712655027702263542
Binary111101110111110101101011010101111110001001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,111,86); }

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

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

 a { background-color: rgb(61,111,86); }

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

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

 span { border-color: rgb(61,111,86); }

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