Shades of Amazon #3D8851
Tints of Amazon #3D8851
RGB
CMYK
RGB Variations
Color information
#3D8851 (or 0x3D8851) is known color: Amazon. HEX triplet: 3D, 88 and 51. RGB value is (61,136,81). Sum of RGB (Red+Green+Blue) = 61+136+81=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8851 is #C277AE. Grayscale: #6B6B6B. Windows color (decimal): -12744623 or 5343293. OLE color: 5343293.
HSL color Cylindrical-coordinate representation of color #3D8851: hue angle of 136º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8851 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 81 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.47 |
| HSL | 136º | 0.38% | 0.39% | - |
| HSV(B) | 136º | 0.55% | 0.53% | - |
| XYZ | 12.21 | 19.19 | 10.85 | - |
| YUV | 107.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 81 | 0.55 | 0 | 0.40 | 0.47 | 136 | 0.38 | 0.39 |
| Hex | 3D | 88 | 51 | 37 | 0 | 28 | 2F | 88 | 26 | 27 |
| Octal | 75 | 210 | 121 | 67 | 0 | 50 | 57 | 210 | 46 | 47 |
| Binary | 111101 | 10001000 | 1010001 | 110111 | 0 | 101000 | 101111 | 10001000 | 100110 | 100111 |
Color Harmonies of #3D8851
Complementary color
Monochromatic Colors of #3D8851
Black with #3D8851
Text Example
Text Example
White with #3D8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8851; }
p { color: rgb(61,136,81); }
H1.HeaderClassName
{
color: #3D8851;
}
.AnyTagClassName
{
color: #3D8851;
}
</style>
background-color css
<style>
a { background-color: #3D8851; }
a { background-color: rgb(61,136,81); }
div.DivClassName
{
background-color: #3D8851;
}
.BgClassName
{
background-color: #3D8851;
}
</style>
border-color css
<style>
span { border-color: #3D8851; }
span { border-color: rgb(61,136,81); }
td.TdClassName
{
border-color: #3D8851;
}
.TagClassName
{
border-color: #3D8851;
}
</style>