Shades of Amazon #337944
Tints of Amazon #337944
RGB
CMYK
RGB Variations
Color information
#337944 (or 0x337944) is known color: Amazon. HEX triplet: 33, 79 and 44. RGB value is (51,121,68). Sum of RGB (Red+Green+Blue) = 51+121+68=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #337944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337944 is #CC86BB. Grayscale: #5E5E5E. Windows color (decimal): -13403836 or 4487475. OLE color: 4487475.
HSL color Cylindrical-coordinate representation of color #337944: hue angle of 134.57º 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 #337944 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 121 | 68 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.53 |
| HSL | 134.57º | 0.41% | 0.34% | - |
| HSV(B) | 134.57º | 0.58% | 0.47% | - |
| XYZ | 9.25 | 14.8 | 7.84 | - |
| YUV | 94.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 68 | 0.58 | 0 | 0.44 | 0.53 | 134.57 | 0.41 | 0.34 |
| Hex | 33 | 79 | 44 | 3A | 0 | 2C | 35 | 87 | 29 | 22 |
| Octal | 63 | 171 | 104 | 72 | 0 | 54 | 65 | 207 | 51 | 42 |
| Binary | 110011 | 1111001 | 1000100 | 111010 | 0 | 101100 | 110101 | 10000111 | 101001 | 100010 |
Color Harmonies of #337944
Complementary color
Monochromatic Colors of #337944
Black with #337944
Text Example
Text Example
White with #337944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337944; }
p { color: rgb(51,121,68); }
H1.HeaderClassName
{
color: #337944;
}
.AnyTagClassName
{
color: #337944;
}
</style>
background-color css
<style>
a { background-color: #337944; }
a { background-color: rgb(51,121,68); }
div.DivClassName
{
background-color: #337944;
}
.BgClassName
{
background-color: #337944;
}
</style>
border-color css
<style>
span { border-color: #337944; }
span { border-color: rgb(51,121,68); }
td.TdClassName
{
border-color: #337944;
}
.TagClassName
{
border-color: #337944;
}
</style>