Shades of Amazon #357444
Tints of Amazon #357444
RGB
CMYK
RGB Variations
Color information
#357444 (or 0x357444) is known color: Amazon. HEX triplet: 35, 74 and 44. RGB value is (53,116,68). Sum of RGB (Red+Green+Blue) = 53+116+68=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #357444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357444 is #CA8BBB. Grayscale: #5B5B5B. Windows color (decimal): -13274044 or 4486197. OLE color: 4486197.
HSL color Cylindrical-coordinate representation of color #357444: hue angle of 134.29º 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 #357444 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 68 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.55 |
| HSL | 134.29º | 0.37% | 0.33% | - |
| HSV(B) | 134.29º | 0.54% | 0.45% | - |
| XYZ | 8.76 | 13.67 | 7.64 | - |
| YUV | 91.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 68 | 0.54 | 0 | 0.41 | 0.55 | 134.29 | 0.37 | 0.33 |
| Hex | 35 | 74 | 44 | 36 | 0 | 29 | 37 | 86 | 25 | 21 |
| Octal | 65 | 164 | 104 | 66 | 0 | 51 | 67 | 206 | 45 | 41 |
| Binary | 110101 | 1110100 | 1000100 | 110110 | 0 | 101001 | 110111 | 10000110 | 100101 | 100001 |
Color Harmonies of #357444
Complementary color
Monochromatic Colors of #357444
Black with #357444
Text Example
Text Example
White with #357444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357444; }
p { color: rgb(53,116,68); }
H1.HeaderClassName
{
color: #357444;
}
.AnyTagClassName
{
color: #357444;
}
</style>
background-color css
<style>
a { background-color: #357444; }
a { background-color: rgb(53,116,68); }
div.DivClassName
{
background-color: #357444;
}
.BgClassName
{
background-color: #357444;
}
</style>
border-color css
<style>
span { border-color: #357444; }
span { border-color: rgb(53,116,68); }
td.TdClassName
{
border-color: #357444;
}
.TagClassName
{
border-color: #357444;
}
</style>