Shades of Amazon #3C7F59
Tints of Amazon #3C7F59
RGB
CMYK
RGB Variations
Color information
#3C7F59 (or 0x3C7F59) is known color: Amazon. HEX triplet: 3C, 7F and 59. RGB value is (60,127,89). Sum of RGB (Red+Green+Blue) = 60+127+89=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F59 is #C380A6. Grayscale: #666666. Windows color (decimal): -12812455 or 5865276. OLE color: 5865276.
HSL color Cylindrical-coordinate representation of color #3C7F59: hue angle of 145.97º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F59 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 127 | 89 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.50 |
| HSL | 145.97º | 0.36% | 0.37% | - |
| HSV(B) | 145.97º | 0.53% | 0.5% | - |
| XYZ | 11.26 | 16.86 | 12.11 | - |
| YUV | 102.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 89 | 0.53 | 0 | 0.30 | 0.50 | 145.97 | 0.36 | 0.37 |
| Hex | 3C | 7F | 59 | 35 | 0 | 1E | 32 | 92 | 24 | 25 |
| Octal | 74 | 177 | 131 | 65 | 0 | 36 | 62 | 222 | 44 | 45 |
| Binary | 111100 | 1111111 | 1011001 | 110101 | 0 | 11110 | 110010 | 10010010 | 100100 | 100101 |
Color Harmonies of #3C7F59
Complementary color
Monochromatic Colors of #3C7F59
Black with #3C7F59
Text Example
Text Example
White with #3C7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7F59; }
p { color: rgb(60,127,89); }
H1.HeaderClassName
{
color: #3C7F59;
}
.AnyTagClassName
{
color: #3C7F59;
}
</style>
background-color css
<style>
a { background-color: #3C7F59; }
a { background-color: rgb(60,127,89); }
div.DivClassName
{
background-color: #3C7F59;
}
.BgClassName
{
background-color: #3C7F59;
}
</style>
border-color css
<style>
span { border-color: #3C7F59; }
span { border-color: rgb(60,127,89); }
td.TdClassName
{
border-color: #3C7F59;
}
.TagClassName
{
border-color: #3C7F59;
}
</style>