Shades of Amazon #337755
Tints of Amazon #337755
RGB
CMYK
RGB Variations
Color information
#337755 (or 0x337755) is known color: Amazon. HEX triplet: 33, 77 and 55. RGB value is (51,119,85). Sum of RGB (Red+Green+Blue) = 51+119+85=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #337755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337755 is #CC88AA. Grayscale: #5E5E5E. Windows color (decimal): -13404331 or 5601075. OLE color: 5601075.
HSL color Cylindrical-coordinate representation of color #337755: hue angle of 150º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337755 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 85 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.53 |
| HSL | 150º | 0.4% | 0.33% | - |
| HSV(B) | 150º | 0.57% | 0.47% | - |
| XYZ | 9.6 | 14.55 | 10.9 | - |
| YUV | 94.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 85 | 0.57 | 0 | 0.29 | 0.53 | 150 | 0.4 | 0.33 |
| Hex | 33 | 77 | 55 | 39 | 0 | 1D | 35 | 96 | 28 | 21 |
| Octal | 63 | 167 | 125 | 71 | 0 | 35 | 65 | 226 | 50 | 41 |
| Binary | 110011 | 1110111 | 1010101 | 111001 | 0 | 11101 | 110101 | 10010110 | 101000 | 100001 |
Color Harmonies of #337755
Complementary color
Monochromatic Colors of #337755
Black with #337755
Text Example
Text Example
White with #337755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337755; }
p { color: rgb(51,119,85); }
H1.HeaderClassName
{
color: #337755;
}
.AnyTagClassName
{
color: #337755;
}
</style>
background-color css
<style>
a { background-color: #337755; }
a { background-color: rgb(51,119,85); }
div.DivClassName
{
background-color: #337755;
}
.BgClassName
{
background-color: #337755;
}
</style>
border-color css
<style>
span { border-color: #337755; }
span { border-color: rgb(51,119,85); }
td.TdClassName
{
border-color: #337755;
}
.TagClassName
{
border-color: #337755;
}
</style>