Shades of Amazon #358454
Tints of Amazon #358454
RGB
CMYK
RGB Variations
Color information
#358454 (or 0x358454) is known color: Amazon. HEX triplet: 35, 84 and 54. RGB value is (53,132,84). Sum of RGB (Red+Green+Blue) = 53+132+84=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #358454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358454 is #CA7BAB. Grayscale: #676767. Windows color (decimal): -13269932 or 5538869. OLE color: 5538869.
HSL color Cylindrical-coordinate representation of color #358454: hue angle of 143.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358454 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 84 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.48 |
| HSL | 143.54º | 0.43% | 0.36% | - |
| HSV(B) | 143.54º | 0.6% | 0.52% | - |
| XYZ | 11.32 | 17.9 | 11.25 | - |
| YUV | 102.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 84 | 0.60 | 0 | 0.36 | 0.48 | 143.54 | 0.43 | 0.36 |
| Hex | 35 | 84 | 54 | 3C | 0 | 24 | 30 | 90 | 2B | 24 |
| Octal | 65 | 204 | 124 | 74 | 0 | 44 | 60 | 220 | 53 | 44 |
| Binary | 110101 | 10000100 | 1010100 | 111100 | 0 | 100100 | 110000 | 10010000 | 101011 | 100100 |
Color Harmonies of #358454
Complementary color
Monochromatic Colors of #358454
Black with #358454
Text Example
Text Example
White with #358454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358454; }
p { color: rgb(53,132,84); }
H1.HeaderClassName
{
color: #358454;
}
.AnyTagClassName
{
color: #358454;
}
</style>
background-color css
<style>
a { background-color: #358454; }
a { background-color: rgb(53,132,84); }
div.DivClassName
{
background-color: #358454;
}
.BgClassName
{
background-color: #358454;
}
</style>
border-color css
<style>
span { border-color: #358454; }
span { border-color: rgb(53,132,84); }
td.TdClassName
{
border-color: #358454;
}
.TagClassName
{
border-color: #358454;
}
</style>