Shades of Amazon #358250
Tints of Amazon #358250
RGB
CMYK
RGB Variations
Color information
#358250 (or 0x358250) is known color: Amazon. HEX triplet: 35, 82 and 50. RGB value is (53,130,80). Sum of RGB (Red+Green+Blue) = 53+130+80=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #358250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358250 is #CA7DAF. Grayscale: #656565. Windows color (decimal): -13270448 or 5276213. OLE color: 5276213.
HSL color Cylindrical-coordinate representation of color #358250: hue angle of 141.04º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358250 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 80 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.49 |
| HSL | 141.04º | 0.42% | 0.36% | - |
| HSV(B) | 141.04º | 0.59% | 0.51% | - |
| XYZ | 10.9 | 17.3 | 10.35 | - |
| YUV | 101.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 80 | 0.59 | 0 | 0.38 | 0.49 | 141.04 | 0.42 | 0.36 |
| Hex | 35 | 82 | 50 | 3B | 0 | 26 | 31 | 8D | 2A | 24 |
| Octal | 65 | 202 | 120 | 73 | 0 | 46 | 61 | 215 | 52 | 44 |
| Binary | 110101 | 10000010 | 1010000 | 111011 | 0 | 100110 | 110001 | 10001101 | 101010 | 100100 |
Color Harmonies of #358250
Complementary color
Monochromatic Colors of #358250
Black with #358250
Text Example
Text Example
White with #358250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358250; }
p { color: rgb(53,130,80); }
H1.HeaderClassName
{
color: #358250;
}
.AnyTagClassName
{
color: #358250;
}
</style>
background-color css
<style>
a { background-color: #358250; }
a { background-color: rgb(53,130,80); }
div.DivClassName
{
background-color: #358250;
}
.BgClassName
{
background-color: #358250;
}
</style>
border-color css
<style>
span { border-color: #358250; }
span { border-color: rgb(53,130,80); }
td.TdClassName
{
border-color: #358250;
}
.TagClassName
{
border-color: #358250;
}
</style>