Shades of Amazon #3C845B
Tints of Amazon #3C845B
RGB
CMYK
RGB Variations
Color information
#3C845B (or 0x3C845B) is known color: Amazon. HEX triplet: 3C, 84 and 5B. RGB value is (60,132,91). Sum of RGB (Red+Green+Blue) = 60+132+91=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #3C845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C845B is #C37BA4. Grayscale: #696969. Windows color (decimal): -12811173 or 5997628. OLE color: 5997628.
HSL color Cylindrical-coordinate representation of color #3C845B: hue angle of 145.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C845B is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 91 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.48 |
| HSL | 145.83º | 0.38% | 0.38% | - |
| HSV(B) | 145.83º | 0.55% | 0.52% | - |
| XYZ | 12 | 18.22 | 12.78 | - |
| YUV | 105.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 91 | 0.55 | 0 | 0.31 | 0.48 | 145.83 | 0.38 | 0.38 |
| Hex | 3C | 84 | 5B | 37 | 0 | 1F | 30 | 92 | 26 | 26 |
| Octal | 74 | 204 | 133 | 67 | 0 | 37 | 60 | 222 | 46 | 46 |
| Binary | 111100 | 10000100 | 1011011 | 110111 | 0 | 11111 | 110000 | 10010010 | 100110 | 100110 |
Color Harmonies of #3C845B
Complementary color
Monochromatic Colors of #3C845B
Black with #3C845B
Text Example
Text Example
White with #3C845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C845B; }
p { color: rgb(60,132,91); }
H1.HeaderClassName
{
color: #3C845B;
}
.AnyTagClassName
{
color: #3C845B;
}
</style>
background-color css
<style>
a { background-color: #3C845B; }
a { background-color: rgb(60,132,91); }
div.DivClassName
{
background-color: #3C845B;
}
.BgClassName
{
background-color: #3C845B;
}
</style>
border-color css
<style>
span { border-color: #3C845B; }
span { border-color: rgb(60,132,91); }
td.TdClassName
{
border-color: #3C845B;
}
.TagClassName
{
border-color: #3C845B;
}
</style>