Shades of Amazon #358352
Tints of Amazon #358352
RGB
CMYK
RGB Variations
Color information
#358352 (or 0x358352) is known color: Amazon. HEX triplet: 35, 83 and 52. RGB value is (53,131,82). Sum of RGB (Red+Green+Blue) = 53+131+82=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #358352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358352 is #CA7CAD. Grayscale: #666666. Windows color (decimal): -13270190 or 5407541. OLE color: 5407541.
HSL color Cylindrical-coordinate representation of color #358352: hue angle of 142.31º 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 #358352 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 82 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.49 |
| HSL | 142.31º | 0.42% | 0.36% | - |
| HSV(B) | 142.31º | 0.6% | 0.51% | - |
| XYZ | 11.11 | 17.6 | 10.79 | - |
| YUV | 102.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 82 | 0.60 | 0 | 0.37 | 0.49 | 142.31 | 0.42 | 0.36 |
| Hex | 35 | 83 | 52 | 3C | 0 | 25 | 31 | 8E | 2A | 24 |
| Octal | 65 | 203 | 122 | 74 | 0 | 45 | 61 | 216 | 52 | 44 |
| Binary | 110101 | 10000011 | 1010010 | 111100 | 0 | 100101 | 110001 | 10001110 | 101010 | 100100 |
Color Harmonies of #358352
Complementary color
Monochromatic Colors of #358352
Black with #358352
Text Example
Text Example
White with #358352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358352; }
p { color: rgb(53,131,82); }
H1.HeaderClassName
{
color: #358352;
}
.AnyTagClassName
{
color: #358352;
}
</style>
background-color css
<style>
a { background-color: #358352; }
a { background-color: rgb(53,131,82); }
div.DivClassName
{
background-color: #358352;
}
.BgClassName
{
background-color: #358352;
}
</style>
border-color css
<style>
span { border-color: #358352; }
span { border-color: rgb(53,131,82); }
td.TdClassName
{
border-color: #358352;
}
.TagClassName
{
border-color: #358352;
}
</style>