Shades of Amazon #358746
Tints of Amazon #358746
RGB
CMYK
RGB Variations
Color information
#358746 (or 0x358746) is known color: Amazon. HEX triplet: 35, 87 and 46. RGB value is (53,135,70). Sum of RGB (Red+Green+Blue) = 53+135+70=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #358746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358746 is #CA78B9. Grayscale: #676767. Windows color (decimal): -13269178 or 4622133. OLE color: 4622133.
HSL color Cylindrical-coordinate representation of color #358746: hue angle of 132.44º 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 #358746 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 70 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.47 |
| HSL | 132.44º | 0.44% | 0.37% | - |
| HSV(B) | 132.44º | 0.61% | 0.53% | - |
| XYZ | 11.24 | 18.53 | 8.78 | - |
| YUV | 103.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 70 | 0.61 | 0 | 0.48 | 0.47 | 132.44 | 0.44 | 0.37 |
| Hex | 35 | 87 | 46 | 3D | 0 | 30 | 2F | 84 | 2C | 25 |
| Octal | 65 | 207 | 106 | 75 | 0 | 60 | 57 | 204 | 54 | 45 |
| Binary | 110101 | 10000111 | 1000110 | 111101 | 0 | 110000 | 101111 | 10000100 | 101100 | 100101 |
Color Harmonies of #358746
Complementary color
Monochromatic Colors of #358746
Black with #358746
Text Example
Text Example
White with #358746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358746; }
p { color: rgb(53,135,70); }
H1.HeaderClassName
{
color: #358746;
}
.AnyTagClassName
{
color: #358746;
}
</style>
background-color css
<style>
a { background-color: #358746; }
a { background-color: rgb(53,135,70); }
div.DivClassName
{
background-color: #358746;
}
.BgClassName
{
background-color: #358746;
}
</style>
border-color css
<style>
span { border-color: #358746; }
span { border-color: rgb(53,135,70); }
td.TdClassName
{
border-color: #358746;
}
.TagClassName
{
border-color: #358746;
}
</style>