Shades of Amazon #3D714F
Tints of Amazon #3D714F
RGB
CMYK
RGB Variations
Color information
#3D714F (or 0x3D714F) is known color: Amazon. HEX triplet: 3D, 71 and 4F. RGB value is (61,113,79). Sum of RGB (Red+Green+Blue) = 61+113+79=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #3D714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D714F is #C28EB0. Grayscale: #5D5D5D. Windows color (decimal): -12750513 or 5206333. OLE color: 5206333.
HSL color Cylindrical-coordinate representation of color #3D714F: hue angle of 140.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D714F is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 79 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.56 |
| HSL | 140.77º | 0.3% | 0.34% | - |
| HSV(B) | 140.77º | 0.46% | 0.44% | - |
| XYZ | 9.24 | 13.37 | 9.49 | - |
| YUV | 93.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 79 | 0.46 | 0 | 0.30 | 0.56 | 140.77 | 0.3 | 0.34 |
| Hex | 3D | 71 | 4F | 2E | 0 | 1E | 38 | 8D | 1E | 22 |
| Octal | 75 | 161 | 117 | 56 | 0 | 36 | 70 | 215 | 36 | 42 |
| Binary | 111101 | 1110001 | 1001111 | 101110 | 0 | 11110 | 111000 | 10001101 | 11110 | 100010 |
Color Harmonies of #3D714F
Complementary color
Monochromatic Colors of #3D714F
Black with #3D714F
Text Example
Text Example
White with #3D714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D714F; }
p { color: rgb(61,113,79); }
H1.HeaderClassName
{
color: #3D714F;
}
.AnyTagClassName
{
color: #3D714F;
}
</style>
background-color css
<style>
a { background-color: #3D714F; }
a { background-color: rgb(61,113,79); }
div.DivClassName
{
background-color: #3D714F;
}
.BgClassName
{
background-color: #3D714F;
}
</style>
border-color css
<style>
span { border-color: #3D714F; }
span { border-color: rgb(61,113,79); }
td.TdClassName
{
border-color: #3D714F;
}
.TagClassName
{
border-color: #3D714F;
}
</style>