Shades of Amazon #358350
Tints of Amazon #358350
RGB
CMYK
RGB Variations
Color information
#358350 (or 0x358350) is known color: Amazon. HEX triplet: 35, 83 and 50. RGB value is (53,131,80). Sum of RGB (Red+Green+Blue) = 53+131+80=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #358350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358350 is #CA7CAF. Grayscale: #656565. Windows color (decimal): -13270192 or 5276469. OLE color: 5276469.
HSL color Cylindrical-coordinate representation of color #358350: hue angle of 140.77º 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 #358350 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 80 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.49 |
| HSL | 140.77º | 0.42% | 0.36% | - |
| HSV(B) | 140.77º | 0.6% | 0.51% | - |
| XYZ | 11.03 | 17.57 | 10.4 | - |
| YUV | 101.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 80 | 0.60 | 0 | 0.39 | 0.49 | 140.77 | 0.42 | 0.36 |
| Hex | 35 | 83 | 50 | 3C | 0 | 27 | 31 | 8D | 2A | 24 |
| Octal | 65 | 203 | 120 | 74 | 0 | 47 | 61 | 215 | 52 | 44 |
| Binary | 110101 | 10000011 | 1010000 | 111100 | 0 | 100111 | 110001 | 10001101 | 101010 | 100100 |
Color Harmonies of #358350
Complementary color
Monochromatic Colors of #358350
Black with #358350
Text Example
Text Example
White with #358350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358350; }
p { color: rgb(53,131,80); }
H1.HeaderClassName
{
color: #358350;
}
.AnyTagClassName
{
color: #358350;
}
</style>
background-color css
<style>
a { background-color: #358350; }
a { background-color: rgb(53,131,80); }
div.DivClassName
{
background-color: #358350;
}
.BgClassName
{
background-color: #358350;
}
</style>
border-color css
<style>
span { border-color: #358350; }
span { border-color: rgb(53,131,80); }
td.TdClassName
{
border-color: #358350;
}
.TagClassName
{
border-color: #358350;
}
</style>