Shades of Amazon #357F5A
Tints of Amazon #357F5A
RGB
CMYK
RGB Variations
Color information
#357F5A (or 0x357F5A) is known color: Amazon. HEX triplet: 35, 7F and 5A. RGB value is (53,127,90). Sum of RGB (Red+Green+Blue) = 53+127+90=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #357F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F5A is #CA80A5. Grayscale: #646464. Windows color (decimal): -13271206 or 5930805. OLE color: 5930805.
HSL color Cylindrical-coordinate representation of color #357F5A: hue angle of 150º 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 #357F5A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 90 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.50 |
| HSL | 150º | 0.41% | 0.35% | - |
| HSV(B) | 150º | 0.58% | 0.5% | - |
| XYZ | 10.9 | 16.67 | 12.32 | - |
| YUV | 100.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 90 | 0.58 | 0 | 0.29 | 0.50 | 150 | 0.41 | 0.35 |
| Hex | 35 | 7F | 5A | 3A | 0 | 1D | 32 | 96 | 29 | 23 |
| Octal | 65 | 177 | 132 | 72 | 0 | 35 | 62 | 226 | 51 | 43 |
| Binary | 110101 | 1111111 | 1011010 | 111010 | 0 | 11101 | 110010 | 10010110 | 101001 | 100011 |
Color Harmonies of #357F5A
Complementary color
Monochromatic Colors of #357F5A
Black with #357F5A
Text Example
Text Example
White with #357F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F5A; }
p { color: rgb(53,127,90); }
H1.HeaderClassName
{
color: #357F5A;
}
.AnyTagClassName
{
color: #357F5A;
}
</style>
background-color css
<style>
a { background-color: #357F5A; }
a { background-color: rgb(53,127,90); }
div.DivClassName
{
background-color: #357F5A;
}
.BgClassName
{
background-color: #357F5A;
}
</style>
border-color css
<style>
span { border-color: #357F5A; }
span { border-color: rgb(53,127,90); }
td.TdClassName
{
border-color: #357F5A;
}
.TagClassName
{
border-color: #357F5A;
}
</style>