Shades of Amazon #347E58
Tints of Amazon #347E58
RGB
CMYK
RGB Variations
Color information
#347E58 (or 0x347E58) is known color: Amazon. HEX triplet: 34, 7E and 58. RGB value is (52,126,88). Sum of RGB (Red+Green+Blue) = 52+126+88=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #347E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E58 is #CB81A7. Grayscale: #636363. Windows color (decimal): -13337000 or 5799476. OLE color: 5799476.
HSL color Cylindrical-coordinate representation of color #347E58: hue angle of 149.19º 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 #347E58 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 88 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.51 |
| HSL | 149.19º | 0.42% | 0.35% | - |
| HSV(B) | 149.19º | 0.59% | 0.49% | - |
| XYZ | 10.64 | 16.36 | 11.83 | - |
| YUV | 99.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 88 | 0.59 | 0 | 0.30 | 0.51 | 149.19 | 0.42 | 0.35 |
| Hex | 34 | 7E | 58 | 3B | 0 | 1E | 33 | 95 | 2A | 23 |
| Octal | 64 | 176 | 130 | 73 | 0 | 36 | 63 | 225 | 52 | 43 |
| Binary | 110100 | 1111110 | 1011000 | 111011 | 0 | 11110 | 110011 | 10010101 | 101010 | 100011 |
Color Harmonies of #347E58
Complementary color
Monochromatic Colors of #347E58
Black with #347E58
Text Example
Text Example
White with #347E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E58; }
p { color: rgb(52,126,88); }
H1.HeaderClassName
{
color: #347E58;
}
.AnyTagClassName
{
color: #347E58;
}
</style>
background-color css
<style>
a { background-color: #347E58; }
a { background-color: rgb(52,126,88); }
div.DivClassName
{
background-color: #347E58;
}
.BgClassName
{
background-color: #347E58;
}
</style>
border-color css
<style>
span { border-color: #347E58; }
span { border-color: rgb(52,126,88); }
td.TdClassName
{
border-color: #347E58;
}
.TagClassName
{
border-color: #347E58;
}
</style>