Shades of Amazon #3D8555
Tints of Amazon #3D8555
RGB
CMYK
RGB Variations
Color information
#3D8555 (or 0x3D8555) is known color: Amazon. HEX triplet: 3D, 85 and 55. RGB value is (61,133,85). Sum of RGB (Red+Green+Blue) = 61+133+85=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8555 is #C27AAA. Grayscale: #6A6A6A. Windows color (decimal): -12745387 or 5604669. OLE color: 5604669.
HSL color Cylindrical-coordinate representation of color #3D8555: hue angle of 140º 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 #3D8555 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 85 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.48 |
| HSL | 140º | 0.37% | 0.38% | - |
| HSV(B) | 140º | 0.54% | 0.52% | - |
| XYZ | 11.95 | 18.42 | 11.52 | - |
| YUV | 106 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 85 | 0.54 | 0 | 0.36 | 0.48 | 140 | 0.37 | 0.38 |
| Hex | 3D | 85 | 55 | 36 | 0 | 24 | 30 | 8C | 25 | 26 |
| Octal | 75 | 205 | 125 | 66 | 0 | 44 | 60 | 214 | 45 | 46 |
| Binary | 111101 | 10000101 | 1010101 | 110110 | 0 | 100100 | 110000 | 10001100 | 100101 | 100110 |
Color Harmonies of #3D8555
Complementary color
Monochromatic Colors of #3D8555
Black with #3D8555
Text Example
Text Example
White with #3D8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8555; }
p { color: rgb(61,133,85); }
H1.HeaderClassName
{
color: #3D8555;
}
.AnyTagClassName
{
color: #3D8555;
}
</style>
background-color css
<style>
a { background-color: #3D8555; }
a { background-color: rgb(61,133,85); }
div.DivClassName
{
background-color: #3D8555;
}
.BgClassName
{
background-color: #3D8555;
}
</style>
border-color css
<style>
span { border-color: #3D8555; }
span { border-color: rgb(61,133,85); }
td.TdClassName
{
border-color: #3D8555;
}
.TagClassName
{
border-color: #3D8555;
}
</style>