Shades of Amazon #347E4D
Tints of Amazon #347E4D
RGB
CMYK
RGB Variations
Color information
#347E4D (or 0x347E4D) is known color: Amazon. HEX triplet: 34, 7E and 4D. RGB value is (52,126,77). Sum of RGB (Red+Green+Blue) = 52+126+77=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #347E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E4D is #CB81B2. Grayscale: #626262. Windows color (decimal): -13337011 or 5078580. OLE color: 5078580.
HSL color Cylindrical-coordinate representation of color #347E4D: hue angle of 140.27º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E4D is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 77 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.51 |
| HSL | 140.27º | 0.42% | 0.35% | - |
| HSV(B) | 140.27º | 0.59% | 0.49% | - |
| XYZ | 10.22 | 16.19 | 9.61 | - |
| YUV | 98.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 77 | 0.59 | 0 | 0.39 | 0.51 | 140.27 | 0.42 | 0.35 |
| Hex | 34 | 7E | 4D | 3B | 0 | 27 | 33 | 8C | 2A | 23 |
| Octal | 64 | 176 | 115 | 73 | 0 | 47 | 63 | 214 | 52 | 43 |
| Binary | 110100 | 1111110 | 1001101 | 111011 | 0 | 100111 | 110011 | 10001100 | 101010 | 100011 |
Color Harmonies of #347E4D
Complementary color
Monochromatic Colors of #347E4D
Black with #347E4D
Text Example
Text Example
White with #347E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E4D; }
p { color: rgb(52,126,77); }
H1.HeaderClassName
{
color: #347E4D;
}
.AnyTagClassName
{
color: #347E4D;
}
</style>
background-color css
<style>
a { background-color: #347E4D; }
a { background-color: rgb(52,126,77); }
div.DivClassName
{
background-color: #347E4D;
}
.BgClassName
{
background-color: #347E4D;
}
</style>
border-color css
<style>
span { border-color: #347E4D; }
span { border-color: rgb(52,126,77); }
td.TdClassName
{
border-color: #347E4D;
}
.TagClassName
{
border-color: #347E4D;
}
</style>