Shades of Amazon #337855
Tints of Amazon #337855
RGB
CMYK
RGB Variations
Color information
#337855 (or 0x337855) is known color: Amazon. HEX triplet: 33, 78 and 55. RGB value is (51,120,85). Sum of RGB (Red+Green+Blue) = 51+120+85=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #337855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337855 is #CC87AA. Grayscale: #5F5F5F. Windows color (decimal): -13404075 or 5601331. OLE color: 5601331.
HSL color Cylindrical-coordinate representation of color #337855: hue angle of 149.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337855 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 85 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.53 |
| HSL | 149.57º | 0.4% | 0.34% | - |
| HSV(B) | 149.57º | 0.58% | 0.47% | - |
| XYZ | 9.72 | 14.79 | 10.94 | - |
| YUV | 95.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 85 | 0.58 | 0 | 0.29 | 0.53 | 149.57 | 0.4 | 0.34 |
| Hex | 33 | 78 | 55 | 3A | 0 | 1D | 35 | 96 | 28 | 22 |
| Octal | 63 | 170 | 125 | 72 | 0 | 35 | 65 | 226 | 50 | 42 |
| Binary | 110011 | 1111000 | 1010101 | 111010 | 0 | 11101 | 110101 | 10010110 | 101000 | 100010 |
Color Harmonies of #337855
Complementary color
Monochromatic Colors of #337855
Black with #337855
Text Example
Text Example
White with #337855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337855; }
p { color: rgb(51,120,85); }
H1.HeaderClassName
{
color: #337855;
}
.AnyTagClassName
{
color: #337855;
}
</style>
background-color css
<style>
a { background-color: #337855; }
a { background-color: rgb(51,120,85); }
div.DivClassName
{
background-color: #337855;
}
.BgClassName
{
background-color: #337855;
}
</style>
border-color css
<style>
span { border-color: #337855; }
span { border-color: rgb(51,120,85); }
td.TdClassName
{
border-color: #337855;
}
.TagClassName
{
border-color: #337855;
}
</style>