Shades of Amazon #357049
Tints of Amazon #357049
RGB
CMYK
RGB Variations
Color information
#357049 (or 0x357049) is known color: Amazon. HEX triplet: 35, 70 and 49. RGB value is (53,112,73). Sum of RGB (Red+Green+Blue) = 53+112+73=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #357049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357049 is #CA8FB6. Grayscale: #5A5A5A. Windows color (decimal): -13275063 or 4812853. OLE color: 4812853.
HSL color Cylindrical-coordinate representation of color #357049: hue angle of 140.34º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357049 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 112 | 73 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.56 |
| HSL | 140.34º | 0.36% | 0.32% | - |
| HSV(B) | 140.34º | 0.53% | 0.44% | - |
| XYZ | 8.46 | 12.83 | 8.33 | - |
| YUV | 89.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 73 | 0.53 | 0 | 0.35 | 0.56 | 140.34 | 0.36 | 0.32 |
| Hex | 35 | 70 | 49 | 35 | 0 | 23 | 38 | 8C | 24 | 20 |
| Octal | 65 | 160 | 111 | 65 | 0 | 43 | 70 | 214 | 44 | 40 |
| Binary | 110101 | 1110000 | 1001001 | 110101 | 0 | 100011 | 111000 | 10001100 | 100100 | 100000 |
Color Harmonies of #357049
Complementary color
Monochromatic Colors of #357049
Black with #357049
Text Example
Text Example
White with #357049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357049; }
p { color: rgb(53,112,73); }
H1.HeaderClassName
{
color: #357049;
}
.AnyTagClassName
{
color: #357049;
}
</style>
background-color css
<style>
a { background-color: #357049; }
a { background-color: rgb(53,112,73); }
div.DivClassName
{
background-color: #357049;
}
.BgClassName
{
background-color: #357049;
}
</style>
border-color css
<style>
span { border-color: #357049; }
span { border-color: rgb(53,112,73); }
td.TdClassName
{
border-color: #357049;
}
.TagClassName
{
border-color: #357049;
}
</style>