Shades of Amazon #3D885B
Tints of Amazon #3D885B
RGB
CMYK
RGB Variations
Color information
#3D885B (or 0x3D885B) is known color: Amazon. HEX triplet: 3D, 88 and 5B. RGB value is (61,136,91). Sum of RGB (Red+Green+Blue) = 61+136+91=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #3D885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D885B is #C277A4. Grayscale: #6C6C6C. Windows color (decimal): -12744613 or 5998653. OLE color: 5998653.
HSL color Cylindrical-coordinate representation of color #3D885B: hue angle of 144º 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 #3D885B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 91 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.47 |
| HSL | 144º | 0.38% | 0.39% | - |
| HSV(B) | 144º | 0.55% | 0.53% | - |
| XYZ | 12.62 | 19.36 | 12.97 | - |
| YUV | 108.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 91 | 0.55 | 0 | 0.33 | 0.47 | 144 | 0.38 | 0.39 |
| Hex | 3D | 88 | 5B | 37 | 0 | 21 | 2F | 90 | 26 | 27 |
| Octal | 75 | 210 | 133 | 67 | 0 | 41 | 57 | 220 | 46 | 47 |
| Binary | 111101 | 10001000 | 1011011 | 110111 | 0 | 100001 | 101111 | 10010000 | 100110 | 100111 |
Color Harmonies of #3D885B
Complementary color
Monochromatic Colors of #3D885B
Black with #3D885B
Text Example
Text Example
White with #3D885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D885B; }
p { color: rgb(61,136,91); }
H1.HeaderClassName
{
color: #3D885B;
}
.AnyTagClassName
{
color: #3D885B;
}
</style>
background-color css
<style>
a { background-color: #3D885B; }
a { background-color: rgb(61,136,91); }
div.DivClassName
{
background-color: #3D885B;
}
.BgClassName
{
background-color: #3D885B;
}
</style>
border-color css
<style>
span { border-color: #3D885B; }
span { border-color: rgb(61,136,91); }
td.TdClassName
{
border-color: #3D885B;
}
.TagClassName
{
border-color: #3D885B;
}
</style>