Shades of Amazon #3D825E
Tints of Amazon #3D825E
RGB
CMYK
RGB Variations
Color information
#3D825E (or 0x3D825E) is known color: Amazon. HEX triplet: 3D, 82 and 5E. RGB value is (61,130,94). Sum of RGB (Red+Green+Blue) = 61+130+94=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #3D825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D825E is #C27DA1. Grayscale: #696969. Windows color (decimal): -12746146 or 6193725. OLE color: 6193725.
HSL color Cylindrical-coordinate representation of color #3D825E: hue angle of 148.7º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D825E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 94 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.49 |
| HSL | 148.7º | 0.36% | 0.37% | - |
| HSV(B) | 148.7º | 0.53% | 0.51% | - |
| XYZ | 11.93 | 17.77 | 13.39 | - |
| YUV | 105.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 94 | 0.53 | 0 | 0.28 | 0.49 | 148.7 | 0.36 | 0.37 |
| Hex | 3D | 82 | 5E | 35 | 0 | 1C | 31 | 95 | 24 | 25 |
| Octal | 75 | 202 | 136 | 65 | 0 | 34 | 61 | 225 | 44 | 45 |
| Binary | 111101 | 10000010 | 1011110 | 110101 | 0 | 11100 | 110001 | 10010101 | 100100 | 100101 |
Color Harmonies of #3D825E
Complementary color
Monochromatic Colors of #3D825E
Black with #3D825E
Text Example
Text Example
White with #3D825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D825E; }
p { color: rgb(61,130,94); }
H1.HeaderClassName
{
color: #3D825E;
}
.AnyTagClassName
{
color: #3D825E;
}
</style>
background-color css
<style>
a { background-color: #3D825E; }
a { background-color: rgb(61,130,94); }
div.DivClassName
{
background-color: #3D825E;
}
.BgClassName
{
background-color: #3D825E;
}
</style>
border-color css
<style>
span { border-color: #3D825E; }
span { border-color: rgb(61,130,94); }
td.TdClassName
{
border-color: #3D825E;
}
.TagClassName
{
border-color: #3D825E;
}
</style>