Shades of Amazon #3D875B
Tints of Amazon #3D875B
RGB
CMYK
RGB Variations
Color information
#3D875B (or 0x3D875B) is known color: Amazon. HEX triplet: 3D, 87 and 5B. RGB value is (61,135,91). Sum of RGB (Red+Green+Blue) = 61+135+91=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #3D875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D875B is #C278A4. Grayscale: #6B6B6B. Windows color (decimal): -12744869 or 5998397. OLE color: 5998397.
HSL color Cylindrical-coordinate representation of color #3D875B: hue angle of 144.32º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D875B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 91 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.47 |
| HSL | 144.32º | 0.38% | 0.38% | - |
| HSV(B) | 144.32º | 0.55% | 0.53% | - |
| XYZ | 12.48 | 19.08 | 12.92 | - |
| YUV | 107.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 91 | 0.55 | 0 | 0.33 | 0.47 | 144.32 | 0.38 | 0.38 |
| Hex | 3D | 87 | 5B | 37 | 0 | 21 | 2F | 90 | 26 | 26 |
| Octal | 75 | 207 | 133 | 67 | 0 | 41 | 57 | 220 | 46 | 46 |
| Binary | 111101 | 10000111 | 1011011 | 110111 | 0 | 100001 | 101111 | 10010000 | 100110 | 100110 |
Color Harmonies of #3D875B
Complementary color
Monochromatic Colors of #3D875B
Black with #3D875B
Text Example
Text Example
White with #3D875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D875B; }
p { color: rgb(61,135,91); }
H1.HeaderClassName
{
color: #3D875B;
}
.AnyTagClassName
{
color: #3D875B;
}
</style>
background-color css
<style>
a { background-color: #3D875B; }
a { background-color: rgb(61,135,91); }
div.DivClassName
{
background-color: #3D875B;
}
.BgClassName
{
background-color: #3D875B;
}
</style>
border-color css
<style>
span { border-color: #3D875B; }
span { border-color: rgb(61,135,91); }
td.TdClassName
{
border-color: #3D875B;
}
.TagClassName
{
border-color: #3D875B;
}
</style>