Shades of Amazon #348151
Tints of Amazon #348151
RGB
CMYK
RGB Variations
Color information
#348151 (or 0x348151) is known color: Amazon. HEX triplet: 34, 81 and 51. RGB value is (52,129,81). Sum of RGB (Red+Green+Blue) = 52+129+81=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #348151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348151 is #CB7EAE. Grayscale: #646464. Windows color (decimal): -13336239 or 5341492. OLE color: 5341492.
HSL color Cylindrical-coordinate representation of color #348151: hue angle of 142.6º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348151 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 81 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.49 |
| HSL | 142.6º | 0.43% | 0.35% | - |
| HSV(B) | 142.6º | 0.6% | 0.51% | - |
| XYZ | 10.75 | 17.02 | 10.5 | - |
| YUV | 100.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 81 | 0.60 | 0 | 0.37 | 0.49 | 142.6 | 0.43 | 0.35 |
| Hex | 34 | 81 | 51 | 3C | 0 | 25 | 31 | 8F | 2B | 23 |
| Octal | 64 | 201 | 121 | 74 | 0 | 45 | 61 | 217 | 53 | 43 |
| Binary | 110100 | 10000001 | 1010001 | 111100 | 0 | 100101 | 110001 | 10001111 | 101011 | 100011 |
Color Harmonies of #348151
Complementary color
Monochromatic Colors of #348151
Black with #348151
Text Example
Text Example
White with #348151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348151; }
p { color: rgb(52,129,81); }
H1.HeaderClassName
{
color: #348151;
}
.AnyTagClassName
{
color: #348151;
}
</style>
background-color css
<style>
a { background-color: #348151; }
a { background-color: rgb(52,129,81); }
div.DivClassName
{
background-color: #348151;
}
.BgClassName
{
background-color: #348151;
}
</style>
border-color css
<style>
span { border-color: #348151; }
span { border-color: rgb(52,129,81); }
td.TdClassName
{
border-color: #348151;
}
.TagClassName
{
border-color: #348151;
}
</style>