Shades of Amazon #357B50
Tints of Amazon #357B50
RGB
CMYK
RGB Variations
Color information
#357B50 (or 0x357B50) is known color: Amazon. HEX triplet: 35, 7B and 50. RGB value is (53,123,80). Sum of RGB (Red+Green+Blue) = 53+123+80=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #357B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B50 is #CA84AF. Grayscale: #616161. Windows color (decimal): -13272240 or 5274421. OLE color: 5274421.
HSL color Cylindrical-coordinate representation of color #357B50: hue angle of 143.14º 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 #357B50 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 80 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.52 |
| HSL | 143.14º | 0.4% | 0.35% | - |
| HSV(B) | 143.14º | 0.57% | 0.48% | - |
| XYZ | 10 | 15.5 | 10.05 | - |
| YUV | 97.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 80 | 0.57 | 0 | 0.35 | 0.52 | 143.14 | 0.4 | 0.35 |
| Hex | 35 | 7B | 50 | 39 | 0 | 23 | 34 | 8F | 28 | 23 |
| Octal | 65 | 173 | 120 | 71 | 0 | 43 | 64 | 217 | 50 | 43 |
| Binary | 110101 | 1111011 | 1010000 | 111001 | 0 | 100011 | 110100 | 10001111 | 101000 | 100011 |
Color Harmonies of #357B50
Complementary color
Monochromatic Colors of #357B50
Black with #357B50
Text Example
Text Example
White with #357B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B50; }
p { color: rgb(53,123,80); }
H1.HeaderClassName
{
color: #357B50;
}
.AnyTagClassName
{
color: #357B50;
}
</style>
background-color css
<style>
a { background-color: #357B50; }
a { background-color: rgb(53,123,80); }
div.DivClassName
{
background-color: #357B50;
}
.BgClassName
{
background-color: #357B50;
}
</style>
border-color css
<style>
span { border-color: #357B50; }
span { border-color: rgb(53,123,80); }
td.TdClassName
{
border-color: #357B50;
}
.TagClassName
{
border-color: #357B50;
}
</style>