Shades of Amazon #3C824D
Tints of Amazon #3C824D
RGB
CMYK
RGB Variations
Color information
#3C824D (or 0x3C824D) is known color: Amazon. HEX triplet: 3C, 82 and 4D. RGB value is (60,130,77). Sum of RGB (Red+Green+Blue) = 60+130+77=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #3C824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C824D is #C37DB2. Grayscale: #676767. Windows color (decimal): -12811699 or 5079612. OLE color: 5079612.
HSL color Cylindrical-coordinate representation of color #3C824D: hue angle of 134.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C824D is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 77 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.49 |
| HSL | 134.57º | 0.37% | 0.37% | - |
| HSV(B) | 134.57º | 0.54% | 0.51% | - |
| XYZ | 11.19 | 17.46 | 9.8 | - |
| YUV | 103.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 77 | 0.54 | 0 | 0.41 | 0.49 | 134.57 | 0.37 | 0.37 |
| Hex | 3C | 82 | 4D | 36 | 0 | 29 | 31 | 87 | 25 | 25 |
| Octal | 74 | 202 | 115 | 66 | 0 | 51 | 61 | 207 | 45 | 45 |
| Binary | 111100 | 10000010 | 1001101 | 110110 | 0 | 101001 | 110001 | 10000111 | 100101 | 100101 |
Color Harmonies of #3C824D
Complementary color
Monochromatic Colors of #3C824D
Black with #3C824D
Text Example
Text Example
White with #3C824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C824D; }
p { color: rgb(60,130,77); }
H1.HeaderClassName
{
color: #3C824D;
}
.AnyTagClassName
{
color: #3C824D;
}
</style>
background-color css
<style>
a { background-color: #3C824D; }
a { background-color: rgb(60,130,77); }
div.DivClassName
{
background-color: #3C824D;
}
.BgClassName
{
background-color: #3C824D;
}
</style>
border-color css
<style>
span { border-color: #3C824D; }
span { border-color: rgb(60,130,77); }
td.TdClassName
{
border-color: #3C824D;
}
.TagClassName
{
border-color: #3C824D;
}
</style>