Shades of Amazon #34774A
Tints of Amazon #34774A
RGB
CMYK
RGB Variations
Color information
#34774A (or 0x34774A) is known color: Amazon. HEX triplet: 34, 77 and 4A. RGB value is (52,119,74). Sum of RGB (Red+Green+Blue) = 52+119+74=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #34774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34774A is #CB88B5. Grayscale: #5D5D5D. Windows color (decimal): -13338806 or 4880180. OLE color: 4880180.
HSL color Cylindrical-coordinate representation of color #34774A: hue angle of 139.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34774A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 119 | 74 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.53 |
| HSL | 139.7º | 0.39% | 0.34% | - |
| HSV(B) | 139.7º | 0.56% | 0.47% | - |
| XYZ | 9.25 | 14.42 | 8.77 | - |
| YUV | 93.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 74 | 0.56 | 0 | 0.38 | 0.53 | 139.7 | 0.39 | 0.34 |
| Hex | 34 | 77 | 4A | 38 | 0 | 26 | 35 | 8C | 27 | 22 |
| Octal | 64 | 167 | 112 | 70 | 0 | 46 | 65 | 214 | 47 | 42 |
| Binary | 110100 | 1110111 | 1001010 | 111000 | 0 | 100110 | 110101 | 10001100 | 100111 | 100010 |
Color Harmonies of #34774A
Complementary color
Monochromatic Colors of #34774A
Black with #34774A
Text Example
Text Example
White with #34774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34774A; }
p { color: rgb(52,119,74); }
H1.HeaderClassName
{
color: #34774A;
}
.AnyTagClassName
{
color: #34774A;
}
</style>
background-color css
<style>
a { background-color: #34774A; }
a { background-color: rgb(52,119,74); }
div.DivClassName
{
background-color: #34774A;
}
.BgClassName
{
background-color: #34774A;
}
</style>
border-color css
<style>
span { border-color: #34774A; }
span { border-color: rgb(52,119,74); }
td.TdClassName
{
border-color: #34774A;
}
.TagClassName
{
border-color: #34774A;
}
</style>