Shades of Amazon #337950
Tints of Amazon #337950
RGB
CMYK
RGB Variations
Color information
#337950 (or 0x337950) is known color: Amazon. HEX triplet: 33, 79 and 50. RGB value is (51,121,80). Sum of RGB (Red+Green+Blue) = 51+121+80=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #337950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337950 is #CC86AF. Grayscale: #5F5F5F. Windows color (decimal): -13403824 or 5273907. OLE color: 5273907.
HSL color Cylindrical-coordinate representation of color #337950: hue angle of 144.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 #337950 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 80 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.53 |
| HSL | 144.86º | 0.41% | 0.34% | - |
| HSV(B) | 144.86º | 0.58% | 0.47% | - |
| XYZ | 9.65 | 14.96 | 9.97 | - |
| YUV | 95.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 80 | 0.58 | 0 | 0.34 | 0.53 | 144.86 | 0.41 | 0.34 |
| Hex | 33 | 79 | 50 | 3A | 0 | 22 | 35 | 91 | 29 | 22 |
| Octal | 63 | 171 | 120 | 72 | 0 | 42 | 65 | 221 | 51 | 42 |
| Binary | 110011 | 1111001 | 1010000 | 111010 | 0 | 100010 | 110101 | 10010001 | 101001 | 100010 |
Color Harmonies of #337950
Complementary color
Monochromatic Colors of #337950
Black with #337950
Text Example
Text Example
White with #337950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337950; }
p { color: rgb(51,121,80); }
H1.HeaderClassName
{
color: #337950;
}
.AnyTagClassName
{
color: #337950;
}
</style>
background-color css
<style>
a { background-color: #337950; }
a { background-color: rgb(51,121,80); }
div.DivClassName
{
background-color: #337950;
}
.BgClassName
{
background-color: #337950;
}
</style>
border-color css
<style>
span { border-color: #337950; }
span { border-color: rgb(51,121,80); }
td.TdClassName
{
border-color: #337950;
}
.TagClassName
{
border-color: #337950;
}
</style>