Shades of Amazon #358845
Tints of Amazon #358845
RGB
CMYK
RGB Variations
Color information
#358845 (or 0x358845) is known color: Amazon. HEX triplet: 35, 88 and 45. RGB value is (53,136,69). Sum of RGB (Red+Green+Blue) = 53+136+69=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #358845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358845 is #CA77BA. Grayscale: #676767. Windows color (decimal): -13268923 or 4556853. OLE color: 4556853.
HSL color Cylindrical-coordinate representation of color #358845: hue angle of 131.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358845 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 69 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.47 |
| HSL | 131.57º | 0.44% | 0.37% | - |
| HSV(B) | 131.57º | 0.61% | 0.53% | - |
| XYZ | 11.35 | 18.79 | 8.66 | - |
| YUV | 103.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 69 | 0.61 | 0 | 0.49 | 0.47 | 131.57 | 0.44 | 0.37 |
| Hex | 35 | 88 | 45 | 3D | 0 | 31 | 2F | 84 | 2C | 25 |
| Octal | 65 | 210 | 105 | 75 | 0 | 61 | 57 | 204 | 54 | 45 |
| Binary | 110101 | 10001000 | 1000101 | 111101 | 0 | 110001 | 101111 | 10000100 | 101100 | 100101 |
Color Harmonies of #358845
Complementary color
Monochromatic Colors of #358845
Black with #358845
Text Example
Text Example
White with #358845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358845; }
p { color: rgb(53,136,69); }
H1.HeaderClassName
{
color: #358845;
}
.AnyTagClassName
{
color: #358845;
}
</style>
background-color css
<style>
a { background-color: #358845; }
a { background-color: rgb(53,136,69); }
div.DivClassName
{
background-color: #358845;
}
.BgClassName
{
background-color: #358845;
}
</style>
border-color css
<style>
span { border-color: #358845; }
span { border-color: rgb(53,136,69); }
td.TdClassName
{
border-color: #358845;
}
.TagClassName
{
border-color: #358845;
}
</style>