Shades of Amazon #336D52
Tints of Amazon #336D52
RGB
CMYK
RGB Variations
Color information
#336D52 (or 0x336D52) is known color: Amazon. HEX triplet: 33, 6D and 52. RGB value is (51,109,82). Sum of RGB (Red+Green+Blue) = 51+109+82=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #336D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D52 is #CC92AD. Grayscale: #585858. Windows color (decimal): -13406894 or 5401907. OLE color: 5401907.
HSL color Cylindrical-coordinate representation of color #336D52: hue angle of 152.07º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336D52 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 82 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.57 |
| HSL | 152.07º | 0.36% | 0.31% | - |
| HSV(B) | 152.07º | 0.53% | 0.43% | - |
| XYZ | 8.36 | 12.25 | 9.91 | - |
| YUV | 88.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 82 | 0.53 | 0 | 0.25 | 0.57 | 152.07 | 0.36 | 0.31 |
| Hex | 33 | 6D | 52 | 35 | 0 | 19 | 39 | 98 | 24 | 1F |
| Octal | 63 | 155 | 122 | 65 | 0 | 31 | 71 | 230 | 44 | 37 |
| Binary | 110011 | 1101101 | 1010010 | 110101 | 0 | 11001 | 111001 | 10011000 | 100100 | 11111 |
Color Harmonies of #336D52
Complementary color
Monochromatic Colors of #336D52
Black with #336D52
Text Example
Text Example
White with #336D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D52; }
p { color: rgb(51,109,82); }
H1.HeaderClassName
{
color: #336D52;
}
.AnyTagClassName
{
color: #336D52;
}
</style>
background-color css
<style>
a { background-color: #336D52; }
a { background-color: rgb(51,109,82); }
div.DivClassName
{
background-color: #336D52;
}
.BgClassName
{
background-color: #336D52;
}
</style>
border-color css
<style>
span { border-color: #336D52; }
span { border-color: rgb(51,109,82); }
td.TdClassName
{
border-color: #336D52;
}
.TagClassName
{
border-color: #336D52;
}
</style>