Shades of Amazon #337745
Tints of Amazon #337745
RGB
CMYK
RGB Variations
Color information
#337745 (or 0x337745) is known color: Amazon. HEX triplet: 33, 77 and 45. RGB value is (51,119,69). Sum of RGB (Red+Green+Blue) = 51+119+69=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #337745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337745 is #CC88BA. Grayscale: #5D5D5D. Windows color (decimal): -13404347 or 4552499. OLE color: 4552499.
HSL color Cylindrical-coordinate representation of color #337745: hue angle of 135.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337745 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 69 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.53 |
| HSL | 135.88º | 0.4% | 0.33% | - |
| HSV(B) | 135.88º | 0.57% | 0.47% | - |
| XYZ | 9.04 | 14.33 | 7.92 | - |
| YUV | 92.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 69 | 0.57 | 0 | 0.42 | 0.53 | 135.88 | 0.4 | 0.33 |
| Hex | 33 | 77 | 45 | 39 | 0 | 2A | 35 | 88 | 28 | 21 |
| Octal | 63 | 167 | 105 | 71 | 0 | 52 | 65 | 210 | 50 | 41 |
| Binary | 110011 | 1110111 | 1000101 | 111001 | 0 | 101010 | 110101 | 10001000 | 101000 | 100001 |
Color Harmonies of #337745
Complementary color
Monochromatic Colors of #337745
Black with #337745
Text Example
Text Example
White with #337745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337745; }
p { color: rgb(51,119,69); }
H1.HeaderClassName
{
color: #337745;
}
.AnyTagClassName
{
color: #337745;
}
</style>
background-color css
<style>
a { background-color: #337745; }
a { background-color: rgb(51,119,69); }
div.DivClassName
{
background-color: #337745;
}
.BgClassName
{
background-color: #337745;
}
</style>
border-color css
<style>
span { border-color: #337745; }
span { border-color: rgb(51,119,69); }
td.TdClassName
{
border-color: #337745;
}
.TagClassName
{
border-color: #337745;
}
</style>