Shades of Amazon #3D6A50
Tints of Amazon #3D6A50
RGB
CMYK
RGB Variations
Color information
#3D6A50 (or 0x3D6A50) is known color: Amazon. HEX triplet: 3D, 6A and 50. RGB value is (61,106,80). Sum of RGB (Red+Green+Blue) = 61+106+80=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A50 is #C295AF. Grayscale: #595959. Windows color (decimal): -12752304 or 5270077. OLE color: 5270077.
HSL color Cylindrical-coordinate representation of color #3D6A50: hue angle of 145.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6A50 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 106 | 80 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.58 |
| HSL | 145.33º | 0.27% | 0.33% | - |
| HSV(B) | 145.33º | 0.42% | 0.42% | - |
| XYZ | 8.53 | 11.88 | 9.43 | - |
| YUV | 89.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 80 | 0.42 | 0 | 0.25 | 0.58 | 145.33 | 0.27 | 0.33 |
| Hex | 3D | 6A | 50 | 2A | 0 | 19 | 3A | 91 | 1B | 21 |
| Octal | 75 | 152 | 120 | 52 | 0 | 31 | 72 | 221 | 33 | 41 |
| Binary | 111101 | 1101010 | 1010000 | 101010 | 0 | 11001 | 111010 | 10010001 | 11011 | 100001 |
Color Harmonies of #3D6A50
Complementary color
Monochromatic Colors of #3D6A50
Black with #3D6A50
Text Example
Text Example
White with #3D6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6A50; }
p { color: rgb(61,106,80); }
H1.HeaderClassName
{
color: #3D6A50;
}
.AnyTagClassName
{
color: #3D6A50;
}
</style>
background-color css
<style>
a { background-color: #3D6A50; }
a { background-color: rgb(61,106,80); }
div.DivClassName
{
background-color: #3D6A50;
}
.BgClassName
{
background-color: #3D6A50;
}
</style>
border-color css
<style>
span { border-color: #3D6A50; }
span { border-color: rgb(61,106,80); }
td.TdClassName
{
border-color: #3D6A50;
}
.TagClassName
{
border-color: #3D6A50;
}
</style>