Shades of Amazon #357644
Tints of Amazon #357644
RGB
CMYK
RGB Variations
Color information
#357644 (or 0x357644) is known color: Amazon. HEX triplet: 35, 76 and 44. RGB value is (53,118,68). Sum of RGB (Red+Green+Blue) = 53+118+68=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #357644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357644 is #CA89BB. Grayscale: #5C5C5C. Windows color (decimal): -13273532 or 4486709. OLE color: 4486709.
HSL color Cylindrical-coordinate representation of color #357644: hue angle of 133.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357644 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 68 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.54 |
| HSL | 133.85º | 0.38% | 0.34% | - |
| HSV(B) | 133.85º | 0.55% | 0.46% | - |
| XYZ | 8.99 | 14.13 | 7.72 | - |
| YUV | 92.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 68 | 0.55 | 0 | 0.42 | 0.54 | 133.85 | 0.38 | 0.34 |
| Hex | 35 | 76 | 44 | 37 | 0 | 2A | 36 | 86 | 26 | 22 |
| Octal | 65 | 166 | 104 | 67 | 0 | 52 | 66 | 206 | 46 | 42 |
| Binary | 110101 | 1110110 | 1000100 | 110111 | 0 | 101010 | 110110 | 10000110 | 100110 | 100010 |
Color Harmonies of #357644
Complementary color
Monochromatic Colors of #357644
Black with #357644
Text Example
Text Example
White with #357644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357644; }
p { color: rgb(53,118,68); }
H1.HeaderClassName
{
color: #357644;
}
.AnyTagClassName
{
color: #357644;
}
</style>
background-color css
<style>
a { background-color: #357644; }
a { background-color: rgb(53,118,68); }
div.DivClassName
{
background-color: #357644;
}
.BgClassName
{
background-color: #357644;
}
</style>
border-color css
<style>
span { border-color: #357644; }
span { border-color: rgb(53,118,68); }
td.TdClassName
{
border-color: #357644;
}
.TagClassName
{
border-color: #357644;
}
</style>