Shades of Amazon #346F47
Tints of Amazon #346F47
RGB
CMYK
RGB Variations
Color information
#346F47 (or 0x346F47) is known color: Amazon. HEX triplet: 34, 6F and 47. RGB value is (52,111,71). Sum of RGB (Red+Green+Blue) = 52+111+71=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #346F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F47 is #CB90B8. Grayscale: #585858. Windows color (decimal): -13340857 or 4681524. OLE color: 4681524.
HSL color Cylindrical-coordinate representation of color #346F47: hue angle of 139.32º 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 #346F47 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 71 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.56 |
| HSL | 139.32º | 0.36% | 0.32% | - |
| HSV(B) | 139.32º | 0.53% | 0.44% | - |
| XYZ | 8.24 | 12.55 | 7.95 | - |
| YUV | 88.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 71 | 0.53 | 0 | 0.36 | 0.56 | 139.32 | 0.36 | 0.32 |
| Hex | 34 | 6F | 47 | 35 | 0 | 24 | 38 | 8B | 24 | 20 |
| Octal | 64 | 157 | 107 | 65 | 0 | 44 | 70 | 213 | 44 | 40 |
| Binary | 110100 | 1101111 | 1000111 | 110101 | 0 | 100100 | 111000 | 10001011 | 100100 | 100000 |
Color Harmonies of #346F47
Complementary color
Monochromatic Colors of #346F47
Black with #346F47
Text Example
Text Example
White with #346F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F47; }
p { color: rgb(52,111,71); }
H1.HeaderClassName
{
color: #346F47;
}
.AnyTagClassName
{
color: #346F47;
}
</style>
background-color css
<style>
a { background-color: #346F47; }
a { background-color: rgb(52,111,71); }
div.DivClassName
{
background-color: #346F47;
}
.BgClassName
{
background-color: #346F47;
}
</style>
border-color css
<style>
span { border-color: #346F47; }
span { border-color: rgb(52,111,71); }
td.TdClassName
{
border-color: #346F47;
}
.TagClassName
{
border-color: #346F47;
}
</style>