#3D7B54

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

Shades of Amazon #3D7B54

Tints of Amazon #3D7B54

Color information

#3D7B54 (or 0x3D7B54) is unknown color: approx Amazon. HEX triplet: 3D, 7B and 54. RGB value is (61,123,84). Sum of RGB (Red+Green+Blue) = 61+123+84=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B54 is #C284AB. Grayscale: #646464. Windows color (decimal): -12747948 or 5536573. OLE color: 5536573.

HSL color Cylindrical-coordinate representation of color #3D7B54: hue angle of 142.26º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B54 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB6112384-
CMYK0.5000.320.52
HSL142.26º33.7%36.08%-
HSV(B)142.26º50.41%48.24%-
XYZ10.6115.810.88-
YUV100.02118.96100.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=22.76%
G=45.90%
B=31.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61123840.5000.320.52142.2633.736.08
Hex3D7B5432020348e2224
Octal7517312462040642164244
Binary11110111110111010100110010010000011010010001110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,123,84); }

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

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

 a { background-color: rgb(61,123,84); }

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

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

 span { border-color: rgb(61,123,84); }

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