Shades of Amazon #3C825B
Tints of Amazon #3C825B
RGB
CMYK
RGB Variations
Color information
#3C825B (or 0x3C825B) is known color: Amazon. HEX triplet: 3C, 82 and 5B. RGB value is (60,130,91). Sum of RGB (Red+Green+Blue) = 60+130+91=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #3C825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C825B is #C37DA4. Grayscale: #686868. Windows color (decimal): -12811685 or 5997116. OLE color: 5997116.
HSL color Cylindrical-coordinate representation of color #3C825B: hue angle of 146.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 #3C825B is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 91 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.49 |
| HSL | 146.57º | 0.37% | 0.37% | - |
| HSV(B) | 146.57º | 0.54% | 0.51% | - |
| XYZ | 11.73 | 17.68 | 12.69 | - |
| YUV | 104.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 91 | 0.54 | 0 | 0.30 | 0.49 | 146.57 | 0.37 | 0.37 |
| Hex | 3C | 82 | 5B | 36 | 0 | 1E | 31 | 93 | 25 | 25 |
| Octal | 74 | 202 | 133 | 66 | 0 | 36 | 61 | 223 | 45 | 45 |
| Binary | 111100 | 10000010 | 1011011 | 110110 | 0 | 11110 | 110001 | 10010011 | 100101 | 100101 |
Color Harmonies of #3C825B
Complementary color
Monochromatic Colors of #3C825B
Black with #3C825B
Text Example
Text Example
White with #3C825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C825B; }
p { color: rgb(60,130,91); }
H1.HeaderClassName
{
color: #3C825B;
}
.AnyTagClassName
{
color: #3C825B;
}
</style>
background-color css
<style>
a { background-color: #3C825B; }
a { background-color: rgb(60,130,91); }
div.DivClassName
{
background-color: #3C825B;
}
.BgClassName
{
background-color: #3C825B;
}
</style>
border-color css
<style>
span { border-color: #3C825B; }
span { border-color: rgb(60,130,91); }
td.TdClassName
{
border-color: #3C825B;
}
.TagClassName
{
border-color: #3C825B;
}
</style>