Shades of Amazon #34844D
Tints of Amazon #34844D
RGB
CMYK
RGB Variations
Color information
#34844D (or 0x34844D) is known color: Amazon. HEX triplet: 34, 84 and 4D. RGB value is (52,132,77). Sum of RGB (Red+Green+Blue) = 52+132+77=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #34844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34844D is #CB7BB2. Grayscale: #656565. Windows color (decimal): -13335475 or 5080116. OLE color: 5080116.
HSL color Cylindrical-coordinate representation of color #34844D: hue angle of 138.75º 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 #34844D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 77 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.48 |
| HSL | 138.75º | 0.43% | 0.36% | - |
| HSV(B) | 138.75º | 0.61% | 0.52% | - |
| XYZ | 11.01 | 17.77 | 9.87 | - |
| YUV | 101.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 77 | 0.61 | 0 | 0.42 | 0.48 | 138.75 | 0.43 | 0.36 |
| Hex | 34 | 84 | 4D | 3D | 0 | 2A | 30 | 8B | 2B | 24 |
| Octal | 64 | 204 | 115 | 75 | 0 | 52 | 60 | 213 | 53 | 44 |
| Binary | 110100 | 10000100 | 1001101 | 111101 | 0 | 101010 | 110000 | 10001011 | 101011 | 100100 |
Color Harmonies of #34844D
Complementary color
Monochromatic Colors of #34844D
Black with #34844D
Text Example
Text Example
White with #34844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34844D; }
p { color: rgb(52,132,77); }
H1.HeaderClassName
{
color: #34844D;
}
.AnyTagClassName
{
color: #34844D;
}
</style>
background-color css
<style>
a { background-color: #34844D; }
a { background-color: rgb(52,132,77); }
div.DivClassName
{
background-color: #34844D;
}
.BgClassName
{
background-color: #34844D;
}
</style>
border-color css
<style>
span { border-color: #34844D; }
span { border-color: rgb(52,132,77); }
td.TdClassName
{
border-color: #34844D;
}
.TagClassName
{
border-color: #34844D;
}
</style>