Shades of Amazon #348550
Tints of Amazon #348550
RGB
CMYK
RGB Variations
Color information
#348550 (or 0x348550) is known color: Amazon. HEX triplet: 34, 85 and 50. RGB value is (52,133,80). Sum of RGB (Red+Green+Blue) = 52+133+80=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #348550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348550 is #CB7AAF. Grayscale: #666666. Windows color (decimal): -13335216 or 5276980. OLE color: 5276980.
HSL color Cylindrical-coordinate representation of color #348550: hue angle of 140.74º 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 #348550 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 80 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.48 |
| HSL | 140.74º | 0.44% | 0.36% | - |
| HSV(B) | 140.74º | 0.61% | 0.52% | - |
| XYZ | 11.25 | 18.08 | 10.49 | - |
| YUV | 102.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 80 | 0.61 | 0 | 0.40 | 0.48 | 140.74 | 0.44 | 0.36 |
| Hex | 34 | 85 | 50 | 3D | 0 | 28 | 30 | 8D | 2C | 24 |
| Octal | 64 | 205 | 120 | 75 | 0 | 50 | 60 | 215 | 54 | 44 |
| Binary | 110100 | 10000101 | 1010000 | 111101 | 0 | 101000 | 110000 | 10001101 | 101100 | 100100 |
Color Harmonies of #348550
Complementary color
Monochromatic Colors of #348550
Black with #348550
Text Example
Text Example
White with #348550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348550; }
p { color: rgb(52,133,80); }
H1.HeaderClassName
{
color: #348550;
}
.AnyTagClassName
{
color: #348550;
}
</style>
background-color css
<style>
a { background-color: #348550; }
a { background-color: rgb(52,133,80); }
div.DivClassName
{
background-color: #348550;
}
.BgClassName
{
background-color: #348550;
}
</style>
border-color css
<style>
span { border-color: #348550; }
span { border-color: rgb(52,133,80); }
td.TdClassName
{
border-color: #348550;
}
.TagClassName
{
border-color: #348550;
}
</style>