Shades of Amazon #366D4F
Tints of Amazon #366D4F
RGB
CMYK
RGB Variations
Color information
#366D4F (or 0x366D4F) is known color: Amazon. HEX triplet: 36, 6D and 4F. RGB value is (54,109,79). Sum of RGB (Red+Green+Blue) = 54+109+79=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #366D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D4F is #C992B0. Grayscale: #595959. Windows color (decimal): -13210289 or 5205302. OLE color: 5205302.
HSL color Cylindrical-coordinate representation of color #366D4F: hue angle of 147.27º 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 #366D4F is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 109 | 79 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.57 |
| HSL | 147.27º | 0.34% | 0.32% | - |
| HSV(B) | 147.27º | 0.5% | 0.43% | - |
| XYZ | 8.4 | 12.29 | 9.33 | - |
| YUV | 89.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 79 | 0.50 | 0 | 0.28 | 0.57 | 147.27 | 0.34 | 0.32 |
| Hex | 36 | 6D | 4F | 32 | 0 | 1C | 39 | 93 | 22 | 20 |
| Octal | 66 | 155 | 117 | 62 | 0 | 34 | 71 | 223 | 42 | 40 |
| Binary | 110110 | 1101101 | 1001111 | 110010 | 0 | 11100 | 111001 | 10010011 | 100010 | 100000 |
Color Harmonies of #366D4F
Complementary color
Monochromatic Colors of #366D4F
Black with #366D4F
Text Example
Text Example
White with #366D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D4F; }
p { color: rgb(54,109,79); }
H1.HeaderClassName
{
color: #366D4F;
}
.AnyTagClassName
{
color: #366D4F;
}
</style>
background-color css
<style>
a { background-color: #366D4F; }
a { background-color: rgb(54,109,79); }
div.DivClassName
{
background-color: #366D4F;
}
.BgClassName
{
background-color: #366D4F;
}
</style>
border-color css
<style>
span { border-color: #366D4F; }
span { border-color: rgb(54,109,79); }
td.TdClassName
{
border-color: #366D4F;
}
.TagClassName
{
border-color: #366D4F;
}
</style>