Shades of Amazon #357944
Tints of Amazon #357944
RGB
CMYK
RGB Variations
Color information
#357944 (or 0x357944) is known color: Amazon. HEX triplet: 35, 79 and 44. RGB value is (53,121,68). Sum of RGB (Red+Green+Blue) = 53+121+68=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #357944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357944 is #CA86BB. Grayscale: #5E5E5E. Windows color (decimal): -13272764 or 4487477. OLE color: 4487477.
HSL color Cylindrical-coordinate representation of color #357944: hue angle of 133.24º 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 #357944 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 121 | 68 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.53 |
| HSL | 133.24º | 0.39% | 0.34% | - |
| HSV(B) | 133.24º | 0.56% | 0.47% | - |
| XYZ | 9.35 | 14.85 | 7.84 | - |
| YUV | 94.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 68 | 0.56 | 0 | 0.44 | 0.53 | 133.24 | 0.39 | 0.34 |
| Hex | 35 | 79 | 44 | 38 | 0 | 2C | 35 | 85 | 27 | 22 |
| Octal | 65 | 171 | 104 | 70 | 0 | 54 | 65 | 205 | 47 | 42 |
| Binary | 110101 | 1111001 | 1000100 | 111000 | 0 | 101100 | 110101 | 10000101 | 100111 | 100010 |
Color Harmonies of #357944
Complementary color
Monochromatic Colors of #357944
Black with #357944
Text Example
Text Example
White with #357944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357944; }
p { color: rgb(53,121,68); }
H1.HeaderClassName
{
color: #357944;
}
.AnyTagClassName
{
color: #357944;
}
</style>
background-color css
<style>
a { background-color: #357944; }
a { background-color: rgb(53,121,68); }
div.DivClassName
{
background-color: #357944;
}
.BgClassName
{
background-color: #357944;
}
</style>
border-color css
<style>
span { border-color: #357944; }
span { border-color: rgb(53,121,68); }
td.TdClassName
{
border-color: #357944;
}
.TagClassName
{
border-color: #357944;
}
</style>