Shades of Amazon #3B854D
Tints of Amazon #3B854D
RGB
CMYK
RGB Variations
Color information
#3B854D (or 0x3B854D) is known color: Amazon. HEX triplet: 3B, 85 and 4D. RGB value is (59,133,77). Sum of RGB (Red+Green+Blue) = 59+133+77=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #3B854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B854D is #C47AB2. Grayscale: #686868. Windows color (decimal): -12876467 or 5080379. OLE color: 5080379.
HSL color Cylindrical-coordinate representation of color #3B854D: hue angle of 134.59º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B854D is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 133 | 77 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.48 |
| HSL | 134.59º | 0.39% | 0.38% | - |
| HSV(B) | 134.59º | 0.56% | 0.52% | - |
| XYZ | 11.53 | 18.24 | 9.93 | - |
| YUV | 104.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 133 | 77 | 0.56 | 0 | 0.42 | 0.48 | 134.59 | 0.39 | 0.38 |
| Hex | 3B | 85 | 4D | 38 | 0 | 2A | 30 | 87 | 27 | 26 |
| Octal | 73 | 205 | 115 | 70 | 0 | 52 | 60 | 207 | 47 | 46 |
| Binary | 111011 | 10000101 | 1001101 | 111000 | 0 | 101010 | 110000 | 10000111 | 100111 | 100110 |
Color Harmonies of #3B854D
Complementary color
Monochromatic Colors of #3B854D
Black with #3B854D
Text Example
Text Example
White with #3B854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B854D; }
p { color: rgb(59,133,77); }
H1.HeaderClassName
{
color: #3B854D;
}
.AnyTagClassName
{
color: #3B854D;
}
</style>
background-color css
<style>
a { background-color: #3B854D; }
a { background-color: rgb(59,133,77); }
div.DivClassName
{
background-color: #3B854D;
}
.BgClassName
{
background-color: #3B854D;
}
</style>
border-color css
<style>
span { border-color: #3B854D; }
span { border-color: rgb(59,133,77); }
td.TdClassName
{
border-color: #3B854D;
}
.TagClassName
{
border-color: #3B854D;
}
</style>