Shades of Amazon #337946
Tints of Amazon #337946
RGB
CMYK
RGB Variations
Color information
#337946 (or 0x337946) is known color: Amazon. HEX triplet: 33, 79 and 46. RGB value is (51,121,70). Sum of RGB (Red+Green+Blue) = 51+121+70=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #337946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337946 is #CC86B9. Grayscale: #5E5E5E. Windows color (decimal): -13403834 or 4618547. OLE color: 4618547.
HSL color Cylindrical-coordinate representation of color #337946: hue angle of 136.29º 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 #337946 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 70 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.53 |
| HSL | 136.29º | 0.41% | 0.34% | - |
| HSV(B) | 136.29º | 0.58% | 0.47% | - |
| XYZ | 9.31 | 14.82 | 8.16 | - |
| YUV | 94.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 70 | 0.58 | 0 | 0.42 | 0.53 | 136.29 | 0.41 | 0.34 |
| Hex | 33 | 79 | 46 | 3A | 0 | 2A | 35 | 88 | 29 | 22 |
| Octal | 63 | 171 | 106 | 72 | 0 | 52 | 65 | 210 | 51 | 42 |
| Binary | 110011 | 1111001 | 1000110 | 111010 | 0 | 101010 | 110101 | 10001000 | 101001 | 100010 |
Color Harmonies of #337946
Complementary color
Monochromatic Colors of #337946
Black with #337946
Text Example
Text Example
White with #337946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337946; }
p { color: rgb(51,121,70); }
H1.HeaderClassName
{
color: #337946;
}
.AnyTagClassName
{
color: #337946;
}
</style>
background-color css
<style>
a { background-color: #337946; }
a { background-color: rgb(51,121,70); }
div.DivClassName
{
background-color: #337946;
}
.BgClassName
{
background-color: #337946;
}
</style>
border-color css
<style>
span { border-color: #337946; }
span { border-color: rgb(51,121,70); }
td.TdClassName
{
border-color: #337946;
}
.TagClassName
{
border-color: #337946;
}
</style>