Shades of Amazon #34864D
Tints of Amazon #34864D
RGB
CMYK
RGB Variations
Color information
#34864D (or 0x34864D) is known color: Amazon. HEX triplet: 34, 86 and 4D. RGB value is (52,134,77). Sum of RGB (Red+Green+Blue) = 52+134+77=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #34864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34864D is #CB79B2. Grayscale: #676767. Windows color (decimal): -13334963 or 5080628. OLE color: 5080628.
HSL color Cylindrical-coordinate representation of color #34864D: hue angle of 138.29º 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 #34864D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 77 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.47 |
| HSL | 138.29º | 0.44% | 0.36% | - |
| HSV(B) | 138.29º | 0.61% | 0.53% | - |
| XYZ | 11.28 | 18.32 | 9.96 | - |
| YUV | 102.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 77 | 0.61 | 0 | 0.43 | 0.47 | 138.29 | 0.44 | 0.36 |
| Hex | 34 | 86 | 4D | 3D | 0 | 2B | 2F | 8A | 2C | 24 |
| Octal | 64 | 206 | 115 | 75 | 0 | 53 | 57 | 212 | 54 | 44 |
| Binary | 110100 | 10000110 | 1001101 | 111101 | 0 | 101011 | 101111 | 10001010 | 101100 | 100100 |
Color Harmonies of #34864D
Complementary color
Monochromatic Colors of #34864D
Black with #34864D
Text Example
Text Example
White with #34864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34864D; }
p { color: rgb(52,134,77); }
H1.HeaderClassName
{
color: #34864D;
}
.AnyTagClassName
{
color: #34864D;
}
</style>
background-color css
<style>
a { background-color: #34864D; }
a { background-color: rgb(52,134,77); }
div.DivClassName
{
background-color: #34864D;
}
.BgClassName
{
background-color: #34864D;
}
</style>
border-color css
<style>
span { border-color: #34864D; }
span { border-color: rgb(52,134,77); }
td.TdClassName
{
border-color: #34864D;
}
.TagClassName
{
border-color: #34864D;
}
</style>