Shades of Amazon #34784C
Tints of Amazon #34784C
RGB
CMYK
RGB Variations
Color information
#34784C (or 0x34784C) is known color: Amazon. HEX triplet: 34, 78 and 4C. RGB value is (52,120,76). Sum of RGB (Red+Green+Blue) = 52+120+76=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #34784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34784C is #CB87B3. Grayscale: #5E5E5E. Windows color (decimal): -13338548 or 5011508. OLE color: 5011508.
HSL color Cylindrical-coordinate representation of color #34784C: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34784C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 120 | 76 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.53 |
| HSL | 141.18º | 0.4% | 0.34% | - |
| HSV(B) | 141.18º | 0.57% | 0.47% | - |
| XYZ | 9.44 | 14.68 | 9.17 | - |
| YUV | 94.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 76 | 0.57 | 0 | 0.37 | 0.53 | 141.18 | 0.4 | 0.34 |
| Hex | 34 | 78 | 4C | 39 | 0 | 25 | 35 | 8D | 28 | 22 |
| Octal | 64 | 170 | 114 | 71 | 0 | 45 | 65 | 215 | 50 | 42 |
| Binary | 110100 | 1111000 | 1001100 | 111001 | 0 | 100101 | 110101 | 10001101 | 101000 | 100010 |
Color Harmonies of #34784C
Complementary color
Monochromatic Colors of #34784C
Black with #34784C
Text Example
Text Example
White with #34784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34784C; }
p { color: rgb(52,120,76); }
H1.HeaderClassName
{
color: #34784C;
}
.AnyTagClassName
{
color: #34784C;
}
</style>
background-color css
<style>
a { background-color: #34784C; }
a { background-color: rgb(52,120,76); }
div.DivClassName
{
background-color: #34784C;
}
.BgClassName
{
background-color: #34784C;
}
</style>
border-color css
<style>
span { border-color: #34784C; }
span { border-color: rgb(52,120,76); }
td.TdClassName
{
border-color: #34784C;
}
.TagClassName
{
border-color: #34784C;
}
</style>