Shades of Amazon #358749
Tints of Amazon #358749
RGB
CMYK
RGB Variations
Color information
#358749 (or 0x358749) is known color: Amazon. HEX triplet: 35, 87 and 49. RGB value is (53,135,73). Sum of RGB (Red+Green+Blue) = 53+135+73=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #358749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358749 is #CA78B6. Grayscale: #676767. Windows color (decimal): -13269175 or 4818741. OLE color: 4818741.
HSL color Cylindrical-coordinate representation of color #358749: hue angle of 134.63º 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 #358749 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 73 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.47 |
| HSL | 134.63º | 0.44% | 0.37% | - |
| HSV(B) | 134.63º | 0.61% | 0.53% | - |
| XYZ | 11.33 | 18.57 | 9.29 | - |
| YUV | 103.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 73 | 0.61 | 0 | 0.46 | 0.47 | 134.63 | 0.44 | 0.37 |
| Hex | 35 | 87 | 49 | 3D | 0 | 2E | 2F | 87 | 2C | 25 |
| Octal | 65 | 207 | 111 | 75 | 0 | 56 | 57 | 207 | 54 | 45 |
| Binary | 110101 | 10000111 | 1001001 | 111101 | 0 | 101110 | 101111 | 10000111 | 101100 | 100101 |
Color Harmonies of #358749
Complementary color
Monochromatic Colors of #358749
Black with #358749
Text Example
Text Example
White with #358749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358749; }
p { color: rgb(53,135,73); }
H1.HeaderClassName
{
color: #358749;
}
.AnyTagClassName
{
color: #358749;
}
</style>
background-color css
<style>
a { background-color: #358749; }
a { background-color: rgb(53,135,73); }
div.DivClassName
{
background-color: #358749;
}
.BgClassName
{
background-color: #358749;
}
</style>
border-color css
<style>
span { border-color: #358749; }
span { border-color: rgb(53,135,73); }
td.TdClassName
{
border-color: #358749;
}
.TagClassName
{
border-color: #358749;
}
</style>