Shades of Amazon #3D6C4D
Tints of Amazon #3D6C4D
RGB
CMYK
RGB Variations
Color information
#3D6C4D (or 0x3D6C4D) is known color: Amazon. HEX triplet: 3D, 6C and 4D. RGB value is (61,108,77). Sum of RGB (Red+Green+Blue) = 61+108+77=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C4D is #C293B2. Grayscale: #5A5A5A. Windows color (decimal): -12751795 or 5073981. OLE color: 5073981.
HSL color Cylindrical-coordinate representation of color #3D6C4D: hue angle of 140.43º 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 #3D6C4D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 108 | 77 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.58 |
| HSL | 140.43º | 0.28% | 0.33% | - |
| HSV(B) | 140.43º | 0.44% | 0.42% | - |
| XYZ | 8.63 | 12.25 | 8.93 | - |
| YUV | 90.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 77 | 0.44 | 0 | 0.29 | 0.58 | 140.43 | 0.28 | 0.33 |
| Hex | 3D | 6C | 4D | 2C | 0 | 1D | 3A | 8C | 1C | 21 |
| Octal | 75 | 154 | 115 | 54 | 0 | 35 | 72 | 214 | 34 | 41 |
| Binary | 111101 | 1101100 | 1001101 | 101100 | 0 | 11101 | 111010 | 10001100 | 11100 | 100001 |
Color Harmonies of #3D6C4D
Complementary color
Monochromatic Colors of #3D6C4D
Black with #3D6C4D
Text Example
Text Example
White with #3D6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6C4D; }
p { color: rgb(61,108,77); }
H1.HeaderClassName
{
color: #3D6C4D;
}
.AnyTagClassName
{
color: #3D6C4D;
}
</style>
background-color css
<style>
a { background-color: #3D6C4D; }
a { background-color: rgb(61,108,77); }
div.DivClassName
{
background-color: #3D6C4D;
}
.BgClassName
{
background-color: #3D6C4D;
}
</style>
border-color css
<style>
span { border-color: #3D6C4D; }
span { border-color: rgb(61,108,77); }
td.TdClassName
{
border-color: #3D6C4D;
}
.TagClassName
{
border-color: #3D6C4D;
}
</style>