Shades of Amazon #357D58
Tints of Amazon #357D58
RGB
CMYK
RGB Variations
Color information
#357D58 (or 0x357D58) is known color: Amazon. HEX triplet: 35, 7D and 58. RGB value is (53,125,88). Sum of RGB (Red+Green+Blue) = 53+125+88=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #357D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D58 is #CA82A7. Grayscale: #636363. Windows color (decimal): -13271720 or 5799221. OLE color: 5799221.
HSL color Cylindrical-coordinate representation of color #357D58: hue angle of 149.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D58 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 88 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.51 |
| HSL | 149.17º | 0.4% | 0.35% | - |
| HSV(B) | 149.17º | 0.58% | 0.49% | - |
| XYZ | 10.56 | 16.13 | 11.79 | - |
| YUV | 99.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 88 | 0.58 | 0 | 0.30 | 0.51 | 149.17 | 0.4 | 0.35 |
| Hex | 35 | 7D | 58 | 3A | 0 | 1E | 33 | 95 | 28 | 23 |
| Octal | 65 | 175 | 130 | 72 | 0 | 36 | 63 | 225 | 50 | 43 |
| Binary | 110101 | 1111101 | 1011000 | 111010 | 0 | 11110 | 110011 | 10010101 | 101000 | 100011 |
Color Harmonies of #357D58
Complementary color
Monochromatic Colors of #357D58
Black with #357D58
Text Example
Text Example
White with #357D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D58; }
p { color: rgb(53,125,88); }
H1.HeaderClassName
{
color: #357D58;
}
.AnyTagClassName
{
color: #357D58;
}
</style>
background-color css
<style>
a { background-color: #357D58; }
a { background-color: rgb(53,125,88); }
div.DivClassName
{
background-color: #357D58;
}
.BgClassName
{
background-color: #357D58;
}
</style>
border-color css
<style>
span { border-color: #357D58; }
span { border-color: rgb(53,125,88); }
td.TdClassName
{
border-color: #357D58;
}
.TagClassName
{
border-color: #357D58;
}
</style>