Shades of Amazon #337957
Tints of Amazon #337957
RGB
CMYK
RGB Variations
Color information
#337957 (or 0x337957) is known color: Amazon. HEX triplet: 33, 79 and 57. RGB value is (51,121,87). Sum of RGB (Red+Green+Blue) = 51+121+87=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #337957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337957 is #CC86A8. Grayscale: #606060. Windows color (decimal): -13403817 or 5732659. OLE color: 5732659.
HSL color Cylindrical-coordinate representation of color #337957: hue angle of 150.86º 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 #337957 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 87 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.53 |
| HSL | 150.86º | 0.41% | 0.34% | - |
| HSV(B) | 150.86º | 0.58% | 0.47% | - |
| XYZ | 9.92 | 15.07 | 11.4 | - |
| YUV | 96.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 87 | 0.58 | 0 | 0.28 | 0.53 | 150.86 | 0.41 | 0.34 |
| Hex | 33 | 79 | 57 | 3A | 0 | 1C | 35 | 97 | 29 | 22 |
| Octal | 63 | 171 | 127 | 72 | 0 | 34 | 65 | 227 | 51 | 42 |
| Binary | 110011 | 1111001 | 1010111 | 111010 | 0 | 11100 | 110101 | 10010111 | 101001 | 100010 |
Color Harmonies of #337957
Complementary color
Monochromatic Colors of #337957
Black with #337957
Text Example
Text Example
White with #337957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337957; }
p { color: rgb(51,121,87); }
H1.HeaderClassName
{
color: #337957;
}
.AnyTagClassName
{
color: #337957;
}
</style>
background-color css
<style>
a { background-color: #337957; }
a { background-color: rgb(51,121,87); }
div.DivClassName
{
background-color: #337957;
}
.BgClassName
{
background-color: #337957;
}
</style>
border-color css
<style>
span { border-color: #337957; }
span { border-color: rgb(51,121,87); }
td.TdClassName
{
border-color: #337957;
}
.TagClassName
{
border-color: #337957;
}
</style>