Shades of Amazon #34824F
Tints of Amazon #34824F
RGB
CMYK
RGB Variations
Color information
#34824F (or 0x34824F) is known color: Amazon. HEX triplet: 34, 82 and 4F. RGB value is (52,130,79). Sum of RGB (Red+Green+Blue) = 52+130+79=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #34824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34824F is #CB7DB0. Grayscale: #646464. Windows color (decimal): -13335985 or 5210676. OLE color: 5210676.
HSL color Cylindrical-coordinate representation of color #34824F: hue angle of 140.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34824F is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 79 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.49 |
| HSL | 140.77º | 0.43% | 0.36% | - |
| HSV(B) | 140.77º | 0.6% | 0.51% | - |
| XYZ | 10.81 | 17.26 | 10.16 | - |
| YUV | 100.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 79 | 0.60 | 0 | 0.39 | 0.49 | 140.77 | 0.43 | 0.36 |
| Hex | 34 | 82 | 4F | 3C | 0 | 27 | 31 | 8D | 2B | 24 |
| Octal | 64 | 202 | 117 | 74 | 0 | 47 | 61 | 215 | 53 | 44 |
| Binary | 110100 | 10000010 | 1001111 | 111100 | 0 | 100111 | 110001 | 10001101 | 101011 | 100100 |
Color Harmonies of #34824F
Complementary color
Monochromatic Colors of #34824F
Black with #34824F
Text Example
Text Example
White with #34824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34824F; }
p { color: rgb(52,130,79); }
H1.HeaderClassName
{
color: #34824F;
}
.AnyTagClassName
{
color: #34824F;
}
</style>
background-color css
<style>
a { background-color: #34824F; }
a { background-color: rgb(52,130,79); }
div.DivClassName
{
background-color: #34824F;
}
.BgClassName
{
background-color: #34824F;
}
</style>
border-color css
<style>
span { border-color: #34824F; }
span { border-color: rgb(52,130,79); }
td.TdClassName
{
border-color: #34824F;
}
.TagClassName
{
border-color: #34824F;
}
</style>