Shades of Amazon #3D6C50
Tints of Amazon #3D6C50
RGB
CMYK
RGB Variations
Color information
#3D6C50 (or 0x3D6C50) is known color: Amazon. HEX triplet: 3D, 6C and 50. RGB value is (61,108,80). Sum of RGB (Red+Green+Blue) = 61+108+80=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C50 is #C293AF. Grayscale: #5A5A5A. Windows color (decimal): -12751792 or 5270589. OLE color: 5270589.
HSL color Cylindrical-coordinate representation of color #3D6C50: hue angle of 144.26º 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 #3D6C50 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 108 | 80 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.58 |
| HSL | 144.26º | 0.28% | 0.33% | - |
| HSV(B) | 144.26º | 0.44% | 0.42% | - |
| XYZ | 8.73 | 12.3 | 9.5 | - |
| YUV | 90.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 80 | 0.44 | 0 | 0.26 | 0.58 | 144.26 | 0.28 | 0.33 |
| Hex | 3D | 6C | 50 | 2C | 0 | 1A | 3A | 90 | 1C | 21 |
| Octal | 75 | 154 | 120 | 54 | 0 | 32 | 72 | 220 | 34 | 41 |
| Binary | 111101 | 1101100 | 1010000 | 101100 | 0 | 11010 | 111010 | 10010000 | 11100 | 100001 |
Color Harmonies of #3D6C50
Complementary color
Monochromatic Colors of #3D6C50
Black with #3D6C50
Text Example
Text Example
White with #3D6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6C50; }
p { color: rgb(61,108,80); }
H1.HeaderClassName
{
color: #3D6C50;
}
.AnyTagClassName
{
color: #3D6C50;
}
</style>
background-color css
<style>
a { background-color: #3D6C50; }
a { background-color: rgb(61,108,80); }
div.DivClassName
{
background-color: #3D6C50;
}
.BgClassName
{
background-color: #3D6C50;
}
</style>
border-color css
<style>
span { border-color: #3D6C50; }
span { border-color: rgb(61,108,80); }
td.TdClassName
{
border-color: #3D6C50;
}
.TagClassName
{
border-color: #3D6C50;
}
</style>