Shades of Amazon #336F4D
Tints of Amazon #336F4D
RGB
CMYK
RGB Variations
Color information
#336F4D (or 0x336F4D) is known color: Amazon. HEX triplet: 33, 6F and 4D. RGB value is (51,111,77). Sum of RGB (Red+Green+Blue) = 51+111+77=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #336F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F4D is #CC90B2. Grayscale: #595959. Windows color (decimal): -13406387 or 5074739. OLE color: 5074739.
HSL color Cylindrical-coordinate representation of color #336F4D: hue angle of 146º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F4D is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 77 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.56 |
| HSL | 146º | 0.37% | 0.32% | - |
| HSV(B) | 146º | 0.54% | 0.44% | - |
| XYZ | 8.39 | 12.61 | 9.01 | - |
| YUV | 89.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 77 | 0.54 | 0 | 0.31 | 0.56 | 146 | 0.37 | 0.32 |
| Hex | 33 | 6F | 4D | 36 | 0 | 1F | 38 | 92 | 25 | 20 |
| Octal | 63 | 157 | 115 | 66 | 0 | 37 | 70 | 222 | 45 | 40 |
| Binary | 110011 | 1101111 | 1001101 | 110110 | 0 | 11111 | 111000 | 10010010 | 100101 | 100000 |
Color Harmonies of #336F4D
Complementary color
Monochromatic Colors of #336F4D
Black with #336F4D
Text Example
Text Example
White with #336F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F4D; }
p { color: rgb(51,111,77); }
H1.HeaderClassName
{
color: #336F4D;
}
.AnyTagClassName
{
color: #336F4D;
}
</style>
background-color css
<style>
a { background-color: #336F4D; }
a { background-color: rgb(51,111,77); }
div.DivClassName
{
background-color: #336F4D;
}
.BgClassName
{
background-color: #336F4D;
}
</style>
border-color css
<style>
span { border-color: #336F4D; }
span { border-color: rgb(51,111,77); }
td.TdClassName
{
border-color: #336F4D;
}
.TagClassName
{
border-color: #336F4D;
}
</style>