Shades of Amazon #358357
Tints of Amazon #358357
RGB
CMYK
RGB Variations
Color information
#358357 (or 0x358357) is known color: Amazon. HEX triplet: 35, 83 and 57. RGB value is (53,131,87). Sum of RGB (Red+Green+Blue) = 53+131+87=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #358357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358357 is #CA7CA8. Grayscale: #666666. Windows color (decimal): -13270185 or 5735221. OLE color: 5735221.
HSL color Cylindrical-coordinate representation of color #358357: hue angle of 146.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358357 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 87 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.49 |
| HSL | 146.15º | 0.42% | 0.36% | - |
| HSV(B) | 146.15º | 0.6% | 0.51% | - |
| XYZ | 11.3 | 17.68 | 11.83 | - |
| YUV | 102.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 87 | 0.60 | 0 | 0.34 | 0.49 | 146.15 | 0.42 | 0.36 |
| Hex | 35 | 83 | 57 | 3C | 0 | 22 | 31 | 92 | 2A | 24 |
| Octal | 65 | 203 | 127 | 74 | 0 | 42 | 61 | 222 | 52 | 44 |
| Binary | 110101 | 10000011 | 1010111 | 111100 | 0 | 100010 | 110001 | 10010010 | 101010 | 100100 |
Color Harmonies of #358357
Complementary color
Monochromatic Colors of #358357
Black with #358357
Text Example
Text Example
White with #358357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358357; }
p { color: rgb(53,131,87); }
H1.HeaderClassName
{
color: #358357;
}
.AnyTagClassName
{
color: #358357;
}
</style>
background-color css
<style>
a { background-color: #358357; }
a { background-color: rgb(53,131,87); }
div.DivClassName
{
background-color: #358357;
}
.BgClassName
{
background-color: #358357;
}
</style>
border-color css
<style>
span { border-color: #358357; }
span { border-color: rgb(53,131,87); }
td.TdClassName
{
border-color: #358357;
}
.TagClassName
{
border-color: #358357;
}
</style>