#3D7650

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

Shades of Amazon #3D7650

Tints of Amazon #3D7650

Color information

#3D7650 (or 0x3D7650) is unknown color: approx Amazon. HEX triplet: 3D, 76 and 50. RGB value is (61,118,80). Sum of RGB (Red+Green+Blue) = 61+118+80=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7650 is #C289AF. Grayscale: #606060. Windows color (decimal): -12749232 or 5273149. OLE color: 5273149.

HSL color Cylindrical-coordinate representation of color #3D7650: hue angle of 140º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7650 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB6111880-
CMYK0.4800.320.54
HSL140º31.84%35.1%-
HSV(B)140º48.31%46.27%-
XYZ9.8514.539.87-
YUV96.62118.62102.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=23.55%
G=45.56%
B=30.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118800.4800.320.5414031.8435.1
Hex3D765030020368c2023
Octal7516612060040662144043
Binary11110111101101010000110000010000011011010001100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,80); }

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

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

 a { background-color: rgb(61,118,80); }

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

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

 span { border-color: rgb(61,118,80); }

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