Shades of Amazon #3B865B
Tints of Amazon #3B865B
RGB
CMYK
RGB Variations
Color information
#3B865B (or 0x3B865B) is known color: Amazon. HEX triplet: 3B, 86 and 5B. RGB value is (59,134,91). Sum of RGB (Red+Green+Blue) = 59+134+91=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #3B865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B865B is #C479A4. Grayscale: #6A6A6A. Windows color (decimal): -12876197 or 5998139. OLE color: 5998139.
HSL color Cylindrical-coordinate representation of color #3B865B: hue angle of 145.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B865B is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 91 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.47 |
| HSL | 145.6º | 0.39% | 0.38% | - |
| HSV(B) | 145.6º | 0.56% | 0.53% | - |
| XYZ | 12.22 | 18.74 | 12.87 | - |
| YUV | 106.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 91 | 0.56 | 0 | 0.32 | 0.47 | 145.6 | 0.39 | 0.38 |
| Hex | 3B | 86 | 5B | 38 | 0 | 20 | 2F | 92 | 27 | 26 |
| Octal | 73 | 206 | 133 | 70 | 0 | 40 | 57 | 222 | 47 | 46 |
| Binary | 111011 | 10000110 | 1011011 | 111000 | 0 | 100000 | 101111 | 10010010 | 100111 | 100110 |
Color Harmonies of #3B865B
Complementary color
Monochromatic Colors of #3B865B
Black with #3B865B
Text Example
Text Example
White with #3B865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B865B; }
p { color: rgb(59,134,91); }
H1.HeaderClassName
{
color: #3B865B;
}
.AnyTagClassName
{
color: #3B865B;
}
</style>
background-color css
<style>
a { background-color: #3B865B; }
a { background-color: rgb(59,134,91); }
div.DivClassName
{
background-color: #3B865B;
}
.BgClassName
{
background-color: #3B865B;
}
</style>
border-color css
<style>
span { border-color: #3B865B; }
span { border-color: rgb(59,134,91); }
td.TdClassName
{
border-color: #3B865B;
}
.TagClassName
{
border-color: #3B865B;
}
</style>