Shades of Amazon #347554
Tints of Amazon #347554
RGB
CMYK
RGB Variations
Color information
#347554 (or 0x347554) is known color: Amazon. HEX triplet: 34, 75 and 54. RGB value is (52,117,84). Sum of RGB (Red+Green+Blue) = 52+117+84=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #347554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347554 is #CB8AAB. Grayscale: #5D5D5D. Windows color (decimal): -13339308 or 5535028. OLE color: 5535028.
HSL color Cylindrical-coordinate representation of color #347554: hue angle of 149.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347554 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 84 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.54 |
| HSL | 149.54º | 0.38% | 0.33% | - |
| HSV(B) | 149.54º | 0.56% | 0.46% | - |
| XYZ | 9.38 | 14.09 | 10.61 | - |
| YUV | 93.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 84 | 0.56 | 0 | 0.28 | 0.54 | 149.54 | 0.38 | 0.33 |
| Hex | 34 | 75 | 54 | 38 | 0 | 1C | 36 | 96 | 26 | 21 |
| Octal | 64 | 165 | 124 | 70 | 0 | 34 | 66 | 226 | 46 | 41 |
| Binary | 110100 | 1110101 | 1010100 | 111000 | 0 | 11100 | 110110 | 10010110 | 100110 | 100001 |
Color Harmonies of #347554
Complementary color
Monochromatic Colors of #347554
Black with #347554
Text Example
Text Example
White with #347554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347554; }
p { color: rgb(52,117,84); }
H1.HeaderClassName
{
color: #347554;
}
.AnyTagClassName
{
color: #347554;
}
</style>
background-color css
<style>
a { background-color: #347554; }
a { background-color: rgb(52,117,84); }
div.DivClassName
{
background-color: #347554;
}
.BgClassName
{
background-color: #347554;
}
</style>
border-color css
<style>
span { border-color: #347554; }
span { border-color: rgb(52,117,84); }
td.TdClassName
{
border-color: #347554;
}
.TagClassName
{
border-color: #347554;
}
</style>