Shades of Amazon #3C704E
Tints of Amazon #3C704E
RGB
CMYK
RGB Variations
Color information
#3C704E (or 0x3C704E) is known color: Amazon. HEX triplet: 3C, 70 and 4E. RGB value is (60,112,78). Sum of RGB (Red+Green+Blue) = 60+112+78=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #3C704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C704E is #C38FB1. Grayscale: #5C5C5C. Windows color (decimal): -12816306 or 5140540. OLE color: 5140540.
HSL color Cylindrical-coordinate representation of color #3C704E: hue angle of 140.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C704E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 78 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.56 |
| HSL | 140.77º | 0.3% | 0.34% | - |
| HSV(B) | 140.77º | 0.46% | 0.44% | - |
| XYZ | 9.03 | 13.1 | 9.26 | - |
| YUV | 92.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 78 | 0.46 | 0 | 0.30 | 0.56 | 140.77 | 0.3 | 0.34 |
| Hex | 3C | 70 | 4E | 2E | 0 | 1E | 38 | 8D | 1E | 22 |
| Octal | 74 | 160 | 116 | 56 | 0 | 36 | 70 | 215 | 36 | 42 |
| Binary | 111100 | 1110000 | 1001110 | 101110 | 0 | 11110 | 111000 | 10001101 | 11110 | 100010 |
Color Harmonies of #3C704E
Complementary color
Monochromatic Colors of #3C704E
Black with #3C704E
Text Example
Text Example
White with #3C704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C704E; }
p { color: rgb(60,112,78); }
H1.HeaderClassName
{
color: #3C704E;
}
.AnyTagClassName
{
color: #3C704E;
}
</style>
background-color css
<style>
a { background-color: #3C704E; }
a { background-color: rgb(60,112,78); }
div.DivClassName
{
background-color: #3C704E;
}
.BgClassName
{
background-color: #3C704E;
}
</style>
border-color css
<style>
span { border-color: #3C704E; }
span { border-color: rgb(60,112,78); }
td.TdClassName
{
border-color: #3C704E;
}
.TagClassName
{
border-color: #3C704E;
}
</style>