Shades of Amazon #3C7F55
Tints of Amazon #3C7F55
RGB
CMYK
RGB Variations
Color information
#3C7F55 (or 0x3C7F55) is known color: Amazon. HEX triplet: 3C, 7F and 55. RGB value is (60,127,85). Sum of RGB (Red+Green+Blue) = 60+127+85=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F55 is #C380AA. Grayscale: #666666. Windows color (decimal): -12812459 or 5603132. OLE color: 5603132.
HSL color Cylindrical-coordinate representation of color #3C7F55: hue angle of 142.39º 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 #3C7F55 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 127 | 85 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.50 |
| HSL | 142.39º | 0.36% | 0.37% | - |
| HSV(B) | 142.39º | 0.53% | 0.5% | - |
| XYZ | 11.09 | 16.8 | 11.25 | - |
| YUV | 102.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 85 | 0.53 | 0 | 0.33 | 0.50 | 142.39 | 0.36 | 0.37 |
| Hex | 3C | 7F | 55 | 35 | 0 | 21 | 32 | 8E | 24 | 25 |
| Octal | 74 | 177 | 125 | 65 | 0 | 41 | 62 | 216 | 44 | 45 |
| Binary | 111100 | 1111111 | 1010101 | 110101 | 0 | 100001 | 110010 | 10001110 | 100100 | 100101 |
Color Harmonies of #3C7F55
Complementary color
Monochromatic Colors of #3C7F55
Black with #3C7F55
Text Example
Text Example
White with #3C7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7F55; }
p { color: rgb(60,127,85); }
H1.HeaderClassName
{
color: #3C7F55;
}
.AnyTagClassName
{
color: #3C7F55;
}
</style>
background-color css
<style>
a { background-color: #3C7F55; }
a { background-color: rgb(60,127,85); }
div.DivClassName
{
background-color: #3C7F55;
}
.BgClassName
{
background-color: #3C7F55;
}
</style>
border-color css
<style>
span { border-color: #3C7F55; }
span { border-color: rgb(60,127,85); }
td.TdClassName
{
border-color: #3C7F55;
}
.TagClassName
{
border-color: #3C7F55;
}
</style>