Shades of Amazon #347953
Tints of Amazon #347953
RGB
CMYK
RGB Variations
Color information
#347953 (or 0x347953) is known color: Amazon. HEX triplet: 34, 79 and 53. RGB value is (52,121,83). Sum of RGB (Red+Green+Blue) = 52+121+83=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #347953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347953 is #CB86AC. Grayscale: #606060. Windows color (decimal): -13338285 or 5470516. OLE color: 5470516.
HSL color Cylindrical-coordinate representation of color #347953: hue angle of 146.96º 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 #347953 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 83 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.53 |
| HSL | 146.96º | 0.4% | 0.34% | - |
| HSV(B) | 146.96º | 0.57% | 0.47% | - |
| XYZ | 9.81 | 15.03 | 10.57 | - |
| YUV | 96.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 83 | 0.57 | 0 | 0.31 | 0.53 | 146.96 | 0.4 | 0.34 |
| Hex | 34 | 79 | 53 | 39 | 0 | 1F | 35 | 93 | 28 | 22 |
| Octal | 64 | 171 | 123 | 71 | 0 | 37 | 65 | 223 | 50 | 42 |
| Binary | 110100 | 1111001 | 1010011 | 111001 | 0 | 11111 | 110101 | 10010011 | 101000 | 100010 |
Color Harmonies of #347953
Complementary color
Monochromatic Colors of #347953
Black with #347953
Text Example
Text Example
White with #347953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347953; }
p { color: rgb(52,121,83); }
H1.HeaderClassName
{
color: #347953;
}
.AnyTagClassName
{
color: #347953;
}
</style>
background-color css
<style>
a { background-color: #347953; }
a { background-color: rgb(52,121,83); }
div.DivClassName
{
background-color: #347953;
}
.BgClassName
{
background-color: #347953;
}
</style>
border-color css
<style>
span { border-color: #347953; }
span { border-color: rgb(52,121,83); }
td.TdClassName
{
border-color: #347953;
}
.TagClassName
{
border-color: #347953;
}
</style>