Shades of Amazon #3D714E
Tints of Amazon #3D714E
RGB
CMYK
RGB Variations
Color information
#3D714E (or 0x3D714E) is known color: Amazon. HEX triplet: 3D, 71 and 4E. RGB value is (61,113,78). Sum of RGB (Red+Green+Blue) = 61+113+78=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3D714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D714E is #C28EB1. Grayscale: #5D5D5D. Windows color (decimal): -12750514 or 5140797. OLE color: 5140797.
HSL color Cylindrical-coordinate representation of color #3D714E: hue angle of 139.62º 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 #3D714E is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 78 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.56 |
| HSL | 139.62º | 0.3% | 0.34% | - |
| HSV(B) | 139.62º | 0.46% | 0.44% | - |
| XYZ | 9.2 | 13.35 | 9.3 | - |
| YUV | 93.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 78 | 0.46 | 0 | 0.31 | 0.56 | 139.62 | 0.3 | 0.34 |
| Hex | 3D | 71 | 4E | 2E | 0 | 1F | 38 | 8C | 1E | 22 |
| Octal | 75 | 161 | 116 | 56 | 0 | 37 | 70 | 214 | 36 | 42 |
| Binary | 111101 | 1110001 | 1001110 | 101110 | 0 | 11111 | 111000 | 10001100 | 11110 | 100010 |
Color Harmonies of #3D714E
Complementary color
Monochromatic Colors of #3D714E
Black with #3D714E
Text Example
Text Example
White with #3D714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D714E; }
p { color: rgb(61,113,78); }
H1.HeaderClassName
{
color: #3D714E;
}
.AnyTagClassName
{
color: #3D714E;
}
</style>
background-color css
<style>
a { background-color: #3D714E; }
a { background-color: rgb(61,113,78); }
div.DivClassName
{
background-color: #3D714E;
}
.BgClassName
{
background-color: #3D714E;
}
</style>
border-color css
<style>
span { border-color: #3D714E; }
span { border-color: rgb(61,113,78); }
td.TdClassName
{
border-color: #3D714E;
}
.TagClassName
{
border-color: #3D714E;
}
</style>