Shades of Amazon #348549
Tints of Amazon #348549
RGB
CMYK
RGB Variations
Color information
#348549 (or 0x348549) is known color: Amazon. HEX triplet: 34, 85 and 49. RGB value is (52,133,73). Sum of RGB (Red+Green+Blue) = 52+133+73=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #348549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348549 is #CB7AB6. Grayscale: #666666. Windows color (decimal): -13335223 or 4818228. OLE color: 4818228.
HSL color Cylindrical-coordinate representation of color #348549: hue angle of 135.56º degrees, saturation: 0.44, 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 #348549 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 73 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.48 |
| HSL | 135.56º | 0.44% | 0.36% | - |
| HSV(B) | 135.56º | 0.61% | 0.52% | - |
| XYZ | 11.01 | 17.99 | 9.19 | - |
| YUV | 101.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 73 | 0.61 | 0 | 0.45 | 0.48 | 135.56 | 0.44 | 0.36 |
| Hex | 34 | 85 | 49 | 3D | 0 | 2D | 30 | 88 | 2C | 24 |
| Octal | 64 | 205 | 111 | 75 | 0 | 55 | 60 | 210 | 54 | 44 |
| Binary | 110100 | 10000101 | 1001001 | 111101 | 0 | 101101 | 110000 | 10001000 | 101100 | 100100 |
Color Harmonies of #348549
Complementary color
Monochromatic Colors of #348549
Black with #348549
Text Example
Text Example
White with #348549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348549; }
p { color: rgb(52,133,73); }
H1.HeaderClassName
{
color: #348549;
}
.AnyTagClassName
{
color: #348549;
}
</style>
background-color css
<style>
a { background-color: #348549; }
a { background-color: rgb(52,133,73); }
div.DivClassName
{
background-color: #348549;
}
.BgClassName
{
background-color: #348549;
}
</style>
border-color css
<style>
span { border-color: #348549; }
span { border-color: rgb(52,133,73); }
td.TdClassName
{
border-color: #348549;
}
.TagClassName
{
border-color: #348549;
}
</style>