Shades of Amazon #34714B
Tints of Amazon #34714B
RGB
CMYK
RGB Variations
Color information
#34714B (or 0x34714B) is known color: Amazon. HEX triplet: 34, 71 and 4B. RGB value is (52,113,75). Sum of RGB (Red+Green+Blue) = 52+113+75=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #34714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34714B is #CB8EB4. Grayscale: #5A5A5A. Windows color (decimal): -13340341 or 4944180. OLE color: 4944180.
HSL color Cylindrical-coordinate representation of color #34714B: hue angle of 142.62º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34714B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 75 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.56 |
| HSL | 142.62º | 0.37% | 0.32% | - |
| HSV(B) | 142.62º | 0.54% | 0.44% | - |
| XYZ | 8.59 | 13.05 | 8.72 | - |
| YUV | 90.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 75 | 0.54 | 0 | 0.34 | 0.56 | 142.62 | 0.37 | 0.32 |
| Hex | 34 | 71 | 4B | 36 | 0 | 22 | 38 | 8F | 25 | 20 |
| Octal | 64 | 161 | 113 | 66 | 0 | 42 | 70 | 217 | 45 | 40 |
| Binary | 110100 | 1110001 | 1001011 | 110110 | 0 | 100010 | 111000 | 10001111 | 100101 | 100000 |
Color Harmonies of #34714B
Complementary color
Monochromatic Colors of #34714B
Black with #34714B
Text Example
Text Example
White with #34714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34714B; }
p { color: rgb(52,113,75); }
H1.HeaderClassName
{
color: #34714B;
}
.AnyTagClassName
{
color: #34714B;
}
</style>
background-color css
<style>
a { background-color: #34714B; }
a { background-color: rgb(52,113,75); }
div.DivClassName
{
background-color: #34714B;
}
.BgClassName
{
background-color: #34714B;
}
</style>
border-color css
<style>
span { border-color: #34714B; }
span { border-color: rgb(52,113,75); }
td.TdClassName
{
border-color: #34714B;
}
.TagClassName
{
border-color: #34714B;
}
</style>