Shades of Amazon #358051
Tints of Amazon #358051
RGB
CMYK
RGB Variations
Color information
#358051 (or 0x358051) is known color: Amazon. HEX triplet: 35, 80 and 51. RGB value is (53,128,81). Sum of RGB (Red+Green+Blue) = 53+128+81=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #358051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358051 is #CA7FAE. Grayscale: #646464. Windows color (decimal): -13270959 or 5341237. OLE color: 5341237.
HSL color Cylindrical-coordinate representation of color #358051: hue angle of 142.4º 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 #358051 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 81 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.50 |
| HSL | 142.4º | 0.41% | 0.35% | - |
| HSV(B) | 142.4º | 0.59% | 0.5% | - |
| XYZ | 10.67 | 16.79 | 10.46 | - |
| YUV | 100.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 81 | 0.59 | 0 | 0.37 | 0.50 | 142.4 | 0.41 | 0.35 |
| Hex | 35 | 80 | 51 | 3B | 0 | 25 | 32 | 8E | 29 | 23 |
| Octal | 65 | 200 | 121 | 73 | 0 | 45 | 62 | 216 | 51 | 43 |
| Binary | 110101 | 10000000 | 1010001 | 111011 | 0 | 100101 | 110010 | 10001110 | 101001 | 100011 |
Color Harmonies of #358051
Complementary color
Monochromatic Colors of #358051
Black with #358051
Text Example
Text Example
White with #358051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358051; }
p { color: rgb(53,128,81); }
H1.HeaderClassName
{
color: #358051;
}
.AnyTagClassName
{
color: #358051;
}
</style>
background-color css
<style>
a { background-color: #358051; }
a { background-color: rgb(53,128,81); }
div.DivClassName
{
background-color: #358051;
}
.BgClassName
{
background-color: #358051;
}
</style>
border-color css
<style>
span { border-color: #358051; }
span { border-color: rgb(53,128,81); }
td.TdClassName
{
border-color: #358051;
}
.TagClassName
{
border-color: #358051;
}
</style>