Shades of Amazon #357B46
Tints of Amazon #357B46
RGB
CMYK
RGB Variations
Color information
#357B46 (or 0x357B46) is known color: Amazon. HEX triplet: 35, 7B and 46. RGB value is (53,123,70). Sum of RGB (Red+Green+Blue) = 53+123+70=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #357B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B46 is #CA84B9. Grayscale: #606060. Windows color (decimal): -13272250 or 4619061. OLE color: 4619061.
HSL color Cylindrical-coordinate representation of color #357B46: hue angle of 134.57º 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 #357B46 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 70 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.52 |
| HSL | 134.57º | 0.4% | 0.35% | - |
| HSV(B) | 134.57º | 0.57% | 0.48% | - |
| XYZ | 9.66 | 15.37 | 8.25 | - |
| YUV | 96.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 70 | 0.57 | 0 | 0.43 | 0.52 | 134.57 | 0.4 | 0.35 |
| Hex | 35 | 7B | 46 | 39 | 0 | 2B | 34 | 87 | 28 | 23 |
| Octal | 65 | 173 | 106 | 71 | 0 | 53 | 64 | 207 | 50 | 43 |
| Binary | 110101 | 1111011 | 1000110 | 111001 | 0 | 101011 | 110100 | 10000111 | 101000 | 100011 |
Color Harmonies of #357B46
Complementary color
Monochromatic Colors of #357B46
Black with #357B46
Text Example
Text Example
White with #357B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B46; }
p { color: rgb(53,123,70); }
H1.HeaderClassName
{
color: #357B46;
}
.AnyTagClassName
{
color: #357B46;
}
</style>
background-color css
<style>
a { background-color: #357B46; }
a { background-color: rgb(53,123,70); }
div.DivClassName
{
background-color: #357B46;
}
.BgClassName
{
background-color: #357B46;
}
</style>
border-color css
<style>
span { border-color: #357B46; }
span { border-color: rgb(53,123,70); }
td.TdClassName
{
border-color: #357B46;
}
.TagClassName
{
border-color: #357B46;
}
</style>