Shades of Amazon #348547
Tints of Amazon #348547
RGB
CMYK
RGB Variations
Color information
#348547 (or 0x348547) is known color: Amazon. HEX triplet: 34, 85 and 47. RGB value is (52,133,71). Sum of RGB (Red+Green+Blue) = 52+133+71=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #348547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348547 is #CB7AB8. Grayscale: #656565. Windows color (decimal): -13335225 or 4687156. OLE color: 4687156.
HSL color Cylindrical-coordinate representation of color #348547: hue angle of 134.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348547 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 71 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.48 |
| HSL | 134.07º | 0.44% | 0.36% | - |
| HSV(B) | 134.07º | 0.61% | 0.52% | - |
| XYZ | 10.94 | 17.96 | 8.85 | - |
| YUV | 101.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 71 | 0.61 | 0 | 0.47 | 0.48 | 134.07 | 0.44 | 0.36 |
| Hex | 34 | 85 | 47 | 3D | 0 | 2F | 30 | 86 | 2C | 24 |
| Octal | 64 | 205 | 107 | 75 | 0 | 57 | 60 | 206 | 54 | 44 |
| Binary | 110100 | 10000101 | 1000111 | 111101 | 0 | 101111 | 110000 | 10000110 | 101100 | 100100 |
Color Harmonies of #348547
Complementary color
Monochromatic Colors of #348547
Black with #348547
Text Example
Text Example
White with #348547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348547; }
p { color: rgb(52,133,71); }
H1.HeaderClassName
{
color: #348547;
}
.AnyTagClassName
{
color: #348547;
}
</style>
background-color css
<style>
a { background-color: #348547; }
a { background-color: rgb(52,133,71); }
div.DivClassName
{
background-color: #348547;
}
.BgClassName
{
background-color: #348547;
}
</style>
border-color css
<style>
span { border-color: #348547; }
span { border-color: rgb(52,133,71); }
td.TdClassName
{
border-color: #348547;
}
.TagClassName
{
border-color: #348547;
}
</style>