Shades of Amazon #358257
Tints of Amazon #358257
RGB
CMYK
RGB Variations
Color information
#358257 (or 0x358257) is known color: Amazon. HEX triplet: 35, 82 and 57. RGB value is (53,130,87). Sum of RGB (Red+Green+Blue) = 53+130+87=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #358257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358257 is #CA7DA8. Grayscale: #666666. Windows color (decimal): -13270441 or 5734965. OLE color: 5734965.
HSL color Cylindrical-coordinate representation of color #358257: hue angle of 146.49º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358257 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 87 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.49 |
| HSL | 146.49º | 0.42% | 0.36% | - |
| HSV(B) | 146.49º | 0.59% | 0.51% | - |
| XYZ | 11.17 | 17.41 | 11.79 | - |
| YUV | 102.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 87 | 0.59 | 0 | 0.33 | 0.49 | 146.49 | 0.42 | 0.36 |
| Hex | 35 | 82 | 57 | 3B | 0 | 21 | 31 | 92 | 2A | 24 |
| Octal | 65 | 202 | 127 | 73 | 0 | 41 | 61 | 222 | 52 | 44 |
| Binary | 110101 | 10000010 | 1010111 | 111011 | 0 | 100001 | 110001 | 10010010 | 101010 | 100100 |
Color Harmonies of #358257
Complementary color
Monochromatic Colors of #358257
Black with #358257
Text Example
Text Example
White with #358257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358257; }
p { color: rgb(53,130,87); }
H1.HeaderClassName
{
color: #358257;
}
.AnyTagClassName
{
color: #358257;
}
</style>
background-color css
<style>
a { background-color: #358257; }
a { background-color: rgb(53,130,87); }
div.DivClassName
{
background-color: #358257;
}
.BgClassName
{
background-color: #358257;
}
</style>
border-color css
<style>
span { border-color: #358257; }
span { border-color: rgb(53,130,87); }
td.TdClassName
{
border-color: #358257;
}
.TagClassName
{
border-color: #358257;
}
</style>