Shades of Amazon #3D855D
Tints of Amazon #3D855D
RGB
CMYK
RGB Variations
Color information
#3D855D (or 0x3D855D) is known color: Amazon. HEX triplet: 3D, 85 and 5D. RGB value is (61,133,93). Sum of RGB (Red+Green+Blue) = 61+133+93=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #3D855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D855D is #C27AA2. Grayscale: #6B6B6B. Windows color (decimal): -12745379 or 6128957. OLE color: 6128957.
HSL color Cylindrical-coordinate representation of color #3D855D: hue angle of 146.67º 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 #3D855D is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 93 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.48 |
| HSL | 146.67º | 0.37% | 0.38% | - |
| HSV(B) | 146.67º | 0.54% | 0.52% | - |
| XYZ | 12.29 | 18.56 | 13.29 | - |
| YUV | 106.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 93 | 0.54 | 0 | 0.30 | 0.48 | 146.67 | 0.37 | 0.38 |
| Hex | 3D | 85 | 5D | 36 | 0 | 1E | 30 | 93 | 25 | 26 |
| Octal | 75 | 205 | 135 | 66 | 0 | 36 | 60 | 223 | 45 | 46 |
| Binary | 111101 | 10000101 | 1011101 | 110110 | 0 | 11110 | 110000 | 10010011 | 100101 | 100110 |
Color Harmonies of #3D855D
Complementary color
Monochromatic Colors of #3D855D
Black with #3D855D
Text Example
Text Example
White with #3D855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D855D; }
p { color: rgb(61,133,93); }
H1.HeaderClassName
{
color: #3D855D;
}
.AnyTagClassName
{
color: #3D855D;
}
</style>
background-color css
<style>
a { background-color: #3D855D; }
a { background-color: rgb(61,133,93); }
div.DivClassName
{
background-color: #3D855D;
}
.BgClassName
{
background-color: #3D855D;
}
</style>
border-color css
<style>
span { border-color: #3D855D; }
span { border-color: rgb(61,133,93); }
td.TdClassName
{
border-color: #3D855D;
}
.TagClassName
{
border-color: #3D855D;
}
</style>