Shades of Amazon #3D7A4D
Tints of Amazon #3D7A4D
RGB
CMYK
RGB Variations
Color information
#3D7A4D (or 0x3D7A4D) is known color: Amazon. HEX triplet: 3D, 7A and 4D. RGB value is (61,122,77). Sum of RGB (Red+Green+Blue) = 61+122+77=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A4D is #C285B2. Grayscale: #626262. Windows color (decimal): -12748211 or 5077565. OLE color: 5077565.
HSL color Cylindrical-coordinate representation of color #3D7A4D: hue angle of 135.74º degrees, saturation: 0.33, 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 #3D7A4D is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 122 | 77 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.52 |
| HSL | 135.74º | 0.33% | 0.36% | - |
| HSV(B) | 135.74º | 0.5% | 0.48% | - |
| XYZ | 10.22 | 15.45 | 9.46 | - |
| YUV | 98.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 77 | 0.50 | 0 | 0.37 | 0.52 | 135.74 | 0.33 | 0.36 |
| Hex | 3D | 7A | 4D | 32 | 0 | 25 | 34 | 88 | 21 | 24 |
| Octal | 75 | 172 | 115 | 62 | 0 | 45 | 64 | 210 | 41 | 44 |
| Binary | 111101 | 1111010 | 1001101 | 110010 | 0 | 100101 | 110100 | 10001000 | 100001 | 100100 |
Color Harmonies of #3D7A4D
Complementary color
Monochromatic Colors of #3D7A4D
Black with #3D7A4D
Text Example
Text Example
White with #3D7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7A4D; }
p { color: rgb(61,122,77); }
H1.HeaderClassName
{
color: #3D7A4D;
}
.AnyTagClassName
{
color: #3D7A4D;
}
</style>
background-color css
<style>
a { background-color: #3D7A4D; }
a { background-color: rgb(61,122,77); }
div.DivClassName
{
background-color: #3D7A4D;
}
.BgClassName
{
background-color: #3D7A4D;
}
</style>
border-color css
<style>
span { border-color: #3D7A4D; }
span { border-color: rgb(61,122,77); }
td.TdClassName
{
border-color: #3D7A4D;
}
.TagClassName
{
border-color: #3D7A4D;
}
</style>