Shades of Amazon #347452
Tints of Amazon #347452
RGB
CMYK
RGB Variations
Color information
#347452 (or 0x347452) is known color: Amazon. HEX triplet: 34, 74 and 52. RGB value is (52,116,82). Sum of RGB (Red+Green+Blue) = 52+116+82=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #347452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347452 is #CB8BAD. Grayscale: #5D5D5D. Windows color (decimal): -13339566 or 5403700. OLE color: 5403700.
HSL color Cylindrical-coordinate representation of color #347452: hue angle of 148.12º 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 #347452 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 82 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.55 |
| HSL | 148.13º | 0.38% | 0.33% | - |
| HSV(B) | 148.13º | 0.55% | 0.45% | - |
| XYZ | 9.18 | 13.83 | 10.17 | - |
| YUV | 92.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 82 | 0.55 | 0 | 0.29 | 0.55 | 148.13 | 0.38 | 0.33 |
| Hex | 34 | 74 | 52 | 37 | 0 | 1D | 37 | 94 | 26 | 21 |
| Octal | 64 | 164 | 122 | 67 | 0 | 35 | 67 | 224 | 46 | 41 |
| Binary | 110100 | 1110100 | 1010010 | 110111 | 0 | 11101 | 110111 | 10010100 | 100110 | 100001 |
Color Harmonies of #347452
Complementary color
Monochromatic Colors of #347452
Black with #347452
Text Example
Text Example
White with #347452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347452; }
p { color: rgb(52,116,82); }
H1.HeaderClassName
{
color: #347452;
}
.AnyTagClassName
{
color: #347452;
}
</style>
background-color css
<style>
a { background-color: #347452; }
a { background-color: rgb(52,116,82); }
div.DivClassName
{
background-color: #347452;
}
.BgClassName
{
background-color: #347452;
}
</style>
border-color css
<style>
span { border-color: #347452; }
span { border-color: rgb(52,116,82); }
td.TdClassName
{
border-color: #347452;
}
.TagClassName
{
border-color: #347452;
}
</style>