Shades of Amazon #347B51
Tints of Amazon #347B51
RGB
CMYK
RGB Variations
Color information
#347B51 (or 0x347B51) is known color: Amazon. HEX triplet: 34, 7B and 51. RGB value is (52,123,81). Sum of RGB (Red+Green+Blue) = 52+123+81=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #347B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B51 is #CB84AE. Grayscale: #616161. Windows color (decimal): -13337775 or 5339956. OLE color: 5339956.
HSL color Cylindrical-coordinate representation of color #347B51: hue angle of 144.51º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B51 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 81 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.52 |
| HSL | 144.51º | 0.41% | 0.34% | - |
| HSV(B) | 144.51º | 0.58% | 0.48% | - |
| XYZ | 9.98 | 15.49 | 10.25 | - |
| YUV | 96.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 81 | 0.58 | 0 | 0.34 | 0.52 | 144.51 | 0.41 | 0.34 |
| Hex | 34 | 7B | 51 | 3A | 0 | 22 | 34 | 91 | 29 | 22 |
| Octal | 64 | 173 | 121 | 72 | 0 | 42 | 64 | 221 | 51 | 42 |
| Binary | 110100 | 1111011 | 1010001 | 111010 | 0 | 100010 | 110100 | 10010001 | 101001 | 100010 |
Color Harmonies of #347B51
Complementary color
Monochromatic Colors of #347B51
Black with #347B51
Text Example
Text Example
White with #347B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B51; }
p { color: rgb(52,123,81); }
H1.HeaderClassName
{
color: #347B51;
}
.AnyTagClassName
{
color: #347B51;
}
</style>
background-color css
<style>
a { background-color: #347B51; }
a { background-color: rgb(52,123,81); }
div.DivClassName
{
background-color: #347B51;
}
.BgClassName
{
background-color: #347B51;
}
</style>
border-color css
<style>
span { border-color: #347B51; }
span { border-color: rgb(52,123,81); }
td.TdClassName
{
border-color: #347B51;
}
.TagClassName
{
border-color: #347B51;
}
</style>