Shades of Amazon #358249
Tints of Amazon #358249
RGB
CMYK
RGB Variations
Color information
#358249 (or 0x358249) is known color: Amazon. HEX triplet: 35, 82 and 49. RGB value is (53,130,73). Sum of RGB (Red+Green+Blue) = 53+130+73=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #358249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358249 is #CA7DB6. Grayscale: #646464. Windows color (decimal): -13270455 or 4817461. OLE color: 4817461.
HSL color Cylindrical-coordinate representation of color #358249: hue angle of 135.58º 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 #358249 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 73 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.49 |
| HSL | 135.58º | 0.42% | 0.36% | - |
| HSV(B) | 135.58º | 0.59% | 0.51% | - |
| XYZ | 10.65 | 17.2 | 9.06 | - |
| YUV | 100.48 | 112.49 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 73 | 0.59 | 0 | 0.44 | 0.49 | 135.58 | 0.42 | 0.36 |
| Hex | 35 | 82 | 49 | 3B | 0 | 2C | 31 | 88 | 2A | 24 |
| Octal | 65 | 202 | 111 | 73 | 0 | 54 | 61 | 210 | 52 | 44 |
| Binary | 110101 | 10000010 | 1001001 | 111011 | 0 | 101100 | 110001 | 10001000 | 101010 | 100100 |
Color Harmonies of #358249
Complementary color
Monochromatic Colors of #358249
Black with #358249
Text Example
Text Example
White with #358249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358249; }
p { color: rgb(53,130,73); }
H1.HeaderClassName
{
color: #358249;
}
.AnyTagClassName
{
color: #358249;
}
</style>
background-color css
<style>
a { background-color: #358249; }
a { background-color: rgb(53,130,73); }
div.DivClassName
{
background-color: #358249;
}
.BgClassName
{
background-color: #358249;
}
</style>
border-color css
<style>
span { border-color: #358249; }
span { border-color: rgb(53,130,73); }
td.TdClassName
{
border-color: #358249;
}
.TagClassName
{
border-color: #358249;
}
</style>