Shades of Amazon #357544
Tints of Amazon #357544
RGB
CMYK
RGB Variations
Color information
#357544 (or 0x357544) is known color: Amazon. HEX triplet: 35, 75 and 44. RGB value is (53,117,68). Sum of RGB (Red+Green+Blue) = 53+117+68=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #357544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357544 is #CA8ABB. Grayscale: #5C5C5C. Windows color (decimal): -13273788 or 4486453. OLE color: 4486453.
HSL color Cylindrical-coordinate representation of color #357544: hue angle of 134.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357544 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 68 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.54 |
| HSL | 134.06º | 0.38% | 0.33% | - |
| HSV(B) | 134.06º | 0.55% | 0.46% | - |
| XYZ | 8.87 | 13.9 | 7.68 | - |
| YUV | 92.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 68 | 0.55 | 0 | 0.42 | 0.54 | 134.06 | 0.38 | 0.33 |
| Hex | 35 | 75 | 44 | 37 | 0 | 2A | 36 | 86 | 26 | 21 |
| Octal | 65 | 165 | 104 | 67 | 0 | 52 | 66 | 206 | 46 | 41 |
| Binary | 110101 | 1110101 | 1000100 | 110111 | 0 | 101010 | 110110 | 10000110 | 100110 | 100001 |
Color Harmonies of #357544
Complementary color
Monochromatic Colors of #357544
Black with #357544
Text Example
Text Example
White with #357544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357544; }
p { color: rgb(53,117,68); }
H1.HeaderClassName
{
color: #357544;
}
.AnyTagClassName
{
color: #357544;
}
</style>
background-color css
<style>
a { background-color: #357544; }
a { background-color: rgb(53,117,68); }
div.DivClassName
{
background-color: #357544;
}
.BgClassName
{
background-color: #357544;
}
</style>
border-color css
<style>
span { border-color: #357544; }
span { border-color: rgb(53,117,68); }
td.TdClassName
{
border-color: #357544;
}
.TagClassName
{
border-color: #357544;
}
</style>