Shades of Amazon #348047
Tints of Amazon #348047
RGB
CMYK
RGB Variations
Color information
#348047 (or 0x348047) is known color: Amazon. HEX triplet: 34, 80 and 47. RGB value is (52,128,71). Sum of RGB (Red+Green+Blue) = 52+128+71=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #348047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348047 is #CB7FB8. Grayscale: #626262. Windows color (decimal): -13336505 or 4685876. OLE color: 4685876.
HSL color Cylindrical-coordinate representation of color #348047: hue angle of 135º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348047 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 71 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.50 |
| HSL | 135º | 0.42% | 0.35% | - |
| HSV(B) | 135º | 0.59% | 0.5% | - |
| XYZ | 10.27 | 16.62 | 8.63 | - |
| YUV | 98.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 71 | 0.59 | 0 | 0.45 | 0.50 | 135 | 0.42 | 0.35 |
| Hex | 34 | 80 | 47 | 3B | 0 | 2D | 32 | 87 | 2A | 23 |
| Octal | 64 | 200 | 107 | 73 | 0 | 55 | 62 | 207 | 52 | 43 |
| Binary | 110100 | 10000000 | 1000111 | 111011 | 0 | 101101 | 110010 | 10000111 | 101010 | 100011 |
Color Harmonies of #348047
Complementary color
Monochromatic Colors of #348047
Black with #348047
Text Example
Text Example
White with #348047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348047; }
p { color: rgb(52,128,71); }
H1.HeaderClassName
{
color: #348047;
}
.AnyTagClassName
{
color: #348047;
}
</style>
background-color css
<style>
a { background-color: #348047; }
a { background-color: rgb(52,128,71); }
div.DivClassName
{
background-color: #348047;
}
.BgClassName
{
background-color: #348047;
}
</style>
border-color css
<style>
span { border-color: #348047; }
span { border-color: rgb(52,128,71); }
td.TdClassName
{
border-color: #348047;
}
.TagClassName
{
border-color: #348047;
}
</style>