Shades of Amazon #34754C
Tints of Amazon #34754C
RGB
CMYK
RGB Variations
Color information
#34754C (or 0x34754C) is known color: Amazon. HEX triplet: 34, 75 and 4C. RGB value is (52,117,76). Sum of RGB (Red+Green+Blue) = 52+117+76=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #34754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34754C is #CB8AB3. Grayscale: #5C5C5C. Windows color (decimal): -13339316 or 5010740. OLE color: 5010740.
HSL color Cylindrical-coordinate representation of color #34754C: hue angle of 142.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34754C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 76 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.54 |
| HSL | 142.15º | 0.38% | 0.33% | - |
| HSV(B) | 142.15º | 0.56% | 0.46% | - |
| XYZ | 9.08 | 13.97 | 9.06 | - |
| YUV | 92.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 76 | 0.56 | 0 | 0.35 | 0.54 | 142.15 | 0.38 | 0.33 |
| Hex | 34 | 75 | 4C | 38 | 0 | 23 | 36 | 8E | 26 | 21 |
| Octal | 64 | 165 | 114 | 70 | 0 | 43 | 66 | 216 | 46 | 41 |
| Binary | 110100 | 1110101 | 1001100 | 111000 | 0 | 100011 | 110110 | 10001110 | 100110 | 100001 |
Color Harmonies of #34754C
Complementary color
Monochromatic Colors of #34754C
Black with #34754C
Text Example
Text Example
White with #34754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34754C; }
p { color: rgb(52,117,76); }
H1.HeaderClassName
{
color: #34754C;
}
.AnyTagClassName
{
color: #34754C;
}
</style>
background-color css
<style>
a { background-color: #34754C; }
a { background-color: rgb(52,117,76); }
div.DivClassName
{
background-color: #34754C;
}
.BgClassName
{
background-color: #34754C;
}
</style>
border-color css
<style>
span { border-color: #34754C; }
span { border-color: rgb(52,117,76); }
td.TdClassName
{
border-color: #34754C;
}
.TagClassName
{
border-color: #34754C;
}
</style>