Shades of Amazon #3B6E54
Tints of Amazon #3B6E54
RGB
CMYK
RGB Variations
Color information
#3B6E54 (or 0x3B6E54) is known color: Amazon. HEX triplet: 3B, 6E and 54. RGB value is (59,110,84). Sum of RGB (Red+Green+Blue) = 59+110+84=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E54 is #C491AB. Grayscale: #5B5B5B. Windows color (decimal): -12882348 or 5533243. OLE color: 5533243.
HSL color Cylindrical-coordinate representation of color #3B6E54: hue angle of 149.41º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6E54 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 84 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.57 |
| HSL | 149.41º | 0.3% | 0.33% | - |
| HSV(B) | 149.41º | 0.46% | 0.43% | - |
| XYZ | 8.98 | 12.72 | 10.37 | - |
| YUV | 91.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 84 | 0.46 | 0 | 0.24 | 0.57 | 149.41 | 0.3 | 0.33 |
| Hex | 3B | 6E | 54 | 2E | 0 | 18 | 39 | 95 | 1E | 21 |
| Octal | 73 | 156 | 124 | 56 | 0 | 30 | 71 | 225 | 36 | 41 |
| Binary | 111011 | 1101110 | 1010100 | 101110 | 0 | 11000 | 111001 | 10010101 | 11110 | 100001 |
Color Harmonies of #3B6E54
Complementary color
Monochromatic Colors of #3B6E54
Black with #3B6E54
Text Example
Text Example
White with #3B6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E54; }
p { color: rgb(59,110,84); }
H1.HeaderClassName
{
color: #3B6E54;
}
.AnyTagClassName
{
color: #3B6E54;
}
</style>
background-color css
<style>
a { background-color: #3B6E54; }
a { background-color: rgb(59,110,84); }
div.DivClassName
{
background-color: #3B6E54;
}
.BgClassName
{
background-color: #3B6E54;
}
</style>
border-color css
<style>
span { border-color: #3B6E54; }
span { border-color: rgb(59,110,84); }
td.TdClassName
{
border-color: #3B6E54;
}
.TagClassName
{
border-color: #3B6E54;
}
</style>