Shades of Amazon #357749
Tints of Amazon #357749
RGB
CMYK
RGB Variations
Color information
#357749 (or 0x357749) is known color: Amazon. HEX triplet: 35, 77 and 49. RGB value is (53,119,73). Sum of RGB (Red+Green+Blue) = 53+119+73=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #357749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357749 is #CA88B6. Grayscale: #5E5E5E. Windows color (decimal): -13273271 or 4814645. OLE color: 4814645.
HSL color Cylindrical-coordinate representation of color #357749: hue angle of 138.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357749 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 119 | 73 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.53 |
| HSL | 138.18º | 0.38% | 0.34% | - |
| HSV(B) | 138.18º | 0.55% | 0.47% | - |
| XYZ | 9.27 | 14.43 | 8.6 | - |
| YUV | 94.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 73 | 0.55 | 0 | 0.39 | 0.53 | 138.18 | 0.38 | 0.34 |
| Hex | 35 | 77 | 49 | 37 | 0 | 27 | 35 | 8A | 26 | 22 |
| Octal | 65 | 167 | 111 | 67 | 0 | 47 | 65 | 212 | 46 | 42 |
| Binary | 110101 | 1110111 | 1001001 | 110111 | 0 | 100111 | 110101 | 10001010 | 100110 | 100010 |
Color Harmonies of #357749
Complementary color
Monochromatic Colors of #357749
Black with #357749
Text Example
Text Example
White with #357749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357749; }
p { color: rgb(53,119,73); }
H1.HeaderClassName
{
color: #357749;
}
.AnyTagClassName
{
color: #357749;
}
</style>
background-color css
<style>
a { background-color: #357749; }
a { background-color: rgb(53,119,73); }
div.DivClassName
{
background-color: #357749;
}
.BgClassName
{
background-color: #357749;
}
</style>
border-color css
<style>
span { border-color: #357749; }
span { border-color: rgb(53,119,73); }
td.TdClassName
{
border-color: #357749;
}
.TagClassName
{
border-color: #357749;
}
</style>