Shades of Amazon #357E55
Tints of Amazon #357E55
RGB
CMYK
RGB Variations
Color information
#357E55 (or 0x357E55) is known color: Amazon. HEX triplet: 35, 7E and 55. RGB value is (53,126,85). Sum of RGB (Red+Green+Blue) = 53+126+85=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #357E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E55 is #CA81AA. Grayscale: #636363. Windows color (decimal): -13271467 or 5602869. OLE color: 5602869.
HSL color Cylindrical-coordinate representation of color #357E55: hue angle of 146.3º degrees, saturation: 0.41, 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 #357E55 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 85 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.51 |
| HSL | 146.3º | 0.41% | 0.35% | - |
| HSV(B) | 146.3º | 0.58% | 0.49% | - |
| XYZ | 10.57 | 16.33 | 11.19 | - |
| YUV | 99.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 85 | 0.58 | 0 | 0.33 | 0.51 | 146.3 | 0.41 | 0.35 |
| Hex | 35 | 7E | 55 | 3A | 0 | 21 | 33 | 92 | 29 | 23 |
| Octal | 65 | 176 | 125 | 72 | 0 | 41 | 63 | 222 | 51 | 43 |
| Binary | 110101 | 1111110 | 1010101 | 111010 | 0 | 100001 | 110011 | 10010010 | 101001 | 100011 |
Color Harmonies of #357E55
Complementary color
Monochromatic Colors of #357E55
Black with #357E55
Text Example
Text Example
White with #357E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E55; }
p { color: rgb(53,126,85); }
H1.HeaderClassName
{
color: #357E55;
}
.AnyTagClassName
{
color: #357E55;
}
</style>
background-color css
<style>
a { background-color: #357E55; }
a { background-color: rgb(53,126,85); }
div.DivClassName
{
background-color: #357E55;
}
.BgClassName
{
background-color: #357E55;
}
</style>
border-color css
<style>
span { border-color: #357E55; }
span { border-color: rgb(53,126,85); }
td.TdClassName
{
border-color: #357E55;
}
.TagClassName
{
border-color: #357E55;
}
</style>