Shades of Amazon #358747
Tints of Amazon #358747
RGB
CMYK
RGB Variations
Color information
#358747 (or 0x358747) is known color: Amazon. HEX triplet: 35, 87 and 47. RGB value is (53,135,71). Sum of RGB (Red+Green+Blue) = 53+135+71=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #358747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358747 is #CA78B8. Grayscale: #676767. Windows color (decimal): -13269177 or 4687669. OLE color: 4687669.
HSL color Cylindrical-coordinate representation of color #358747: hue angle of 133.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358747 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 71 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.47 |
| HSL | 133.17º | 0.44% | 0.37% | - |
| HSV(B) | 133.17º | 0.61% | 0.53% | - |
| XYZ | 11.27 | 18.54 | 8.95 | - |
| YUV | 103.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 71 | 0.61 | 0 | 0.47 | 0.47 | 133.17 | 0.44 | 0.37 |
| Hex | 35 | 87 | 47 | 3D | 0 | 2F | 2F | 85 | 2C | 25 |
| Octal | 65 | 207 | 107 | 75 | 0 | 57 | 57 | 205 | 54 | 45 |
| Binary | 110101 | 10000111 | 1000111 | 111101 | 0 | 101111 | 101111 | 10000101 | 101100 | 100101 |
Color Harmonies of #358747
Complementary color
Monochromatic Colors of #358747
Black with #358747
Text Example
Text Example
White with #358747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358747; }
p { color: rgb(53,135,71); }
H1.HeaderClassName
{
color: #358747;
}
.AnyTagClassName
{
color: #358747;
}
</style>
background-color css
<style>
a { background-color: #358747; }
a { background-color: rgb(53,135,71); }
div.DivClassName
{
background-color: #358747;
}
.BgClassName
{
background-color: #358747;
}
</style>
border-color css
<style>
span { border-color: #358747; }
span { border-color: rgb(53,135,71); }
td.TdClassName
{
border-color: #358747;
}
.TagClassName
{
border-color: #358747;
}
</style>