Shades of Amazon #358049
Tints of Amazon #358049
RGB
CMYK
RGB Variations
Color information
#358049 (or 0x358049) is known color: Amazon. HEX triplet: 35, 80 and 49. RGB value is (53,128,73). Sum of RGB (Red+Green+Blue) = 53+128+73=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #358049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358049 is #CA7FB6. Grayscale: #636363. Windows color (decimal): -13270967 or 4816949. OLE color: 4816949.
HSL color Cylindrical-coordinate representation of color #358049: hue angle of 136º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358049 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 73 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.50 |
| HSL | 136º | 0.41% | 0.35% | - |
| HSV(B) | 136º | 0.59% | 0.5% | - |
| XYZ | 10.39 | 16.68 | 8.97 | - |
| YUV | 99.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 73 | 0.59 | 0 | 0.43 | 0.50 | 136 | 0.41 | 0.35 |
| Hex | 35 | 80 | 49 | 3B | 0 | 2B | 32 | 88 | 29 | 23 |
| Octal | 65 | 200 | 111 | 73 | 0 | 53 | 62 | 210 | 51 | 43 |
| Binary | 110101 | 10000000 | 1001001 | 111011 | 0 | 101011 | 110010 | 10001000 | 101001 | 100011 |
Color Harmonies of #358049
Complementary color
Monochromatic Colors of #358049
Black with #358049
Text Example
Text Example
White with #358049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358049; }
p { color: rgb(53,128,73); }
H1.HeaderClassName
{
color: #358049;
}
.AnyTagClassName
{
color: #358049;
}
</style>
background-color css
<style>
a { background-color: #358049; }
a { background-color: rgb(53,128,73); }
div.DivClassName
{
background-color: #358049;
}
.BgClassName
{
background-color: #358049;
}
</style>
border-color css
<style>
span { border-color: #358049; }
span { border-color: rgb(53,128,73); }
td.TdClassName
{
border-color: #358049;
}
.TagClassName
{
border-color: #358049;
}
</style>