Shades of Amazon #358053
Tints of Amazon #358053
RGB
CMYK
RGB Variations
Color information
#358053 (or 0x358053) is known color: Amazon. HEX triplet: 35, 80 and 53. RGB value is (53,128,83). Sum of RGB (Red+Green+Blue) = 53+128+83=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #358053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358053 is #CA7FAC. Grayscale: #646464. Windows color (decimal): -13270957 or 5472309. OLE color: 5472309.
HSL color Cylindrical-coordinate representation of color #358053: hue angle of 144º 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 #358053 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 83 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.50 |
| HSL | 144º | 0.41% | 0.35% | - |
| HSV(B) | 144º | 0.59% | 0.5% | - |
| XYZ | 10.75 | 16.82 | 10.86 | - |
| YUV | 100.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 83 | 0.59 | 0 | 0.35 | 0.50 | 144 | 0.41 | 0.35 |
| Hex | 35 | 80 | 53 | 3B | 0 | 23 | 32 | 90 | 29 | 23 |
| Octal | 65 | 200 | 123 | 73 | 0 | 43 | 62 | 220 | 51 | 43 |
| Binary | 110101 | 10000000 | 1010011 | 111011 | 0 | 100011 | 110010 | 10010000 | 101001 | 100011 |
Color Harmonies of #358053
Complementary color
Monochromatic Colors of #358053
Black with #358053
Text Example
Text Example
White with #358053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358053; }
p { color: rgb(53,128,83); }
H1.HeaderClassName
{
color: #358053;
}
.AnyTagClassName
{
color: #358053;
}
</style>
background-color css
<style>
a { background-color: #358053; }
a { background-color: rgb(53,128,83); }
div.DivClassName
{
background-color: #358053;
}
.BgClassName
{
background-color: #358053;
}
</style>
border-color css
<style>
span { border-color: #358053; }
span { border-color: rgb(53,128,83); }
td.TdClassName
{
border-color: #358053;
}
.TagClassName
{
border-color: #358053;
}
</style>