Shades of Amazon #357258
Tints of Amazon #357258
RGB
CMYK
RGB Variations
Color information
#357258 (or 0x357258) is known color: Amazon. HEX triplet: 35, 72 and 58. RGB value is (53,114,88). Sum of RGB (Red+Green+Blue) = 53+114+88=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #357258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357258 is #CA8DA7. Grayscale: #5C5C5C. Windows color (decimal): -13274536 or 5796405. OLE color: 5796405.
HSL color Cylindrical-coordinate representation of color #357258: hue angle of 154.43º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357258 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 88 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.55 |
| HSL | 154.43º | 0.37% | 0.33% | - |
| HSV(B) | 154.43º | 0.54% | 0.45% | - |
| XYZ | 9.25 | 13.5 | 11.35 | - |
| YUV | 92.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 88 | 0.54 | 0 | 0.23 | 0.55 | 154.43 | 0.37 | 0.33 |
| Hex | 35 | 72 | 58 | 36 | 0 | 17 | 37 | 9A | 25 | 21 |
| Octal | 65 | 162 | 130 | 66 | 0 | 27 | 67 | 232 | 45 | 41 |
| Binary | 110101 | 1110010 | 1011000 | 110110 | 0 | 10111 | 110111 | 10011010 | 100101 | 100001 |
Color Harmonies of #357258
Complementary color
Monochromatic Colors of #357258
Black with #357258
Text Example
Text Example
White with #357258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357258; }
p { color: rgb(53,114,88); }
H1.HeaderClassName
{
color: #357258;
}
.AnyTagClassName
{
color: #357258;
}
</style>
background-color css
<style>
a { background-color: #357258; }
a { background-color: rgb(53,114,88); }
div.DivClassName
{
background-color: #357258;
}
.BgClassName
{
background-color: #357258;
}
</style>
border-color css
<style>
span { border-color: #357258; }
span { border-color: rgb(53,114,88); }
td.TdClassName
{
border-color: #357258;
}
.TagClassName
{
border-color: #357258;
}
</style>