Shades of Amazon #34794B
Tints of Amazon #34794B
RGB
CMYK
RGB Variations
Color information
#34794B (or 0x34794B) is known color: Amazon. HEX triplet: 34, 79 and 4B. RGB value is (52,121,75). Sum of RGB (Red+Green+Blue) = 52+121+75=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #34794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34794B is #CB86B4. Grayscale: #5F5F5F. Windows color (decimal): -13338293 or 4946228. OLE color: 4946228.
HSL color Cylindrical-coordinate representation of color #34794B: hue angle of 140º 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 #34794B is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 75 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.53 |
| HSL | 140º | 0.4% | 0.34% | - |
| HSV(B) | 140º | 0.57% | 0.47% | - |
| XYZ | 9.52 | 14.91 | 9.03 | - |
| YUV | 95.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 75 | 0.57 | 0 | 0.38 | 0.53 | 140 | 0.4 | 0.34 |
| Hex | 34 | 79 | 4B | 39 | 0 | 26 | 35 | 8C | 28 | 22 |
| Octal | 64 | 171 | 113 | 71 | 0 | 46 | 65 | 214 | 50 | 42 |
| Binary | 110100 | 1111001 | 1001011 | 111001 | 0 | 100110 | 110101 | 10001100 | 101000 | 100010 |
Color Harmonies of #34794B
Complementary color
Monochromatic Colors of #34794B
Black with #34794B
Text Example
Text Example
White with #34794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34794B; }
p { color: rgb(52,121,75); }
H1.HeaderClassName
{
color: #34794B;
}
.AnyTagClassName
{
color: #34794B;
}
</style>
background-color css
<style>
a { background-color: #34794B; }
a { background-color: rgb(52,121,75); }
div.DivClassName
{
background-color: #34794B;
}
.BgClassName
{
background-color: #34794B;
}
</style>
border-color css
<style>
span { border-color: #34794B; }
span { border-color: rgb(52,121,75); }
td.TdClassName
{
border-color: #34794B;
}
.TagClassName
{
border-color: #34794B;
}
</style>