Shades of Amazon #358548
Tints of Amazon #358548
RGB
CMYK
RGB Variations
Color information
#358548 (or 0x358548) is known color: Amazon. HEX triplet: 35, 85 and 48. RGB value is (53,133,72). Sum of RGB (Red+Green+Blue) = 53+133+72=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #358548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358548 is #CA7AB7. Grayscale: #666666. Windows color (decimal): -13269688 or 4752693. OLE color: 4752693.
HSL color Cylindrical-coordinate representation of color #358548: hue angle of 134.25º 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 #358548 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 72 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.48 |
| HSL | 134.25º | 0.43% | 0.36% | - |
| HSV(B) | 134.25º | 0.6% | 0.52% | - |
| XYZ | 11.03 | 18 | 9.02 | - |
| YUV | 102.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 72 | 0.60 | 0 | 0.46 | 0.48 | 134.25 | 0.43 | 0.36 |
| Hex | 35 | 85 | 48 | 3C | 0 | 2E | 30 | 86 | 2B | 24 |
| Octal | 65 | 205 | 110 | 74 | 0 | 56 | 60 | 206 | 53 | 44 |
| Binary | 110101 | 10000101 | 1001000 | 111100 | 0 | 101110 | 110000 | 10000110 | 101011 | 100100 |
Color Harmonies of #358548
Complementary color
Monochromatic Colors of #358548
Black with #358548
Text Example
Text Example
White with #358548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358548; }
p { color: rgb(53,133,72); }
H1.HeaderClassName
{
color: #358548;
}
.AnyTagClassName
{
color: #358548;
}
</style>
background-color css
<style>
a { background-color: #358548; }
a { background-color: rgb(53,133,72); }
div.DivClassName
{
background-color: #358548;
}
.BgClassName
{
background-color: #358548;
}
</style>
border-color css
<style>
span { border-color: #358548; }
span { border-color: rgb(53,133,72); }
td.TdClassName
{
border-color: #358548;
}
.TagClassName
{
border-color: #358548;
}
</style>