Shades of Amazon #337955
Tints of Amazon #337955
RGB
CMYK
RGB Variations
Color information
#337955 (or 0x337955) is known color: Amazon. HEX triplet: 33, 79 and 55. RGB value is (51,121,85). Sum of RGB (Red+Green+Blue) = 51+121+85=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #337955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337955 is #CC86AA. Grayscale: #606060. Windows color (decimal): -13403819 or 5601587. OLE color: 5601587.
HSL color Cylindrical-coordinate representation of color #337955: hue angle of 149.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337955 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 85 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.53 |
| HSL | 149.14º | 0.41% | 0.34% | - |
| HSV(B) | 149.14º | 0.58% | 0.47% | - |
| XYZ | 9.84 | 15.03 | 10.98 | - |
| YUV | 95.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 85 | 0.58 | 0 | 0.30 | 0.53 | 149.14 | 0.41 | 0.34 |
| Hex | 33 | 79 | 55 | 3A | 0 | 1E | 35 | 95 | 29 | 22 |
| Octal | 63 | 171 | 125 | 72 | 0 | 36 | 65 | 225 | 51 | 42 |
| Binary | 110011 | 1111001 | 1010101 | 111010 | 0 | 11110 | 110101 | 10010101 | 101001 | 100010 |
Color Harmonies of #337955
Complementary color
Monochromatic Colors of #337955
Black with #337955
Text Example
Text Example
White with #337955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337955; }
p { color: rgb(51,121,85); }
H1.HeaderClassName
{
color: #337955;
}
.AnyTagClassName
{
color: #337955;
}
</style>
background-color css
<style>
a { background-color: #337955; }
a { background-color: rgb(51,121,85); }
div.DivClassName
{
background-color: #337955;
}
.BgClassName
{
background-color: #337955;
}
</style>
border-color css
<style>
span { border-color: #337955; }
span { border-color: rgb(51,121,85); }
td.TdClassName
{
border-color: #337955;
}
.TagClassName
{
border-color: #337955;
}
</style>