Shades of Amazon #357F60
Tints of Amazon #357F60
RGB
CMYK
RGB Variations
Color information
#357F60 (or 0x357F60) is known color: Amazon. HEX triplet: 35, 7F and 60. RGB value is (53,127,96). Sum of RGB (Red+Green+Blue) = 53+127+96=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #357F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F60 is #CA809F. Grayscale: #656565. Windows color (decimal): -13271200 or 6324021. OLE color: 6324021.
HSL color Cylindrical-coordinate representation of color #357F60: hue angle of 154.86º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F60 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 96 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.50 |
| HSL | 154.86º | 0.41% | 0.35% | - |
| HSV(B) | 154.86º | 0.58% | 0.5% | - |
| XYZ | 11.17 | 16.78 | 13.72 | - |
| YUV | 101.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 96 | 0.58 | 0 | 0.24 | 0.50 | 154.86 | 0.41 | 0.35 |
| Hex | 35 | 7F | 60 | 3A | 0 | 18 | 32 | 9B | 29 | 23 |
| Octal | 65 | 177 | 140 | 72 | 0 | 30 | 62 | 233 | 51 | 43 |
| Binary | 110101 | 1111111 | 1100000 | 111010 | 0 | 11000 | 110010 | 10011011 | 101001 | 100011 |
Color Harmonies of #357F60
Complementary color
Monochromatic Colors of #357F60
Black with #357F60
Text Example
Text Example
White with #357F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F60; }
p { color: rgb(53,127,96); }
H1.HeaderClassName
{
color: #357F60;
}
.AnyTagClassName
{
color: #357F60;
}
</style>
background-color css
<style>
a { background-color: #357F60; }
a { background-color: rgb(53,127,96); }
div.DivClassName
{
background-color: #357F60;
}
.BgClassName
{
background-color: #357F60;
}
</style>
border-color css
<style>
span { border-color: #357F60; }
span { border-color: rgb(53,127,96); }
td.TdClassName
{
border-color: #357F60;
}
.TagClassName
{
border-color: #357F60;
}
</style>