Shades of Amazon #34744C
Tints of Amazon #34744C
RGB
CMYK
RGB Variations
Color information
#34744C (or 0x34744C) is known color: Amazon. HEX triplet: 34, 74 and 4C. RGB value is (52,116,76). Sum of RGB (Red+Green+Blue) = 52+116+76=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #34744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34744C is #CB8BB3. Grayscale: #5C5C5C. Windows color (decimal): -13339572 or 5010484. OLE color: 5010484.
HSL color Cylindrical-coordinate representation of color #34744C: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34744C is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 76 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.55 |
| HSL | 142.5º | 0.38% | 0.33% | - |
| HSV(B) | 142.5º | 0.55% | 0.45% | - |
| XYZ | 8.97 | 13.74 | 9.02 | - |
| YUV | 92.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 76 | 0.55 | 0 | 0.34 | 0.55 | 142.5 | 0.38 | 0.33 |
| Hex | 34 | 74 | 4C | 37 | 0 | 22 | 37 | 8E | 26 | 21 |
| Octal | 64 | 164 | 114 | 67 | 0 | 42 | 67 | 216 | 46 | 41 |
| Binary | 110100 | 1110100 | 1001100 | 110111 | 0 | 100010 | 110111 | 10001110 | 100110 | 100001 |
Color Harmonies of #34744C
Complementary color
Monochromatic Colors of #34744C
Black with #34744C
Text Example
Text Example
White with #34744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34744C; }
p { color: rgb(52,116,76); }
H1.HeaderClassName
{
color: #34744C;
}
.AnyTagClassName
{
color: #34744C;
}
</style>
background-color css
<style>
a { background-color: #34744C; }
a { background-color: rgb(52,116,76); }
div.DivClassName
{
background-color: #34744C;
}
.BgClassName
{
background-color: #34744C;
}
</style>
border-color css
<style>
span { border-color: #34744C; }
span { border-color: rgb(52,116,76); }
td.TdClassName
{
border-color: #34744C;
}
.TagClassName
{
border-color: #34744C;
}
</style>