Shades of Amazon #366F53
Tints of Amazon #366F53
RGB
CMYK
RGB Variations
Color information
#366F53 (or 0x366F53) is known color: Amazon. HEX triplet: 36, 6F and 53. RGB value is (54,111,83). Sum of RGB (Red+Green+Blue) = 54+111+83=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #366F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F53 is #C990AC. Grayscale: #5A5A5A. Windows color (decimal): -13209773 or 5467958. OLE color: 5467958.
HSL color Cylindrical-coordinate representation of color #366F53: hue angle of 150.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F53 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 83 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.56 |
| HSL | 150.53º | 0.35% | 0.32% | - |
| HSV(B) | 150.53º | 0.51% | 0.44% | - |
| XYZ | 8.77 | 12.78 | 10.19 | - |
| YUV | 90.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 83 | 0.51 | 0 | 0.25 | 0.56 | 150.53 | 0.35 | 0.32 |
| Hex | 36 | 6F | 53 | 33 | 0 | 19 | 38 | 97 | 23 | 20 |
| Octal | 66 | 157 | 123 | 63 | 0 | 31 | 70 | 227 | 43 | 40 |
| Binary | 110110 | 1101111 | 1010011 | 110011 | 0 | 11001 | 111000 | 10010111 | 100011 | 100000 |
Color Harmonies of #366F53
Complementary color
Monochromatic Colors of #366F53
Black with #366F53
Text Example
Text Example
White with #366F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F53; }
p { color: rgb(54,111,83); }
H1.HeaderClassName
{
color: #366F53;
}
.AnyTagClassName
{
color: #366F53;
}
</style>
background-color css
<style>
a { background-color: #366F53; }
a { background-color: rgb(54,111,83); }
div.DivClassName
{
background-color: #366F53;
}
.BgClassName
{
background-color: #366F53;
}
</style>
border-color css
<style>
span { border-color: #366F53; }
span { border-color: rgb(54,111,83); }
td.TdClassName
{
border-color: #366F53;
}
.TagClassName
{
border-color: #366F53;
}
</style>