Shades of Amazon #3C7357
Tints of Amazon #3C7357
RGB
CMYK
RGB Variations
Color information
#3C7357 (or 0x3C7357) is known color: Amazon. HEX triplet: 3C, 73 and 57. RGB value is (60,115,87). Sum of RGB (Red+Green+Blue) = 60+115+87=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7357 is #C38CA8. Grayscale: #5F5F5F. Windows color (decimal): -12815529 or 5731132. OLE color: 5731132.
HSL color Cylindrical-coordinate representation of color #3C7357: hue angle of 149.45º 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 #3C7357 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 87 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.55 |
| HSL | 149.45º | 0.31% | 0.34% | - |
| HSV(B) | 149.45º | 0.48% | 0.45% | - |
| XYZ | 9.71 | 13.91 | 11.19 | - |
| YUV | 95.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 87 | 0.48 | 0 | 0.24 | 0.55 | 149.45 | 0.31 | 0.34 |
| Hex | 3C | 73 | 57 | 30 | 0 | 18 | 37 | 95 | 1F | 22 |
| Octal | 74 | 163 | 127 | 60 | 0 | 30 | 67 | 225 | 37 | 42 |
| Binary | 111100 | 1110011 | 1010111 | 110000 | 0 | 11000 | 110111 | 10010101 | 11111 | 100010 |
Color Harmonies of #3C7357
Complementary color
Monochromatic Colors of #3C7357
Black with #3C7357
Text Example
Text Example
White with #3C7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7357; }
p { color: rgb(60,115,87); }
H1.HeaderClassName
{
color: #3C7357;
}
.AnyTagClassName
{
color: #3C7357;
}
</style>
background-color css
<style>
a { background-color: #3C7357; }
a { background-color: rgb(60,115,87); }
div.DivClassName
{
background-color: #3C7357;
}
.BgClassName
{
background-color: #3C7357;
}
</style>
border-color css
<style>
span { border-color: #3C7357; }
span { border-color: rgb(60,115,87); }
td.TdClassName
{
border-color: #3C7357;
}
.TagClassName
{
border-color: #3C7357;
}
</style>