Shades of Amazon #34764A
Tints of Amazon #34764A
RGB
CMYK
RGB Variations
Color information
#34764A (or 0x34764A) is known color: Amazon. HEX triplet: 34, 76 and 4A. RGB value is (52,118,74). Sum of RGB (Red+Green+Blue) = 52+118+74=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #34764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34764A is #CB89B5. Grayscale: #5D5D5D. Windows color (decimal): -13339062 or 4879924. OLE color: 4879924.
HSL color Cylindrical-coordinate representation of color #34764A: hue angle of 140º degrees, saturation: 0.39, 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 #34764A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 74 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.54 |
| HSL | 140º | 0.39% | 0.33% | - |
| HSV(B) | 140º | 0.56% | 0.46% | - |
| XYZ | 9.13 | 14.18 | 8.73 | - |
| YUV | 93.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 74 | 0.56 | 0 | 0.37 | 0.54 | 140 | 0.39 | 0.33 |
| Hex | 34 | 76 | 4A | 38 | 0 | 25 | 36 | 8C | 27 | 21 |
| Octal | 64 | 166 | 112 | 70 | 0 | 45 | 66 | 214 | 47 | 41 |
| Binary | 110100 | 1110110 | 1001010 | 111000 | 0 | 100101 | 110110 | 10001100 | 100111 | 100001 |
Color Harmonies of #34764A
Complementary color
Monochromatic Colors of #34764A
Black with #34764A
Text Example
Text Example
White with #34764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34764A; }
p { color: rgb(52,118,74); }
H1.HeaderClassName
{
color: #34764A;
}
.AnyTagClassName
{
color: #34764A;
}
</style>
background-color css
<style>
a { background-color: #34764A; }
a { background-color: rgb(52,118,74); }
div.DivClassName
{
background-color: #34764A;
}
.BgClassName
{
background-color: #34764A;
}
</style>
border-color css
<style>
span { border-color: #34764A; }
span { border-color: rgb(52,118,74); }
td.TdClassName
{
border-color: #34764A;
}
.TagClassName
{
border-color: #34764A;
}
</style>