Shades of Amazon #3C6E4E
Tints of Amazon #3C6E4E
RGB
CMYK
RGB Variations
Color information
#3C6E4E (or 0x3C6E4E) is known color: Amazon. HEX triplet: 3C, 6E and 4E. RGB value is (60,110,78). Sum of RGB (Red+Green+Blue) = 60+110+78=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6E4E is #C391B1. Grayscale: #5B5B5B. Windows color (decimal): -12816818 or 5140028. OLE color: 5140028.
HSL color Cylindrical-coordinate representation of color #3C6E4E: hue angle of 141.6º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E4E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 110 | 78 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.57 |
| HSL | 141.6º | 0.29% | 0.33% | - |
| HSV(B) | 141.6º | 0.45% | 0.43% | - |
| XYZ | 8.81 | 12.66 | 9.19 | - |
| YUV | 91.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 78 | 0.45 | 0 | 0.29 | 0.57 | 141.6 | 0.29 | 0.33 |
| Hex | 3C | 6E | 4E | 2D | 0 | 1D | 39 | 8E | 1D | 21 |
| Octal | 74 | 156 | 116 | 55 | 0 | 35 | 71 | 216 | 35 | 41 |
| Binary | 111100 | 1101110 | 1001110 | 101101 | 0 | 11101 | 111001 | 10001110 | 11101 | 100001 |
Color Harmonies of #3C6E4E
Complementary color
Monochromatic Colors of #3C6E4E
Black with #3C6E4E
Text Example
Text Example
White with #3C6E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E4E; }
p { color: rgb(60,110,78); }
H1.HeaderClassName
{
color: #3C6E4E;
}
.AnyTagClassName
{
color: #3C6E4E;
}
</style>
background-color css
<style>
a { background-color: #3C6E4E; }
a { background-color: rgb(60,110,78); }
div.DivClassName
{
background-color: #3C6E4E;
}
.BgClassName
{
background-color: #3C6E4E;
}
</style>
border-color css
<style>
span { border-color: #3C6E4E; }
span { border-color: rgb(60,110,78); }
td.TdClassName
{
border-color: #3C6E4E;
}
.TagClassName
{
border-color: #3C6E4E;
}
</style>