Shades of Amazon #366B50
Tints of Amazon #366B50
RGB
CMYK
RGB Variations
Color information
#366B50 (or 0x366B50) is known color: Amazon. HEX triplet: 36, 6B and 50. RGB value is (54,107,80). Sum of RGB (Red+Green+Blue) = 54+107+80=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #366B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B50 is #C994AF. Grayscale: #585858. Windows color (decimal): -13210800 or 5270326. OLE color: 5270326.
HSL color Cylindrical-coordinate representation of color #366B50: hue angle of 149.43º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B50 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 107 | 80 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.58 |
| HSL | 149.43º | 0.33% | 0.32% | - |
| HSV(B) | 149.43º | 0.5% | 0.42% | - |
| XYZ | 8.23 | 11.88 | 9.45 | - |
| YUV | 88.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 80 | 0.50 | 0 | 0.25 | 0.58 | 149.43 | 0.33 | 0.32 |
| Hex | 36 | 6B | 50 | 32 | 0 | 19 | 3A | 95 | 21 | 20 |
| Octal | 66 | 153 | 120 | 62 | 0 | 31 | 72 | 225 | 41 | 40 |
| Binary | 110110 | 1101011 | 1010000 | 110010 | 0 | 11001 | 111010 | 10010101 | 100001 | 100000 |
Color Harmonies of #366B50
Complementary color
Monochromatic Colors of #366B50
Black with #366B50
Text Example
Text Example
White with #366B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B50; }
p { color: rgb(54,107,80); }
H1.HeaderClassName
{
color: #366B50;
}
.AnyTagClassName
{
color: #366B50;
}
</style>
background-color css
<style>
a { background-color: #366B50; }
a { background-color: rgb(54,107,80); }
div.DivClassName
{
background-color: #366B50;
}
.BgClassName
{
background-color: #366B50;
}
</style>
border-color css
<style>
span { border-color: #366B50; }
span { border-color: rgb(54,107,80); }
td.TdClassName
{
border-color: #366B50;
}
.TagClassName
{
border-color: #366B50;
}
</style>