Shades of Amazon #366B4C
Tints of Amazon #366B4C
RGB
CMYK
RGB Variations
Color information
#366B4C (or 0x366B4C) is known color: Amazon. HEX triplet: 36, 6B and 4C. RGB value is (54,107,76). Sum of RGB (Red+Green+Blue) = 54+107+76=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #366B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B4C is #C994B3. Grayscale: #575757. Windows color (decimal): -13210804 or 5008182. OLE color: 5008182.
HSL color Cylindrical-coordinate representation of color #366B4C: hue angle of 144.91º 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 #366B4C is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 107 | 76 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.58 |
| HSL | 144.91º | 0.33% | 0.32% | - |
| HSV(B) | 144.91º | 0.5% | 0.42% | - |
| XYZ | 8.08 | 11.82 | 8.69 | - |
| YUV | 87.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 76 | 0.50 | 0 | 0.29 | 0.58 | 144.91 | 0.33 | 0.32 |
| Hex | 36 | 6B | 4C | 32 | 0 | 1D | 3A | 91 | 21 | 20 |
| Octal | 66 | 153 | 114 | 62 | 0 | 35 | 72 | 221 | 41 | 40 |
| Binary | 110110 | 1101011 | 1001100 | 110010 | 0 | 11101 | 111010 | 10010001 | 100001 | 100000 |
Color Harmonies of #366B4C
Complementary color
Monochromatic Colors of #366B4C
Black with #366B4C
Text Example
Text Example
White with #366B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B4C; }
p { color: rgb(54,107,76); }
H1.HeaderClassName
{
color: #366B4C;
}
.AnyTagClassName
{
color: #366B4C;
}
</style>
background-color css
<style>
a { background-color: #366B4C; }
a { background-color: rgb(54,107,76); }
div.DivClassName
{
background-color: #366B4C;
}
.BgClassName
{
background-color: #366B4C;
}
</style>
border-color css
<style>
span { border-color: #366B4C; }
span { border-color: rgb(54,107,76); }
td.TdClassName
{
border-color: #366B4C;
}
.TagClassName
{
border-color: #366B4C;
}
</style>