Shades of Amazon #348452
Tints of Amazon #348452
RGB
CMYK
RGB Variations
Color information
#348452 (or 0x348452) is known color: Amazon. HEX triplet: 34, 84 and 52. RGB value is (52,132,82). Sum of RGB (Red+Green+Blue) = 52+132+82=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #348452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348452 is #CB7BAD. Grayscale: #666666. Windows color (decimal): -13335470 or 5407796. OLE color: 5407796.
HSL color Cylindrical-coordinate representation of color #348452: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348452 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 82 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.48 |
| HSL | 142.5º | 0.43% | 0.36% | - |
| HSV(B) | 142.5º | 0.61% | 0.52% | - |
| XYZ | 11.19 | 17.84 | 10.84 | - |
| YUV | 102.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 82 | 0.61 | 0 | 0.38 | 0.48 | 142.5 | 0.43 | 0.36 |
| Hex | 34 | 84 | 52 | 3D | 0 | 26 | 30 | 8E | 2B | 24 |
| Octal | 64 | 204 | 122 | 75 | 0 | 46 | 60 | 216 | 53 | 44 |
| Binary | 110100 | 10000100 | 1010010 | 111101 | 0 | 100110 | 110000 | 10001110 | 101011 | 100100 |
Color Harmonies of #348452
Complementary color
Monochromatic Colors of #348452
Black with #348452
Text Example
Text Example
White with #348452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348452; }
p { color: rgb(52,132,82); }
H1.HeaderClassName
{
color: #348452;
}
.AnyTagClassName
{
color: #348452;
}
</style>
background-color css
<style>
a { background-color: #348452; }
a { background-color: rgb(52,132,82); }
div.DivClassName
{
background-color: #348452;
}
.BgClassName
{
background-color: #348452;
}
</style>
border-color css
<style>
span { border-color: #348452; }
span { border-color: rgb(52,132,82); }
td.TdClassName
{
border-color: #348452;
}
.TagClassName
{
border-color: #348452;
}
</style>