Shades of Amazon #347958
Tints of Amazon #347958
RGB
CMYK
RGB Variations
Color information
#347958 (or 0x347958) is known color: Amazon. HEX triplet: 34, 79 and 58. RGB value is (52,121,88). Sum of RGB (Red+Green+Blue) = 52+121+88=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #347958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347958 is #CB86A7. Grayscale: #606060. Windows color (decimal): -13338280 or 5798196. OLE color: 5798196.
HSL color Cylindrical-coordinate representation of color #347958: hue angle of 151.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347958 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 88 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.53 |
| HSL | 151.3º | 0.4% | 0.34% | - |
| HSV(B) | 151.3º | 0.57% | 0.47% | - |
| XYZ | 10.02 | 15.11 | 11.62 | - |
| YUV | 96.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 88 | 0.57 | 0 | 0.27 | 0.53 | 151.3 | 0.4 | 0.34 |
| Hex | 34 | 79 | 58 | 39 | 0 | 1B | 35 | 97 | 28 | 22 |
| Octal | 64 | 171 | 130 | 71 | 0 | 33 | 65 | 227 | 50 | 42 |
| Binary | 110100 | 1111001 | 1011000 | 111001 | 0 | 11011 | 110101 | 10010111 | 101000 | 100010 |
Color Harmonies of #347958
Complementary color
Monochromatic Colors of #347958
Black with #347958
Text Example
Text Example
White with #347958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347958; }
p { color: rgb(52,121,88); }
H1.HeaderClassName
{
color: #347958;
}
.AnyTagClassName
{
color: #347958;
}
</style>
background-color css
<style>
a { background-color: #347958; }
a { background-color: rgb(52,121,88); }
div.DivClassName
{
background-color: #347958;
}
.BgClassName
{
background-color: #347958;
}
</style>
border-color css
<style>
span { border-color: #347958; }
span { border-color: rgb(52,121,88); }
td.TdClassName
{
border-color: #347958;
}
.TagClassName
{
border-color: #347958;
}
</style>