Shades of Amazon #358347
Tints of Amazon #358347
RGB
CMYK
RGB Variations
Color information
#358347 (or 0x358347) is known color: Amazon. HEX triplet: 35, 83 and 47. RGB value is (53,131,71). Sum of RGB (Red+Green+Blue) = 53+131+71=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #358347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358347 is #CA7CB8. Grayscale: #656565. Windows color (decimal): -13270201 or 4686645. OLE color: 4686645.
HSL color Cylindrical-coordinate representation of color #358347: hue angle of 133.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358347 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 71 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.49 |
| HSL | 133.85º | 0.42% | 0.36% | - |
| HSV(B) | 133.85º | 0.6% | 0.51% | - |
| XYZ | 10.72 | 17.44 | 8.76 | - |
| YUV | 100.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 71 | 0.60 | 0 | 0.46 | 0.49 | 133.85 | 0.42 | 0.36 |
| Hex | 35 | 83 | 47 | 3C | 0 | 2E | 31 | 86 | 2A | 24 |
| Octal | 65 | 203 | 107 | 74 | 0 | 56 | 61 | 206 | 52 | 44 |
| Binary | 110101 | 10000011 | 1000111 | 111100 | 0 | 101110 | 110001 | 10000110 | 101010 | 100100 |
Color Harmonies of #358347
Complementary color
Monochromatic Colors of #358347
Black with #358347
Text Example
Text Example
White with #358347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358347; }
p { color: rgb(53,131,71); }
H1.HeaderClassName
{
color: #358347;
}
.AnyTagClassName
{
color: #358347;
}
</style>
background-color css
<style>
a { background-color: #358347; }
a { background-color: rgb(53,131,71); }
div.DivClassName
{
background-color: #358347;
}
.BgClassName
{
background-color: #358347;
}
</style>
border-color css
<style>
span { border-color: #358347; }
span { border-color: rgb(53,131,71); }
td.TdClassName
{
border-color: #358347;
}
.TagClassName
{
border-color: #358347;
}
</style>