Shades of Amazon #3D844F
Tints of Amazon #3D844F
RGB
CMYK
RGB Variations
Color information
#3D844F (or 0x3D844F) is known color: Amazon. HEX triplet: 3D, 84 and 4F. RGB value is (61,132,79). Sum of RGB (Red+Green+Blue) = 61+132+79=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #3D844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D844F is #C27BB0. Grayscale: #686868. Windows color (decimal): -12745649 or 5211197. OLE color: 5211197.
HSL color Cylindrical-coordinate representation of color #3D844F: hue angle of 135.21º 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 #3D844F is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 79 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.48 |
| HSL | 135.21º | 0.37% | 0.38% | - |
| HSV(B) | 135.21º | 0.54% | 0.52% | - |
| XYZ | 11.59 | 18.06 | 10.27 | - |
| YUV | 104.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 79 | 0.54 | 0 | 0.40 | 0.48 | 135.21 | 0.37 | 0.38 |
| Hex | 3D | 84 | 4F | 36 | 0 | 28 | 30 | 87 | 25 | 26 |
| Octal | 75 | 204 | 117 | 66 | 0 | 50 | 60 | 207 | 45 | 46 |
| Binary | 111101 | 10000100 | 1001111 | 110110 | 0 | 101000 | 110000 | 10000111 | 100101 | 100110 |
Color Harmonies of #3D844F
Complementary color
Monochromatic Colors of #3D844F
Black with #3D844F
Text Example
Text Example
White with #3D844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D844F; }
p { color: rgb(61,132,79); }
H1.HeaderClassName
{
color: #3D844F;
}
.AnyTagClassName
{
color: #3D844F;
}
</style>
background-color css
<style>
a { background-color: #3D844F; }
a { background-color: rgb(61,132,79); }
div.DivClassName
{
background-color: #3D844F;
}
.BgClassName
{
background-color: #3D844F;
}
</style>
border-color css
<style>
span { border-color: #3D844F; }
span { border-color: rgb(61,132,79); }
td.TdClassName
{
border-color: #3D844F;
}
.TagClassName
{
border-color: #3D844F;
}
</style>