Shades of Amazon #348749
Tints of Amazon #348749
RGB
CMYK
RGB Variations
Color information
#348749 (or 0x348749) is known color: Amazon. HEX triplet: 34, 87 and 49. RGB value is (52,135,73). Sum of RGB (Red+Green+Blue) = 52+135+73=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #348749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348749 is #CB78B6. Grayscale: #676767. Windows color (decimal): -13334711 or 4818740. OLE color: 4818740.
HSL color Cylindrical-coordinate representation of color #348749: hue angle of 135.18º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348749 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 73 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.47 |
| HSL | 135.18º | 0.44% | 0.37% | - |
| HSV(B) | 135.18º | 0.61% | 0.53% | - |
| XYZ | 11.28 | 18.54 | 9.29 | - |
| YUV | 103.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 73 | 0.61 | 0 | 0.46 | 0.47 | 135.18 | 0.44 | 0.37 |
| Hex | 34 | 87 | 49 | 3D | 0 | 2E | 2F | 87 | 2C | 25 |
| Octal | 64 | 207 | 111 | 75 | 0 | 56 | 57 | 207 | 54 | 45 |
| Binary | 110100 | 10000111 | 1001001 | 111101 | 0 | 101110 | 101111 | 10000111 | 101100 | 100101 |
Color Harmonies of #348749
Complementary color
Monochromatic Colors of #348749
Black with #348749
Text Example
Text Example
White with #348749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348749; }
p { color: rgb(52,135,73); }
H1.HeaderClassName
{
color: #348749;
}
.AnyTagClassName
{
color: #348749;
}
</style>
background-color css
<style>
a { background-color: #348749; }
a { background-color: rgb(52,135,73); }
div.DivClassName
{
background-color: #348749;
}
.BgClassName
{
background-color: #348749;
}
</style>
border-color css
<style>
span { border-color: #348749; }
span { border-color: rgb(52,135,73); }
td.TdClassName
{
border-color: #348749;
}
.TagClassName
{
border-color: #348749;
}
</style>