Shades of Amazon #34864C
Tints of Amazon #34864C
RGB
CMYK
RGB Variations
Color information
#34864C (or 0x34864C) is known color: Amazon. HEX triplet: 34, 86 and 4C. RGB value is (52,134,76). Sum of RGB (Red+Green+Blue) = 52+134+76=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #34864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34864C is #CB79B3. Grayscale: #676767. Windows color (decimal): -13334964 or 5015092. OLE color: 5015092.
HSL color Cylindrical-coordinate representation of color #34864C: hue angle of 137.56º 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 #34864C is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 76 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.47 |
| HSL | 137.56º | 0.44% | 0.36% | - |
| HSV(B) | 137.56º | 0.61% | 0.53% | - |
| XYZ | 11.25 | 18.3 | 9.78 | - |
| YUV | 102.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 76 | 0.61 | 0 | 0.43 | 0.47 | 137.56 | 0.44 | 0.36 |
| Hex | 34 | 86 | 4C | 3D | 0 | 2B | 2F | 8A | 2C | 24 |
| Octal | 64 | 206 | 114 | 75 | 0 | 53 | 57 | 212 | 54 | 44 |
| Binary | 110100 | 10000110 | 1001100 | 111101 | 0 | 101011 | 101111 | 10001010 | 101100 | 100100 |
Color Harmonies of #34864C
Complementary color
Monochromatic Colors of #34864C
Black with #34864C
Text Example
Text Example
White with #34864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34864C; }
p { color: rgb(52,134,76); }
H1.HeaderClassName
{
color: #34864C;
}
.AnyTagClassName
{
color: #34864C;
}
</style>
background-color css
<style>
a { background-color: #34864C; }
a { background-color: rgb(52,134,76); }
div.DivClassName
{
background-color: #34864C;
}
.BgClassName
{
background-color: #34864C;
}
</style>
border-color css
<style>
span { border-color: #34864C; }
span { border-color: rgb(52,134,76); }
td.TdClassName
{
border-color: #34864C;
}
.TagClassName
{
border-color: #34864C;
}
</style>