Shades of Amazon #337045
Tints of Amazon #337045
RGB
CMYK
RGB Variations
Color information
#337045 (or 0x337045) is known color: Amazon. HEX triplet: 33, 70 and 45. RGB value is (51,112,69). Sum of RGB (Red+Green+Blue) = 51+112+69=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #337045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337045 is #CC8FBA. Grayscale: #585858. Windows color (decimal): -13406139 or 4550707. OLE color: 4550707.
HSL color Cylindrical-coordinate representation of color #337045: hue angle of 137.7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337045 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 69 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.56 |
| HSL | 137.7º | 0.37% | 0.32% | - |
| HSV(B) | 137.7º | 0.54% | 0.44% | - |
| XYZ | 8.23 | 12.72 | 7.65 | - |
| YUV | 88.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 69 | 0.54 | 0 | 0.38 | 0.56 | 137.7 | 0.37 | 0.32 |
| Hex | 33 | 70 | 45 | 36 | 0 | 26 | 38 | 8A | 25 | 20 |
| Octal | 63 | 160 | 105 | 66 | 0 | 46 | 70 | 212 | 45 | 40 |
| Binary | 110011 | 1110000 | 1000101 | 110110 | 0 | 100110 | 111000 | 10001010 | 100101 | 100000 |
Color Harmonies of #337045
Complementary color
Monochromatic Colors of #337045
Black with #337045
Text Example
Text Example
White with #337045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337045; }
p { color: rgb(51,112,69); }
H1.HeaderClassName
{
color: #337045;
}
.AnyTagClassName
{
color: #337045;
}
</style>
background-color css
<style>
a { background-color: #337045; }
a { background-color: rgb(51,112,69); }
div.DivClassName
{
background-color: #337045;
}
.BgClassName
{
background-color: #337045;
}
</style>
border-color css
<style>
span { border-color: #337045; }
span { border-color: rgb(51,112,69); }
td.TdClassName
{
border-color: #337045;
}
.TagClassName
{
border-color: #337045;
}
</style>