Shades of Amazon #358359
Tints of Amazon #358359
RGB
CMYK
RGB Variations
Color information
#358359 (or 0x358359) is known color: Amazon. HEX triplet: 35, 83 and 59. RGB value is (53,131,89). Sum of RGB (Red+Green+Blue) = 53+131+89=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #358359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358359 is #CA7CA6. Grayscale: #666666. Windows color (decimal): -13270183 or 5866293. OLE color: 5866293.
HSL color Cylindrical-coordinate representation of color #358359: hue angle of 147.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358359 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 89 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.49 |
| HSL | 147.69º | 0.42% | 0.36% | - |
| HSV(B) | 147.69º | 0.6% | 0.51% | - |
| XYZ | 11.39 | 17.71 | 12.27 | - |
| YUV | 102.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 89 | 0.60 | 0 | 0.32 | 0.49 | 147.69 | 0.42 | 0.36 |
| Hex | 35 | 83 | 59 | 3C | 0 | 20 | 31 | 94 | 2A | 24 |
| Octal | 65 | 203 | 131 | 74 | 0 | 40 | 61 | 224 | 52 | 44 |
| Binary | 110101 | 10000011 | 1011001 | 111100 | 0 | 100000 | 110001 | 10010100 | 101010 | 100100 |
Color Harmonies of #358359
Complementary color
Monochromatic Colors of #358359
Black with #358359
Text Example
Text Example
White with #358359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358359; }
p { color: rgb(53,131,89); }
H1.HeaderClassName
{
color: #358359;
}
.AnyTagClassName
{
color: #358359;
}
</style>
background-color css
<style>
a { background-color: #358359; }
a { background-color: rgb(53,131,89); }
div.DivClassName
{
background-color: #358359;
}
.BgClassName
{
background-color: #358359;
}
</style>
border-color css
<style>
span { border-color: #358359; }
span { border-color: rgb(53,131,89); }
td.TdClassName
{
border-color: #358359;
}
.TagClassName
{
border-color: #358359;
}
</style>