Shades of Amazon #348647
Tints of Amazon #348647
RGB
CMYK
RGB Variations
Color information
#348647 (or 0x348647) is known color: Amazon. HEX triplet: 34, 86 and 47. RGB value is (52,134,71). Sum of RGB (Red+Green+Blue) = 52+134+71=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #348647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348647 is #CB79B8. Grayscale: #666666. Windows color (decimal): -13334969 or 4687412. OLE color: 4687412.
HSL color Cylindrical-coordinate representation of color #348647: hue angle of 133.9º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348647 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 71 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.47 |
| HSL | 133.9º | 0.44% | 0.36% | - |
| HSV(B) | 133.9º | 0.61% | 0.53% | - |
| XYZ | 11.08 | 18.24 | 8.9 | - |
| YUV | 102.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 71 | 0.61 | 0 | 0.47 | 0.47 | 133.9 | 0.44 | 0.36 |
| Hex | 34 | 86 | 47 | 3D | 0 | 2F | 2F | 86 | 2C | 24 |
| Octal | 64 | 206 | 107 | 75 | 0 | 57 | 57 | 206 | 54 | 44 |
| Binary | 110100 | 10000110 | 1000111 | 111101 | 0 | 101111 | 101111 | 10000110 | 101100 | 100100 |
Color Harmonies of #348647
Complementary color
Monochromatic Colors of #348647
Black with #348647
Text Example
Text Example
White with #348647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348647; }
p { color: rgb(52,134,71); }
H1.HeaderClassName
{
color: #348647;
}
.AnyTagClassName
{
color: #348647;
}
</style>
background-color css
<style>
a { background-color: #348647; }
a { background-color: rgb(52,134,71); }
div.DivClassName
{
background-color: #348647;
}
.BgClassName
{
background-color: #348647;
}
</style>
border-color css
<style>
span { border-color: #348647; }
span { border-color: rgb(52,134,71); }
td.TdClassName
{
border-color: #348647;
}
.TagClassName
{
border-color: #348647;
}
</style>