Shades of Amazon #3C6F4E
Tints of Amazon #3C6F4E
RGB
CMYK
RGB Variations
Color information
#3C6F4E (or 0x3C6F4E) is known color: Amazon. HEX triplet: 3C, 6F and 4E. RGB value is (60,111,78). Sum of RGB (Red+Green+Blue) = 60+111+78=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F4E is #C390B1. Grayscale: #5C5C5C. Windows color (decimal): -12816562 or 5140284. OLE color: 5140284.
HSL color Cylindrical-coordinate representation of color #3C6F4E: hue angle of 141.18º 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 #3C6F4E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 78 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.56 |
| HSL | 141.18º | 0.3% | 0.34% | - |
| HSV(B) | 141.18º | 0.46% | 0.44% | - |
| XYZ | 8.92 | 12.88 | 9.22 | - |
| YUV | 91.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 78 | 0.46 | 0 | 0.30 | 0.56 | 141.18 | 0.3 | 0.34 |
| Hex | 3C | 6F | 4E | 2E | 0 | 1E | 38 | 8D | 1E | 22 |
| Octal | 74 | 157 | 116 | 56 | 0 | 36 | 70 | 215 | 36 | 42 |
| Binary | 111100 | 1101111 | 1001110 | 101110 | 0 | 11110 | 111000 | 10001101 | 11110 | 100010 |
Color Harmonies of #3C6F4E
Complementary color
Monochromatic Colors of #3C6F4E
Black with #3C6F4E
Text Example
Text Example
White with #3C6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F4E; }
p { color: rgb(60,111,78); }
H1.HeaderClassName
{
color: #3C6F4E;
}
.AnyTagClassName
{
color: #3C6F4E;
}
</style>
background-color css
<style>
a { background-color: #3C6F4E; }
a { background-color: rgb(60,111,78); }
div.DivClassName
{
background-color: #3C6F4E;
}
.BgClassName
{
background-color: #3C6F4E;
}
</style>
border-color css
<style>
span { border-color: #3C6F4E; }
span { border-color: rgb(60,111,78); }
td.TdClassName
{
border-color: #3C6F4E;
}
.TagClassName
{
border-color: #3C6F4E;
}
</style>