Shades of Amazon #3D8559
Tints of Amazon #3D8559
RGB
CMYK
RGB Variations
Color information
#3D8559 (or 0x3D8559) is known color: Amazon. HEX triplet: 3D, 85 and 59. RGB value is (61,133,89). Sum of RGB (Red+Green+Blue) = 61+133+89=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8559 is #C27AA6. Grayscale: #6A6A6A. Windows color (decimal): -12745383 or 5866813. OLE color: 5866813.
HSL color Cylindrical-coordinate representation of color #3D8559: hue angle of 143.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8559 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 89 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.48 |
| HSL | 143.33º | 0.37% | 0.38% | - |
| HSV(B) | 143.33º | 0.54% | 0.52% | - |
| XYZ | 12.12 | 18.49 | 12.38 | - |
| YUV | 106.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 89 | 0.54 | 0 | 0.33 | 0.48 | 143.33 | 0.37 | 0.38 |
| Hex | 3D | 85 | 59 | 36 | 0 | 21 | 30 | 8F | 25 | 26 |
| Octal | 75 | 205 | 131 | 66 | 0 | 41 | 60 | 217 | 45 | 46 |
| Binary | 111101 | 10000101 | 1011001 | 110110 | 0 | 100001 | 110000 | 10001111 | 100101 | 100110 |
Color Harmonies of #3D8559
Complementary color
Monochromatic Colors of #3D8559
Black with #3D8559
Text Example
Text Example
White with #3D8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8559; }
p { color: rgb(61,133,89); }
H1.HeaderClassName
{
color: #3D8559;
}
.AnyTagClassName
{
color: #3D8559;
}
</style>
background-color css
<style>
a { background-color: #3D8559; }
a { background-color: rgb(61,133,89); }
div.DivClassName
{
background-color: #3D8559;
}
.BgClassName
{
background-color: #3D8559;
}
</style>
border-color css
<style>
span { border-color: #3D8559; }
span { border-color: rgb(61,133,89); }
td.TdClassName
{
border-color: #3D8559;
}
.TagClassName
{
border-color: #3D8559;
}
</style>