Shades of Amazon #34794C
Tints of Amazon #34794C
RGB
CMYK
RGB Variations
Color information
#34794C (or 0x34794C) is known color: Amazon. HEX triplet: 34, 79 and 4C. RGB value is (52,121,76). Sum of RGB (Red+Green+Blue) = 52+121+76=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #34794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34794C is #CB86B3. Grayscale: #5F5F5F. Windows color (decimal): -13338292 or 5011764. OLE color: 5011764.
HSL color Cylindrical-coordinate representation of color #34794C: hue angle of 140.87º 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 #34794C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 76 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.53 |
| HSL | 140.87º | 0.4% | 0.34% | - |
| HSV(B) | 140.87º | 0.57% | 0.47% | - |
| XYZ | 9.56 | 14.93 | 9.21 | - |
| YUV | 95.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 76 | 0.57 | 0 | 0.37 | 0.53 | 140.87 | 0.4 | 0.34 |
| Hex | 34 | 79 | 4C | 39 | 0 | 25 | 35 | 8D | 28 | 22 |
| Octal | 64 | 171 | 114 | 71 | 0 | 45 | 65 | 215 | 50 | 42 |
| Binary | 110100 | 1111001 | 1001100 | 111001 | 0 | 100101 | 110101 | 10001101 | 101000 | 100010 |
Color Harmonies of #34794C
Complementary color
Monochromatic Colors of #34794C
Black with #34794C
Text Example
Text Example
White with #34794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34794C; }
p { color: rgb(52,121,76); }
H1.HeaderClassName
{
color: #34794C;
}
.AnyTagClassName
{
color: #34794C;
}
</style>
background-color css
<style>
a { background-color: #34794C; }
a { background-color: rgb(52,121,76); }
div.DivClassName
{
background-color: #34794C;
}
.BgClassName
{
background-color: #34794C;
}
</style>
border-color css
<style>
span { border-color: #34794C; }
span { border-color: rgb(52,121,76); }
td.TdClassName
{
border-color: #34794C;
}
.TagClassName
{
border-color: #34794C;
}
</style>