Shades of Amazon #347448
Tints of Amazon #347448
RGB
CMYK
RGB Variations
Color information
#347448 (or 0x347448) is known color: Amazon. HEX triplet: 34, 74 and 48. RGB value is (52,116,72). Sum of RGB (Red+Green+Blue) = 52+116+72=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #347448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347448 is #CB8BB7. Grayscale: #5B5B5B. Windows color (decimal): -13339576 or 4748340. OLE color: 4748340.
HSL color Cylindrical-coordinate representation of color #347448: hue angle of 138.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347448 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 72 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.55 |
| HSL | 138.75º | 0.38% | 0.33% | - |
| HSV(B) | 138.75º | 0.55% | 0.45% | - |
| XYZ | 8.83 | 13.69 | 8.31 | - |
| YUV | 91.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 72 | 0.55 | 0 | 0.38 | 0.55 | 138.75 | 0.38 | 0.33 |
| Hex | 34 | 74 | 48 | 37 | 0 | 26 | 37 | 8B | 26 | 21 |
| Octal | 64 | 164 | 110 | 67 | 0 | 46 | 67 | 213 | 46 | 41 |
| Binary | 110100 | 1110100 | 1001000 | 110111 | 0 | 100110 | 110111 | 10001011 | 100110 | 100001 |
Color Harmonies of #347448
Complementary color
Monochromatic Colors of #347448
Black with #347448
Text Example
Text Example
White with #347448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347448; }
p { color: rgb(52,116,72); }
H1.HeaderClassName
{
color: #347448;
}
.AnyTagClassName
{
color: #347448;
}
</style>
background-color css
<style>
a { background-color: #347448; }
a { background-color: rgb(52,116,72); }
div.DivClassName
{
background-color: #347448;
}
.BgClassName
{
background-color: #347448;
}
</style>
border-color css
<style>
span { border-color: #347448; }
span { border-color: rgb(52,116,72); }
td.TdClassName
{
border-color: #347448;
}
.TagClassName
{
border-color: #347448;
}
</style>