#3D7B60

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

Shades of Amazon #3D7B60

Tints of Amazon #3D7B60

Color information

#3D7B60 (or 0x3D7B60) is unknown color: approx Amazon. HEX triplet: 3D, 7B and 60. RGB value is (61,123,96). Sum of RGB (Red+Green+Blue) = 61+123+96=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B60 is #C2849F. Grayscale: #656565. Windows color (decimal): -12747936 or 6323005. OLE color: 6323005.

HSL color Cylindrical-coordinate representation of color #3D7B60: hue angle of 153.87º 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 #3D7B60 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB6112396-
CMYK0.5000.220.52
HSL153.87º33.7%36.08%-
HSV(B)153.87º50.41%48.24%-
XYZ11.121613.57-
YUV101.38124.9699.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=21.79%
G=43.93%
B=34.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61123960.5000.220.52153.8733.736.08
Hex3D7B6032016349a2224
Octal7517314062026642324244
Binary1111011111011110000011001001011011010010011010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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