Shades of Amazon #357C56
Tints of Amazon #357C56
RGB
CMYK
RGB Variations
Color information
#357C56 (or 0x357C56) is known color: Amazon. HEX triplet: 35, 7C and 56. RGB value is (53,124,86). Sum of RGB (Red+Green+Blue) = 53+124+86=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #357C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C56 is #CA83A9. Grayscale: #626262. Windows color (decimal): -13271978 or 5667893. OLE color: 5667893.
HSL color Cylindrical-coordinate representation of color #357C56: hue angle of 147.89º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C56 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 86 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.51 |
| HSL | 147.89º | 0.4% | 0.35% | - |
| HSV(B) | 147.89º | 0.57% | 0.49% | - |
| XYZ | 10.36 | 15.84 | 11.32 | - |
| YUV | 98.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 86 | 0.57 | 0 | 0.31 | 0.51 | 147.89 | 0.4 | 0.35 |
| Hex | 35 | 7C | 56 | 39 | 0 | 1F | 33 | 94 | 28 | 23 |
| Octal | 65 | 174 | 126 | 71 | 0 | 37 | 63 | 224 | 50 | 43 |
| Binary | 110101 | 1111100 | 1010110 | 111001 | 0 | 11111 | 110011 | 10010100 | 101000 | 100011 |
Color Harmonies of #357C56
Complementary color
Monochromatic Colors of #357C56
Black with #357C56
Text Example
Text Example
White with #357C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C56; }
p { color: rgb(53,124,86); }
H1.HeaderClassName
{
color: #357C56;
}
.AnyTagClassName
{
color: #357C56;
}
</style>
background-color css
<style>
a { background-color: #357C56; }
a { background-color: rgb(53,124,86); }
div.DivClassName
{
background-color: #357C56;
}
.BgClassName
{
background-color: #357C56;
}
</style>
border-color css
<style>
span { border-color: #357C56; }
span { border-color: rgb(53,124,86); }
td.TdClassName
{
border-color: #357C56;
}
.TagClassName
{
border-color: #357C56;
}
</style>