Shades of Amazon #358444
Tints of Amazon #358444
RGB
CMYK
RGB Variations
Color information
#358444 (or 0x358444) is known color: Amazon. HEX triplet: 35, 84 and 44. RGB value is (53,132,68). Sum of RGB (Red+Green+Blue) = 53+132+68=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #358444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358444 is #CA7BBB. Grayscale: #656565. Windows color (decimal): -13269948 or 4490293. OLE color: 4490293.
HSL color Cylindrical-coordinate representation of color #358444: hue angle of 131.39º 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 #358444 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 68 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.48 |
| HSL | 131.39º | 0.43% | 0.36% | - |
| HSV(B) | 131.39º | 0.6% | 0.52% | - |
| XYZ | 10.76 | 17.68 | 8.31 | - |
| YUV | 101.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 68 | 0.60 | 0 | 0.48 | 0.48 | 131.39 | 0.43 | 0.36 |
| Hex | 35 | 84 | 44 | 3C | 0 | 30 | 30 | 83 | 2B | 24 |
| Octal | 65 | 204 | 104 | 74 | 0 | 60 | 60 | 203 | 53 | 44 |
| Binary | 110101 | 10000100 | 1000100 | 111100 | 0 | 110000 | 110000 | 10000011 | 101011 | 100100 |
Color Harmonies of #358444
Complementary color
Monochromatic Colors of #358444
Black with #358444
Text Example
Text Example
White with #358444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358444; }
p { color: rgb(53,132,68); }
H1.HeaderClassName
{
color: #358444;
}
.AnyTagClassName
{
color: #358444;
}
</style>
background-color css
<style>
a { background-color: #358444; }
a { background-color: rgb(53,132,68); }
div.DivClassName
{
background-color: #358444;
}
.BgClassName
{
background-color: #358444;
}
</style>
border-color css
<style>
span { border-color: #358444; }
span { border-color: rgb(53,132,68); }
td.TdClassName
{
border-color: #358444;
}
.TagClassName
{
border-color: #358444;
}
</style>