Shades of Amazon #348157
Tints of Amazon #348157
RGB
CMYK
RGB Variations
Color information
#348157 (or 0x348157) is known color: Amazon. HEX triplet: 34, 81 and 57. RGB value is (52,129,87). Sum of RGB (Red+Green+Blue) = 52+129+87=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #348157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348157 is #CB7EA8. Grayscale: #656565. Windows color (decimal): -13336233 or 5734708. OLE color: 5734708.
HSL color Cylindrical-coordinate representation of color #348157: hue angle of 147.27º 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 #348157 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 87 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.49 |
| HSL | 147.27º | 0.43% | 0.35% | - |
| HSV(B) | 147.27º | 0.6% | 0.51% | - |
| XYZ | 10.99 | 17.12 | 11.74 | - |
| YUV | 101.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 87 | 0.60 | 0 | 0.33 | 0.49 | 147.27 | 0.43 | 0.35 |
| Hex | 34 | 81 | 57 | 3C | 0 | 21 | 31 | 93 | 2B | 23 |
| Octal | 64 | 201 | 127 | 74 | 0 | 41 | 61 | 223 | 53 | 43 |
| Binary | 110100 | 10000001 | 1010111 | 111100 | 0 | 100001 | 110001 | 10010011 | 101011 | 100011 |
Color Harmonies of #348157
Complementary color
Monochromatic Colors of #348157
Black with #348157
Text Example
Text Example
White with #348157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348157; }
p { color: rgb(52,129,87); }
H1.HeaderClassName
{
color: #348157;
}
.AnyTagClassName
{
color: #348157;
}
</style>
background-color css
<style>
a { background-color: #348157; }
a { background-color: rgb(52,129,87); }
div.DivClassName
{
background-color: #348157;
}
.BgClassName
{
background-color: #348157;
}
</style>
border-color css
<style>
span { border-color: #348157; }
span { border-color: rgb(52,129,87); }
td.TdClassName
{
border-color: #348157;
}
.TagClassName
{
border-color: #348157;
}
</style>