Shades of Amazon #346F51
Tints of Amazon #346F51
RGB
CMYK
RGB Variations
Color information
#346F51 (or 0x346F51) is known color: Amazon. HEX triplet: 34, 6F and 51. RGB value is (52,111,81). Sum of RGB (Red+Green+Blue) = 52+111+81=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #346F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F51 is #CB90AE. Grayscale: #595959. Windows color (decimal): -13340847 or 5336884. OLE color: 5336884.
HSL color Cylindrical-coordinate representation of color #346F51: hue angle of 149.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F51 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 81 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.56 |
| HSL | 149.49º | 0.36% | 0.32% | - |
| HSV(B) | 149.49º | 0.53% | 0.44% | - |
| XYZ | 8.59 | 12.69 | 9.78 | - |
| YUV | 89.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 81 | 0.53 | 0 | 0.27 | 0.56 | 149.49 | 0.36 | 0.32 |
| Hex | 34 | 6F | 51 | 35 | 0 | 1B | 38 | 95 | 24 | 20 |
| Octal | 64 | 157 | 121 | 65 | 0 | 33 | 70 | 225 | 44 | 40 |
| Binary | 110100 | 1101111 | 1010001 | 110101 | 0 | 11011 | 111000 | 10010101 | 100100 | 100000 |
Color Harmonies of #346F51
Complementary color
Monochromatic Colors of #346F51
Black with #346F51
Text Example
Text Example
White with #346F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F51; }
p { color: rgb(52,111,81); }
H1.HeaderClassName
{
color: #346F51;
}
.AnyTagClassName
{
color: #346F51;
}
</style>
background-color css
<style>
a { background-color: #346F51; }
a { background-color: rgb(52,111,81); }
div.DivClassName
{
background-color: #346F51;
}
.BgClassName
{
background-color: #346F51;
}
</style>
border-color css
<style>
span { border-color: #346F51; }
span { border-color: rgb(52,111,81); }
td.TdClassName
{
border-color: #346F51;
}
.TagClassName
{
border-color: #346F51;
}
</style>