Shades of Amazon #357B47
Tints of Amazon #357B47
RGB
CMYK
RGB Variations
Color information
#357B47 (or 0x357B47) is known color: Amazon. HEX triplet: 35, 7B and 47. RGB value is (53,123,71). Sum of RGB (Red+Green+Blue) = 53+123+71=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #357B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B47 is #CA84B8. Grayscale: #606060. Windows color (decimal): -13272249 or 4684597. OLE color: 4684597.
HSL color Cylindrical-coordinate representation of color #357B47: hue angle of 135.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B47 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 71 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.52 |
| HSL | 135.43º | 0.4% | 0.35% | - |
| HSV(B) | 135.43º | 0.57% | 0.48% | - |
| XYZ | 9.69 | 15.38 | 8.42 | - |
| YUV | 96.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 71 | 0.57 | 0 | 0.42 | 0.52 | 135.43 | 0.4 | 0.35 |
| Hex | 35 | 7B | 47 | 39 | 0 | 2A | 34 | 87 | 28 | 23 |
| Octal | 65 | 173 | 107 | 71 | 0 | 52 | 64 | 207 | 50 | 43 |
| Binary | 110101 | 1111011 | 1000111 | 111001 | 0 | 101010 | 110100 | 10000111 | 101000 | 100011 |
Color Harmonies of #357B47
Complementary color
Monochromatic Colors of #357B47
Black with #357B47
Text Example
Text Example
White with #357B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B47; }
p { color: rgb(53,123,71); }
H1.HeaderClassName
{
color: #357B47;
}
.AnyTagClassName
{
color: #357B47;
}
</style>
background-color css
<style>
a { background-color: #357B47; }
a { background-color: rgb(53,123,71); }
div.DivClassName
{
background-color: #357B47;
}
.BgClassName
{
background-color: #357B47;
}
</style>
border-color css
<style>
span { border-color: #357B47; }
span { border-color: rgb(53,123,71); }
td.TdClassName
{
border-color: #357B47;
}
.TagClassName
{
border-color: #357B47;
}
</style>