Shades of Amazon #3C7855
Tints of Amazon #3C7855
RGB
CMYK
RGB Variations
Color information
#3C7855 (or 0x3C7855) is known color: Amazon. HEX triplet: 3C, 78 and 55. RGB value is (60,120,85). Sum of RGB (Red+Green+Blue) = 60+120+85=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7855 is #C387AA. Grayscale: #626262. Windows color (decimal): -12814251 or 5601340. OLE color: 5601340.
HSL color Cylindrical-coordinate representation of color #3C7855: hue angle of 145º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7855 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 85 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.53 |
| HSL | 145º | 0.33% | 0.35% | - |
| HSV(B) | 145º | 0.5% | 0.47% | - |
| XYZ | 10.22 | 15.05 | 10.96 | - |
| YUV | 98.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 85 | 0.5 | 0 | 0.29 | 0.53 | 145 | 0.33 | 0.35 |
| Hex | 3C | 78 | 55 | 32 | 0 | 1D | 35 | 91 | 21 | 23 |
| Octal | 74 | 170 | 125 | 62 | 0 | 35 | 65 | 221 | 41 | 43 |
| Binary | 111100 | 1111000 | 1010101 | 110010 | 0 | 11101 | 110101 | 10010001 | 100001 | 100011 |
Color Harmonies of #3C7855
Complementary color
Monochromatic Colors of #3C7855
Black with #3C7855
Text Example
Text Example
White with #3C7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7855; }
p { color: rgb(60,120,85); }
H1.HeaderClassName
{
color: #3C7855;
}
.AnyTagClassName
{
color: #3C7855;
}
</style>
background-color css
<style>
a { background-color: #3C7855; }
a { background-color: rgb(60,120,85); }
div.DivClassName
{
background-color: #3C7855;
}
.BgClassName
{
background-color: #3C7855;
}
</style>
border-color css
<style>
span { border-color: #3C7855; }
span { border-color: rgb(60,120,85); }
td.TdClassName
{
border-color: #3C7855;
}
.TagClassName
{
border-color: #3C7855;
}
</style>