Shades of Amazon #356D46
Tints of Amazon #356D46
RGB
CMYK
RGB Variations
Color information
#356D46 (or 0x356D46) is known color: Amazon. HEX triplet: 35, 6D and 46. RGB value is (53,109,70). Sum of RGB (Red+Green+Blue) = 53+109+70=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #356D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D46 is #CA92B9. Grayscale: #575757. Windows color (decimal): -13275834 or 4615477. OLE color: 4615477.
HSL color Cylindrical-coordinate representation of color #356D46: hue angle of 138.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356D46 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 109 | 70 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.57 |
| HSL | 138.21º | 0.35% | 0.32% | - |
| HSV(B) | 138.21º | 0.51% | 0.43% | - |
| XYZ | 8.04 | 12.14 | 7.71 | - |
| YUV | 87.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 70 | 0.51 | 0 | 0.36 | 0.57 | 138.21 | 0.35 | 0.32 |
| Hex | 35 | 6D | 46 | 33 | 0 | 24 | 39 | 8A | 23 | 20 |
| Octal | 65 | 155 | 106 | 63 | 0 | 44 | 71 | 212 | 43 | 40 |
| Binary | 110101 | 1101101 | 1000110 | 110011 | 0 | 100100 | 111001 | 10001010 | 100011 | 100000 |
Color Harmonies of #356D46
Complementary color
Monochromatic Colors of #356D46
Black with #356D46
Text Example
Text Example
White with #356D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D46; }
p { color: rgb(53,109,70); }
H1.HeaderClassName
{
color: #356D46;
}
.AnyTagClassName
{
color: #356D46;
}
</style>
background-color css
<style>
a { background-color: #356D46; }
a { background-color: rgb(53,109,70); }
div.DivClassName
{
background-color: #356D46;
}
.BgClassName
{
background-color: #356D46;
}
</style>
border-color css
<style>
span { border-color: #356D46; }
span { border-color: rgb(53,109,70); }
td.TdClassName
{
border-color: #356D46;
}
.TagClassName
{
border-color: #356D46;
}
</style>