Shades of Amazon #358552
Tints of Amazon #358552
RGB
CMYK
RGB Variations
Color information
#358552 (or 0x358552) is known color: Amazon. HEX triplet: 35, 85 and 52. RGB value is (53,133,82). Sum of RGB (Red+Green+Blue) = 53+133+82=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #358552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358552 is #CA7AAD. Grayscale: #676767. Windows color (decimal): -13269678 or 5408053. OLE color: 5408053.
HSL color Cylindrical-coordinate representation of color #358552: hue angle of 141.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358552 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 82 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.48 |
| HSL | 141.75º | 0.43% | 0.36% | - |
| HSV(B) | 141.75º | 0.6% | 0.52% | - |
| XYZ | 11.38 | 18.14 | 10.88 | - |
| YUV | 103.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 82 | 0.60 | 0 | 0.38 | 0.48 | 141.75 | 0.43 | 0.36 |
| Hex | 35 | 85 | 52 | 3C | 0 | 26 | 30 | 8E | 2B | 24 |
| Octal | 65 | 205 | 122 | 74 | 0 | 46 | 60 | 216 | 53 | 44 |
| Binary | 110101 | 10000101 | 1010010 | 111100 | 0 | 100110 | 110000 | 10001110 | 101011 | 100100 |
Color Harmonies of #358552
Complementary color
Monochromatic Colors of #358552
Black with #358552
Text Example
Text Example
White with #358552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358552; }
p { color: rgb(53,133,82); }
H1.HeaderClassName
{
color: #358552;
}
.AnyTagClassName
{
color: #358552;
}
</style>
background-color css
<style>
a { background-color: #358552; }
a { background-color: rgb(53,133,82); }
div.DivClassName
{
background-color: #358552;
}
.BgClassName
{
background-color: #358552;
}
</style>
border-color css
<style>
span { border-color: #358552; }
span { border-color: rgb(53,133,82); }
td.TdClassName
{
border-color: #358552;
}
.TagClassName
{
border-color: #358552;
}
</style>