Shades of Amazon #336F51
Tints of Amazon #336F51
RGB
CMYK
RGB Variations
Color information
#336F51 (or 0x336F51) is known color: Amazon. HEX triplet: 33, 6F and 51. RGB value is (51,111,81). Sum of RGB (Red+Green+Blue) = 51+111+81=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #336F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F51 is #CC90AE. Grayscale: #595959. Windows color (decimal): -13406383 or 5336883. OLE color: 5336883.
HSL color Cylindrical-coordinate representation of color #336F51: hue angle of 150º 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 #336F51 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 81 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.56 |
| HSL | 150º | 0.37% | 0.32% | - |
| HSV(B) | 150º | 0.54% | 0.44% | - |
| XYZ | 8.53 | 12.67 | 9.78 | - |
| YUV | 89.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 81 | 0.54 | 0 | 0.27 | 0.56 | 150 | 0.37 | 0.32 |
| Hex | 33 | 6F | 51 | 36 | 0 | 1B | 38 | 96 | 25 | 20 |
| Octal | 63 | 157 | 121 | 66 | 0 | 33 | 70 | 226 | 45 | 40 |
| Binary | 110011 | 1101111 | 1010001 | 110110 | 0 | 11011 | 111000 | 10010110 | 100101 | 100000 |
Color Harmonies of #336F51
Complementary color
Monochromatic Colors of #336F51
Black with #336F51
Text Example
Text Example
White with #336F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F51; }
p { color: rgb(51,111,81); }
H1.HeaderClassName
{
color: #336F51;
}
.AnyTagClassName
{
color: #336F51;
}
</style>
background-color css
<style>
a { background-color: #336F51; }
a { background-color: rgb(51,111,81); }
div.DivClassName
{
background-color: #336F51;
}
.BgClassName
{
background-color: #336F51;
}
</style>
border-color css
<style>
span { border-color: #336F51; }
span { border-color: rgb(51,111,81); }
td.TdClassName
{
border-color: #336F51;
}
.TagClassName
{
border-color: #336F51;
}
</style>