Shades of Amazon #357E45
Tints of Amazon #357E45
RGB
CMYK
RGB Variations
Color information
#357E45 (or 0x357E45) is known color: Amazon. HEX triplet: 35, 7E and 45. RGB value is (53,126,69). Sum of RGB (Red+Green+Blue) = 53+126+69=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #357E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E45 is #CA81BA. Grayscale: #616161. Windows color (decimal): -13271483 or 4554293. OLE color: 4554293.
HSL color Cylindrical-coordinate representation of color #357E45: hue angle of 133.15º 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 #357E45 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 69 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.51 |
| HSL | 133.15º | 0.41% | 0.35% | - |
| HSV(B) | 133.15º | 0.58% | 0.49% | - |
| XYZ | 10 | 16.11 | 8.21 | - |
| YUV | 97.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 69 | 0.58 | 0 | 0.45 | 0.51 | 133.15 | 0.41 | 0.35 |
| Hex | 35 | 7E | 45 | 3A | 0 | 2D | 33 | 85 | 29 | 23 |
| Octal | 65 | 176 | 105 | 72 | 0 | 55 | 63 | 205 | 51 | 43 |
| Binary | 110101 | 1111110 | 1000101 | 111010 | 0 | 101101 | 110011 | 10000101 | 101001 | 100011 |
Color Harmonies of #357E45
Complementary color
Monochromatic Colors of #357E45
Black with #357E45
Text Example
Text Example
White with #357E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E45; }
p { color: rgb(53,126,69); }
H1.HeaderClassName
{
color: #357E45;
}
.AnyTagClassName
{
color: #357E45;
}
</style>
background-color css
<style>
a { background-color: #357E45; }
a { background-color: rgb(53,126,69); }
div.DivClassName
{
background-color: #357E45;
}
.BgClassName
{
background-color: #357E45;
}
</style>
border-color css
<style>
span { border-color: #357E45; }
span { border-color: rgb(53,126,69); }
td.TdClassName
{
border-color: #357E45;
}
.TagClassName
{
border-color: #357E45;
}
</style>