Shades of Amazon #3C7355
Tints of Amazon #3C7355
RGB
CMYK
RGB Variations
Color information
#3C7355 (or 0x3C7355) is known color: Amazon. HEX triplet: 3C, 73 and 55. RGB value is (60,115,85). Sum of RGB (Red+Green+Blue) = 60+115+85=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7355 is #C38CAA. Grayscale: #5F5F5F. Windows color (decimal): -12815531 or 5600060. OLE color: 5600060.
HSL color Cylindrical-coordinate representation of color #3C7355: hue angle of 147.27º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7355 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 85 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.55 |
| HSL | 147.27º | 0.31% | 0.34% | - |
| HSV(B) | 147.27º | 0.48% | 0.45% | - |
| XYZ | 9.63 | 13.88 | 10.77 | - |
| YUV | 95.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 85 | 0.48 | 0 | 0.26 | 0.55 | 147.27 | 0.31 | 0.34 |
| Hex | 3C | 73 | 55 | 30 | 0 | 1A | 37 | 93 | 1F | 22 |
| Octal | 74 | 163 | 125 | 60 | 0 | 32 | 67 | 223 | 37 | 42 |
| Binary | 111100 | 1110011 | 1010101 | 110000 | 0 | 11010 | 110111 | 10010011 | 11111 | 100010 |
Color Harmonies of #3C7355
Complementary color
Monochromatic Colors of #3C7355
Black with #3C7355
Text Example
Text Example
White with #3C7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7355; }
p { color: rgb(60,115,85); }
H1.HeaderClassName
{
color: #3C7355;
}
.AnyTagClassName
{
color: #3C7355;
}
</style>
background-color css
<style>
a { background-color: #3C7355; }
a { background-color: rgb(60,115,85); }
div.DivClassName
{
background-color: #3C7355;
}
.BgClassName
{
background-color: #3C7355;
}
</style>
border-color css
<style>
span { border-color: #3C7355; }
span { border-color: rgb(60,115,85); }
td.TdClassName
{
border-color: #3C7355;
}
.TagClassName
{
border-color: #3C7355;
}
</style>