Shades of Amazon #357C45
Tints of Amazon #357C45
RGB
CMYK
RGB Variations
Color information
#357C45 (or 0x357C45) is known color: Amazon. HEX triplet: 35, 7C and 45. RGB value is (53,124,69). Sum of RGB (Red+Green+Blue) = 53+124+69=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #357C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C45 is #CA83BA. Grayscale: #606060. Windows color (decimal): -13271995 or 4553781. OLE color: 4553781.
HSL color Cylindrical-coordinate representation of color #357C45: hue angle of 133.52º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C45 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 69 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.51 |
| HSL | 133.52º | 0.4% | 0.35% | - |
| HSV(B) | 133.52º | 0.57% | 0.49% | - |
| XYZ | 9.75 | 15.6 | 8.13 | - |
| YUV | 96.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 69 | 0.57 | 0 | 0.44 | 0.51 | 133.52 | 0.4 | 0.35 |
| Hex | 35 | 7C | 45 | 39 | 0 | 2C | 33 | 86 | 28 | 23 |
| Octal | 65 | 174 | 105 | 71 | 0 | 54 | 63 | 206 | 50 | 43 |
| Binary | 110101 | 1111100 | 1000101 | 111001 | 0 | 101100 | 110011 | 10000110 | 101000 | 100011 |
Color Harmonies of #357C45
Complementary color
Monochromatic Colors of #357C45
Black with #357C45
Text Example
Text Example
White with #357C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C45; }
p { color: rgb(53,124,69); }
H1.HeaderClassName
{
color: #357C45;
}
.AnyTagClassName
{
color: #357C45;
}
</style>
background-color css
<style>
a { background-color: #357C45; }
a { background-color: rgb(53,124,69); }
div.DivClassName
{
background-color: #357C45;
}
.BgClassName
{
background-color: #357C45;
}
</style>
border-color css
<style>
span { border-color: #357C45; }
span { border-color: rgb(53,124,69); }
td.TdClassName
{
border-color: #357C45;
}
.TagClassName
{
border-color: #357C45;
}
</style>