Shades of Amazon #348648
Tints of Amazon #348648
RGB
CMYK
RGB Variations
Color information
#348648 (or 0x348648) is known color: Amazon. HEX triplet: 34, 86 and 48. RGB value is (52,134,72). Sum of RGB (Red+Green+Blue) = 52+134+72=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #348648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348648 is #CB79B7. Grayscale: #666666. Windows color (decimal): -13334968 or 4752948. OLE color: 4752948.
HSL color Cylindrical-coordinate representation of color #348648: hue angle of 134.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348648 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 72 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.47 |
| HSL | 134.63º | 0.44% | 0.36% | - |
| HSV(B) | 134.63º | 0.61% | 0.53% | - |
| XYZ | 11.11 | 18.25 | 9.07 | - |
| YUV | 102.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 72 | 0.61 | 0 | 0.46 | 0.47 | 134.63 | 0.44 | 0.36 |
| Hex | 34 | 86 | 48 | 3D | 0 | 2E | 2F | 87 | 2C | 24 |
| Octal | 64 | 206 | 110 | 75 | 0 | 56 | 57 | 207 | 54 | 44 |
| Binary | 110100 | 10000110 | 1001000 | 111101 | 0 | 101110 | 101111 | 10000111 | 101100 | 100100 |
Color Harmonies of #348648
Complementary color
Monochromatic Colors of #348648
Black with #348648
Text Example
Text Example
White with #348648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348648; }
p { color: rgb(52,134,72); }
H1.HeaderClassName
{
color: #348648;
}
.AnyTagClassName
{
color: #348648;
}
</style>
background-color css
<style>
a { background-color: #348648; }
a { background-color: rgb(52,134,72); }
div.DivClassName
{
background-color: #348648;
}
.BgClassName
{
background-color: #348648;
}
</style>
border-color css
<style>
span { border-color: #348648; }
span { border-color: rgb(52,134,72); }
td.TdClassName
{
border-color: #348648;
}
.TagClassName
{
border-color: #348648;
}
</style>