Shades of Amazon #3C845A
Tints of Amazon #3C845A
RGB
CMYK
RGB Variations
Color information
#3C845A (or 0x3C845A) is known color: Amazon. HEX triplet: 3C, 84 and 5A. RGB value is (60,132,90). Sum of RGB (Red+Green+Blue) = 60+132+90=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #3C845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C845A is #C37BA5. Grayscale: #696969. Windows color (decimal): -12811174 or 5932092. OLE color: 5932092.
HSL color Cylindrical-coordinate representation of color #3C845A: hue angle of 145º 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 #3C845A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 90 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.48 |
| HSL | 145º | 0.38% | 0.38% | - |
| HSV(B) | 145º | 0.55% | 0.52% | - |
| XYZ | 11.96 | 18.2 | 12.56 | - |
| YUV | 105.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 90 | 0.55 | 0 | 0.32 | 0.48 | 145 | 0.38 | 0.38 |
| Hex | 3C | 84 | 5A | 37 | 0 | 20 | 30 | 91 | 26 | 26 |
| Octal | 74 | 204 | 132 | 67 | 0 | 40 | 60 | 221 | 46 | 46 |
| Binary | 111100 | 10000100 | 1011010 | 110111 | 0 | 100000 | 110000 | 10010001 | 100110 | 100110 |
Color Harmonies of #3C845A
Complementary color
Monochromatic Colors of #3C845A
Black with #3C845A
Text Example
Text Example
White with #3C845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C845A; }
p { color: rgb(60,132,90); }
H1.HeaderClassName
{
color: #3C845A;
}
.AnyTagClassName
{
color: #3C845A;
}
</style>
background-color css
<style>
a { background-color: #3C845A; }
a { background-color: rgb(60,132,90); }
div.DivClassName
{
background-color: #3C845A;
}
.BgClassName
{
background-color: #3C845A;
}
</style>
border-color css
<style>
span { border-color: #3C845A; }
span { border-color: rgb(60,132,90); }
td.TdClassName
{
border-color: #3C845A;
}
.TagClassName
{
border-color: #3C845A;
}
</style>