Shades of Amazon #348353
Tints of Amazon #348353
RGB
CMYK
RGB Variations
Color information
#348353 (or 0x348353) is known color: Amazon. HEX triplet: 34, 83 and 53. RGB value is (52,131,83). Sum of RGB (Red+Green+Blue) = 52+131+83=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #348353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348353 is #CB7CAC. Grayscale: #666666. Windows color (decimal): -13335725 or 5473076. OLE color: 5473076.
HSL color Cylindrical-coordinate representation of color #348353: hue angle of 143.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348353 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 83 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.49 |
| HSL | 143.54º | 0.43% | 0.36% | - |
| HSV(B) | 143.54º | 0.6% | 0.51% | - |
| XYZ | 11.09 | 17.59 | 10.99 | - |
| YUV | 101.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 83 | 0.60 | 0 | 0.37 | 0.49 | 143.54 | 0.43 | 0.36 |
| Hex | 34 | 83 | 53 | 3C | 0 | 25 | 31 | 90 | 2B | 24 |
| Octal | 64 | 203 | 123 | 74 | 0 | 45 | 61 | 220 | 53 | 44 |
| Binary | 110100 | 10000011 | 1010011 | 111100 | 0 | 100101 | 110001 | 10010000 | 101011 | 100100 |
Color Harmonies of #348353
Complementary color
Monochromatic Colors of #348353
Black with #348353
Text Example
Text Example
White with #348353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348353; }
p { color: rgb(52,131,83); }
H1.HeaderClassName
{
color: #348353;
}
.AnyTagClassName
{
color: #348353;
}
</style>
background-color css
<style>
a { background-color: #348353; }
a { background-color: rgb(52,131,83); }
div.DivClassName
{
background-color: #348353;
}
.BgClassName
{
background-color: #348353;
}
</style>
border-color css
<style>
span { border-color: #348353; }
span { border-color: rgb(52,131,83); }
td.TdClassName
{
border-color: #348353;
}
.TagClassName
{
border-color: #348353;
}
</style>