Shades of Amazon #357151
Tints of Amazon #357151
RGB
CMYK
RGB Variations
Color information
#357151 (or 0x357151) is known color: Amazon. HEX triplet: 35, 71 and 51. RGB value is (53,113,81). Sum of RGB (Red+Green+Blue) = 53+113+81=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #357151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357151 is #CA8EAE. Grayscale: #5B5B5B. Windows color (decimal): -13274799 or 5337397. OLE color: 5337397.
HSL color Cylindrical-coordinate representation of color #357151: hue angle of 148º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357151 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 81 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.56 |
| HSL | 148º | 0.36% | 0.33% | - |
| HSV(B) | 148º | 0.53% | 0.44% | - |
| XYZ | 8.86 | 13.16 | 9.86 | - |
| YUV | 91.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 81 | 0.53 | 0 | 0.28 | 0.56 | 148 | 0.36 | 0.33 |
| Hex | 35 | 71 | 51 | 35 | 0 | 1C | 38 | 94 | 24 | 21 |
| Octal | 65 | 161 | 121 | 65 | 0 | 34 | 70 | 224 | 44 | 41 |
| Binary | 110101 | 1110001 | 1010001 | 110101 | 0 | 11100 | 111000 | 10010100 | 100100 | 100001 |
Color Harmonies of #357151
Complementary color
Monochromatic Colors of #357151
Black with #357151
Text Example
Text Example
White with #357151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357151; }
p { color: rgb(53,113,81); }
H1.HeaderClassName
{
color: #357151;
}
.AnyTagClassName
{
color: #357151;
}
</style>
background-color css
<style>
a { background-color: #357151; }
a { background-color: rgb(53,113,81); }
div.DivClassName
{
background-color: #357151;
}
.BgClassName
{
background-color: #357151;
}
</style>
border-color css
<style>
span { border-color: #357151; }
span { border-color: rgb(53,113,81); }
td.TdClassName
{
border-color: #357151;
}
.TagClassName
{
border-color: #357151;
}
</style>