Shades of Amazon #336D4B
Tints of Amazon #336D4B
RGB
CMYK
RGB Variations
Color information
#336D4B (or 0x336D4B) is known color: Amazon. HEX triplet: 33, 6D and 4B. RGB value is (51,109,75). Sum of RGB (Red+Green+Blue) = 51+109+75=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #336D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D4B is #CC92B4. Grayscale: #575757. Windows color (decimal): -13406901 or 4943155. OLE color: 4943155.
HSL color Cylindrical-coordinate representation of color #336D4B: hue angle of 144.83º 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 #336D4B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 75 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.57 |
| HSL | 144.83º | 0.36% | 0.31% | - |
| HSV(B) | 144.83º | 0.53% | 0.43% | - |
| XYZ | 8.1 | 12.15 | 8.57 | - |
| YUV | 87.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 75 | 0.53 | 0 | 0.31 | 0.57 | 144.83 | 0.36 | 0.31 |
| Hex | 33 | 6D | 4B | 35 | 0 | 1F | 39 | 91 | 24 | 1F |
| Octal | 63 | 155 | 113 | 65 | 0 | 37 | 71 | 221 | 44 | 37 |
| Binary | 110011 | 1101101 | 1001011 | 110101 | 0 | 11111 | 111001 | 10010001 | 100100 | 11111 |
Color Harmonies of #336D4B
Complementary color
Monochromatic Colors of #336D4B
Black with #336D4B
Text Example
Text Example
White with #336D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D4B; }
p { color: rgb(51,109,75); }
H1.HeaderClassName
{
color: #336D4B;
}
.AnyTagClassName
{
color: #336D4B;
}
</style>
background-color css
<style>
a { background-color: #336D4B; }
a { background-color: rgb(51,109,75); }
div.DivClassName
{
background-color: #336D4B;
}
.BgClassName
{
background-color: #336D4B;
}
</style>
border-color css
<style>
span { border-color: #336D4B; }
span { border-color: rgb(51,109,75); }
td.TdClassName
{
border-color: #336D4B;
}
.TagClassName
{
border-color: #336D4B;
}
</style>