Shades of Amazon #357D5E
Tints of Amazon #357D5E
RGB
CMYK
RGB Variations
Color information
#357D5E (or 0x357D5E) is known color: Amazon. HEX triplet: 35, 7D and 5E. RGB value is (53,125,94). Sum of RGB (Red+Green+Blue) = 53+125+94=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #357D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D5E is #CA82A1. Grayscale: #636363. Windows color (decimal): -13271714 or 6192437. OLE color: 6192437.
HSL color Cylindrical-coordinate representation of color #357D5E: hue angle of 154.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D5E is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 94 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.51 |
| HSL | 154.17º | 0.4% | 0.35% | - |
| HSV(B) | 154.17º | 0.58% | 0.49% | - |
| XYZ | 10.82 | 16.23 | 13.15 | - |
| YUV | 99.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 94 | 0.58 | 0 | 0.25 | 0.51 | 154.17 | 0.4 | 0.35 |
| Hex | 35 | 7D | 5E | 3A | 0 | 19 | 33 | 9A | 28 | 23 |
| Octal | 65 | 175 | 136 | 72 | 0 | 31 | 63 | 232 | 50 | 43 |
| Binary | 110101 | 1111101 | 1011110 | 111010 | 0 | 11001 | 110011 | 10011010 | 101000 | 100011 |
Color Harmonies of #357D5E
Complementary color
Monochromatic Colors of #357D5E
Black with #357D5E
Text Example
Text Example
White with #357D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D5E; }
p { color: rgb(53,125,94); }
H1.HeaderClassName
{
color: #357D5E;
}
.AnyTagClassName
{
color: #357D5E;
}
</style>
background-color css
<style>
a { background-color: #357D5E; }
a { background-color: rgb(53,125,94); }
div.DivClassName
{
background-color: #357D5E;
}
.BgClassName
{
background-color: #357D5E;
}
</style>
border-color css
<style>
span { border-color: #357D5E; }
span { border-color: rgb(53,125,94); }
td.TdClassName
{
border-color: #357D5E;
}
.TagClassName
{
border-color: #357D5E;
}
</style>