Shades of Amazon #336D48
Tints of Amazon #336D48
RGB
CMYK
RGB Variations
Color information
#336D48 (or 0x336D48) is known color: Amazon. HEX triplet: 33, 6D and 48. RGB value is (51,109,72). Sum of RGB (Red+Green+Blue) = 51+109+72=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #336D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D48 is #CC92B7. Grayscale: #575757. Windows color (decimal): -13406904 or 4746547. OLE color: 4746547.
HSL color Cylindrical-coordinate representation of color #336D48: hue angle of 141.72º 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 #336D48 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 72 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.57 |
| HSL | 141.72º | 0.36% | 0.31% | - |
| HSV(B) | 141.72º | 0.53% | 0.43% | - |
| XYZ | 8 | 12.11 | 8.05 | - |
| YUV | 87.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 72 | 0.53 | 0 | 0.34 | 0.57 | 141.72 | 0.36 | 0.31 |
| Hex | 33 | 6D | 48 | 35 | 0 | 22 | 39 | 8E | 24 | 1F |
| Octal | 63 | 155 | 110 | 65 | 0 | 42 | 71 | 216 | 44 | 37 |
| Binary | 110011 | 1101101 | 1001000 | 110101 | 0 | 100010 | 111001 | 10001110 | 100100 | 11111 |
Color Harmonies of #336D48
Complementary color
Monochromatic Colors of #336D48
Black with #336D48
Text Example
Text Example
White with #336D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D48; }
p { color: rgb(51,109,72); }
H1.HeaderClassName
{
color: #336D48;
}
.AnyTagClassName
{
color: #336D48;
}
</style>
background-color css
<style>
a { background-color: #336D48; }
a { background-color: rgb(51,109,72); }
div.DivClassName
{
background-color: #336D48;
}
.BgClassName
{
background-color: #336D48;
}
</style>
border-color css
<style>
span { border-color: #336D48; }
span { border-color: rgb(51,109,72); }
td.TdClassName
{
border-color: #336D48;
}
.TagClassName
{
border-color: #336D48;
}
</style>