Shades of Amazon #337850
Tints of Amazon #337850
RGB
CMYK
RGB Variations
Color information
#337850 (or 0x337850) is known color: Amazon. HEX triplet: 33, 78 and 50. RGB value is (51,120,80). Sum of RGB (Red+Green+Blue) = 51+120+80=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #337850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337850 is #CC87AF. Grayscale: #5E5E5E. Windows color (decimal): -13404080 or 5273651. OLE color: 5273651.
HSL color Cylindrical-coordinate representation of color #337850: hue angle of 145.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337850 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 80 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.53 |
| HSL | 145.22º | 0.4% | 0.34% | - |
| HSV(B) | 145.22º | 0.58% | 0.47% | - |
| XYZ | 9.53 | 14.72 | 9.93 | - |
| YUV | 94.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 80 | 0.58 | 0 | 0.33 | 0.53 | 145.22 | 0.4 | 0.34 |
| Hex | 33 | 78 | 50 | 3A | 0 | 21 | 35 | 91 | 28 | 22 |
| Octal | 63 | 170 | 120 | 72 | 0 | 41 | 65 | 221 | 50 | 42 |
| Binary | 110011 | 1111000 | 1010000 | 111010 | 0 | 100001 | 110101 | 10010001 | 101000 | 100010 |
Color Harmonies of #337850
Complementary color
Monochromatic Colors of #337850
Black with #337850
Text Example
Text Example
White with #337850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337850; }
p { color: rgb(51,120,80); }
H1.HeaderClassName
{
color: #337850;
}
.AnyTagClassName
{
color: #337850;
}
</style>
background-color css
<style>
a { background-color: #337850; }
a { background-color: rgb(51,120,80); }
div.DivClassName
{
background-color: #337850;
}
.BgClassName
{
background-color: #337850;
}
</style>
border-color css
<style>
span { border-color: #337850; }
span { border-color: rgb(51,120,80); }
td.TdClassName
{
border-color: #337850;
}
.TagClassName
{
border-color: #337850;
}
</style>