Shades of Amazon #348356
Tints of Amazon #348356
RGB
CMYK
RGB Variations
Color information
#348356 (or 0x348356) is known color: Amazon. HEX triplet: 34, 83 and 56. RGB value is (52,131,86). Sum of RGB (Red+Green+Blue) = 52+131+86=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #348356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348356 is #CB7CA9. Grayscale: #666666. Windows color (decimal): -13335722 or 5669684. OLE color: 5669684.
HSL color Cylindrical-coordinate representation of color #348356: hue angle of 145.82º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348356 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 86 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.49 |
| HSL | 145.82º | 0.43% | 0.36% | - |
| HSV(B) | 145.82º | 0.6% | 0.51% | - |
| XYZ | 11.21 | 17.63 | 11.62 | - |
| YUV | 102.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 86 | 0.60 | 0 | 0.34 | 0.49 | 145.82 | 0.43 | 0.36 |
| Hex | 34 | 83 | 56 | 3C | 0 | 22 | 31 | 92 | 2B | 24 |
| Octal | 64 | 203 | 126 | 74 | 0 | 42 | 61 | 222 | 53 | 44 |
| Binary | 110100 | 10000011 | 1010110 | 111100 | 0 | 100010 | 110001 | 10010010 | 101011 | 100100 |
Color Harmonies of #348356
Complementary color
Monochromatic Colors of #348356
Black with #348356
Text Example
Text Example
White with #348356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348356; }
p { color: rgb(52,131,86); }
H1.HeaderClassName
{
color: #348356;
}
.AnyTagClassName
{
color: #348356;
}
</style>
background-color css
<style>
a { background-color: #348356; }
a { background-color: rgb(52,131,86); }
div.DivClassName
{
background-color: #348356;
}
.BgClassName
{
background-color: #348356;
}
</style>
border-color css
<style>
span { border-color: #348356; }
span { border-color: rgb(52,131,86); }
td.TdClassName
{
border-color: #348356;
}
.TagClassName
{
border-color: #348356;
}
</style>