Shades of Amazon #357254
Tints of Amazon #357254
RGB
CMYK
RGB Variations
Color information
#357254 (or 0x357254) is known color: Amazon. HEX triplet: 35, 72 and 54. RGB value is (53,114,84). Sum of RGB (Red+Green+Blue) = 53+114+84=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #357254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357254 is #CA8DAB. Grayscale: #5C5C5C. Windows color (decimal): -13274540 or 5534261. OLE color: 5534261.
HSL color Cylindrical-coordinate representation of color #357254: hue angle of 150.49º 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 #357254 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 84 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.55 |
| HSL | 150.49º | 0.37% | 0.33% | - |
| HSV(B) | 150.49º | 0.54% | 0.45% | - |
| XYZ | 9.09 | 13.43 | 10.5 | - |
| YUV | 92.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 84 | 0.54 | 0 | 0.26 | 0.55 | 150.49 | 0.37 | 0.33 |
| Hex | 35 | 72 | 54 | 36 | 0 | 1A | 37 | 96 | 25 | 21 |
| Octal | 65 | 162 | 124 | 66 | 0 | 32 | 67 | 226 | 45 | 41 |
| Binary | 110101 | 1110010 | 1010100 | 110110 | 0 | 11010 | 110111 | 10010110 | 100101 | 100001 |
Color Harmonies of #357254
Complementary color
Monochromatic Colors of #357254
Black with #357254
Text Example
Text Example
White with #357254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357254; }
p { color: rgb(53,114,84); }
H1.HeaderClassName
{
color: #357254;
}
.AnyTagClassName
{
color: #357254;
}
</style>
background-color css
<style>
a { background-color: #357254; }
a { background-color: rgb(53,114,84); }
div.DivClassName
{
background-color: #357254;
}
.BgClassName
{
background-color: #357254;
}
</style>
border-color css
<style>
span { border-color: #357254; }
span { border-color: rgb(53,114,84); }
td.TdClassName
{
border-color: #357254;
}
.TagClassName
{
border-color: #357254;
}
</style>