Shades of Amazon #336D4A
Tints of Amazon #336D4A
RGB
CMYK
RGB Variations
Color information
#336D4A (or 0x336D4A) is known color: Amazon. HEX triplet: 33, 6D and 4A. RGB value is (51,109,74). Sum of RGB (Red+Green+Blue) = 51+109+74=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #336D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D4A is #CC92B5. Grayscale: #575757. Windows color (decimal): -13406902 or 4877619. OLE color: 4877619.
HSL color Cylindrical-coordinate representation of color #336D4A: hue angle of 143.79º 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 #336D4A is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 74 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.57 |
| HSL | 143.79º | 0.36% | 0.31% | - |
| HSV(B) | 143.79º | 0.53% | 0.43% | - |
| XYZ | 8.07 | 12.14 | 8.4 | - |
| YUV | 87.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 74 | 0.53 | 0 | 0.32 | 0.57 | 143.79 | 0.36 | 0.31 |
| Hex | 33 | 6D | 4A | 35 | 0 | 20 | 39 | 90 | 24 | 1F |
| Octal | 63 | 155 | 112 | 65 | 0 | 40 | 71 | 220 | 44 | 37 |
| Binary | 110011 | 1101101 | 1001010 | 110101 | 0 | 100000 | 111001 | 10010000 | 100100 | 11111 |
Color Harmonies of #336D4A
Complementary color
Monochromatic Colors of #336D4A
Black with #336D4A
Text Example
Text Example
White with #336D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D4A; }
p { color: rgb(51,109,74); }
H1.HeaderClassName
{
color: #336D4A;
}
.AnyTagClassName
{
color: #336D4A;
}
</style>
background-color css
<style>
a { background-color: #336D4A; }
a { background-color: rgb(51,109,74); }
div.DivClassName
{
background-color: #336D4A;
}
.BgClassName
{
background-color: #336D4A;
}
</style>
border-color css
<style>
span { border-color: #336D4A; }
span { border-color: rgb(51,109,74); }
td.TdClassName
{
border-color: #336D4A;
}
.TagClassName
{
border-color: #336D4A;
}
</style>