Shades of Amazon #357852
Tints of Amazon #357852
RGB
CMYK
RGB Variations
Color information
#357852 (or 0x357852) is known color: Amazon. HEX triplet: 35, 78 and 52. RGB value is (53,120,82). Sum of RGB (Red+Green+Blue) = 53+120+82=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #357852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357852 is #CA87AD. Grayscale: #5F5F5F. Windows color (decimal): -13273006 or 5404725. OLE color: 5404725.
HSL color Cylindrical-coordinate representation of color #357852: hue angle of 145.97º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357852 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 120 | 82 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.53 |
| HSL | 145.97º | 0.39% | 0.34% | - |
| HSV(B) | 145.97º | 0.56% | 0.47% | - |
| XYZ | 9.71 | 14.8 | 10.33 | - |
| YUV | 95.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 82 | 0.56 | 0 | 0.32 | 0.53 | 145.97 | 0.39 | 0.34 |
| Hex | 35 | 78 | 52 | 38 | 0 | 20 | 35 | 92 | 27 | 22 |
| Octal | 65 | 170 | 122 | 70 | 0 | 40 | 65 | 222 | 47 | 42 |
| Binary | 110101 | 1111000 | 1010010 | 111000 | 0 | 100000 | 110101 | 10010010 | 100111 | 100010 |
Color Harmonies of #357852
Complementary color
Monochromatic Colors of #357852
Black with #357852
Text Example
Text Example
White with #357852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357852; }
p { color: rgb(53,120,82); }
H1.HeaderClassName
{
color: #357852;
}
.AnyTagClassName
{
color: #357852;
}
</style>
background-color css
<style>
a { background-color: #357852; }
a { background-color: rgb(53,120,82); }
div.DivClassName
{
background-color: #357852;
}
.BgClassName
{
background-color: #357852;
}
</style>
border-color css
<style>
span { border-color: #357852; }
span { border-color: rgb(53,120,82); }
td.TdClassName
{
border-color: #357852;
}
.TagClassName
{
border-color: #357852;
}
</style>