Shades of Amazon #366D47
Tints of Amazon #366D47
RGB
CMYK
RGB Variations
Color information
#366D47 (or 0x366D47) is known color: Amazon. HEX triplet: 36, 6D and 47. RGB value is (54,109,71). Sum of RGB (Red+Green+Blue) = 54+109+71=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #366D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D47 is #C992B8. Grayscale: #585858. Windows color (decimal): -13210297 or 4681014. OLE color: 4681014.
HSL color Cylindrical-coordinate representation of color #366D47: hue angle of 138.55º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D47 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 109 | 71 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.57 |
| HSL | 138.55º | 0.34% | 0.32% | - |
| HSV(B) | 138.55º | 0.5% | 0.43% | - |
| XYZ | 8.13 | 12.18 | 7.88 | - |
| YUV | 88.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 71 | 0.50 | 0 | 0.35 | 0.57 | 138.55 | 0.34 | 0.32 |
| Hex | 36 | 6D | 47 | 32 | 0 | 23 | 39 | 8B | 22 | 20 |
| Octal | 66 | 155 | 107 | 62 | 0 | 43 | 71 | 213 | 42 | 40 |
| Binary | 110110 | 1101101 | 1000111 | 110010 | 0 | 100011 | 111001 | 10001011 | 100010 | 100000 |
Color Harmonies of #366D47
Complementary color
Monochromatic Colors of #366D47
Black with #366D47
Text Example
Text Example
White with #366D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D47; }
p { color: rgb(54,109,71); }
H1.HeaderClassName
{
color: #366D47;
}
.AnyTagClassName
{
color: #366D47;
}
</style>
background-color css
<style>
a { background-color: #366D47; }
a { background-color: rgb(54,109,71); }
div.DivClassName
{
background-color: #366D47;
}
.BgClassName
{
background-color: #366D47;
}
</style>
border-color css
<style>
span { border-color: #366D47; }
span { border-color: rgb(54,109,71); }
td.TdClassName
{
border-color: #366D47;
}
.TagClassName
{
border-color: #366D47;
}
</style>