Shades of Amazon #346E51
Tints of Amazon #346E51
RGB
CMYK
RGB Variations
Color information
#346E51 (or 0x346E51) is known color: Amazon. HEX triplet: 34, 6E and 51. RGB value is (52,110,81). Sum of RGB (Red+Green+Blue) = 52+110+81=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #346E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E51 is #CB91AE. Grayscale: #595959. Windows color (decimal): -13341103 or 5336628. OLE color: 5336628.
HSL color Cylindrical-coordinate representation of color #346E51: hue angle of 150º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E51 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 81 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.57 |
| HSL | 150º | 0.36% | 0.32% | - |
| HSV(B) | 150º | 0.53% | 0.43% | - |
| XYZ | 8.48 | 12.48 | 9.75 | - |
| YUV | 89.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 81 | 0.53 | 0 | 0.26 | 0.57 | 150 | 0.36 | 0.32 |
| Hex | 34 | 6E | 51 | 35 | 0 | 1A | 39 | 96 | 24 | 20 |
| Octal | 64 | 156 | 121 | 65 | 0 | 32 | 71 | 226 | 44 | 40 |
| Binary | 110100 | 1101110 | 1010001 | 110101 | 0 | 11010 | 111001 | 10010110 | 100100 | 100000 |
Color Harmonies of #346E51
Complementary color
Monochromatic Colors of #346E51
Black with #346E51
Text Example
Text Example
White with #346E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E51; }
p { color: rgb(52,110,81); }
H1.HeaderClassName
{
color: #346E51;
}
.AnyTagClassName
{
color: #346E51;
}
</style>
background-color css
<style>
a { background-color: #346E51; }
a { background-color: rgb(52,110,81); }
div.DivClassName
{
background-color: #346E51;
}
.BgClassName
{
background-color: #346E51;
}
</style>
border-color css
<style>
span { border-color: #346E51; }
span { border-color: rgb(52,110,81); }
td.TdClassName
{
border-color: #346E51;
}
.TagClassName
{
border-color: #346E51;
}
</style>