Shades of Amazon #357C55
Tints of Amazon #357C55
RGB
CMYK
RGB Variations
Color information
#357C55 (or 0x357C55) is known color: Amazon. HEX triplet: 35, 7C and 55. RGB value is (53,124,85). Sum of RGB (Red+Green+Blue) = 53+124+85=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #357C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C55 is #CA83AA. Grayscale: #626262. Windows color (decimal): -13271979 or 5602357. OLE color: 5602357.
HSL color Cylindrical-coordinate representation of color #357C55: hue angle of 147.04º 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 #357C55 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 85 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.51 |
| HSL | 147.04º | 0.4% | 0.35% | - |
| HSV(B) | 147.04º | 0.57% | 0.49% | - |
| XYZ | 10.32 | 15.83 | 11.11 | - |
| YUV | 98.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 85 | 0.57 | 0 | 0.31 | 0.51 | 147.04 | 0.4 | 0.35 |
| Hex | 35 | 7C | 55 | 39 | 0 | 1F | 33 | 93 | 28 | 23 |
| Octal | 65 | 174 | 125 | 71 | 0 | 37 | 63 | 223 | 50 | 43 |
| Binary | 110101 | 1111100 | 1010101 | 111001 | 0 | 11111 | 110011 | 10010011 | 101000 | 100011 |
Color Harmonies of #357C55
Complementary color
Monochromatic Colors of #357C55
Black with #357C55
Text Example
Text Example
White with #357C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C55; }
p { color: rgb(53,124,85); }
H1.HeaderClassName
{
color: #357C55;
}
.AnyTagClassName
{
color: #357C55;
}
</style>
background-color css
<style>
a { background-color: #357C55; }
a { background-color: rgb(53,124,85); }
div.DivClassName
{
background-color: #357C55;
}
.BgClassName
{
background-color: #357C55;
}
</style>
border-color css
<style>
span { border-color: #357C55; }
span { border-color: rgb(53,124,85); }
td.TdClassName
{
border-color: #357C55;
}
.TagClassName
{
border-color: #357C55;
}
</style>