Shades of Amazon #3C734E
Tints of Amazon #3C734E
RGB
CMYK
RGB Variations
Color information
#3C734E (or 0x3C734E) is known color: Amazon. HEX triplet: 3C, 73 and 4E. RGB value is (60,115,78). Sum of RGB (Red+Green+Blue) = 60+115+78=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #3C734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C734E is #C38CB1. Grayscale: #5E5E5E. Windows color (decimal): -12815538 or 5141308. OLE color: 5141308.
HSL color Cylindrical-coordinate representation of color #3C734E: hue angle of 139.64º 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 #3C734E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 78 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.55 |
| HSL | 139.64º | 0.31% | 0.34% | - |
| HSV(B) | 139.64º | 0.48% | 0.45% | - |
| XYZ | 9.37 | 13.77 | 9.37 | - |
| YUV | 94.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 78 | 0.48 | 0 | 0.32 | 0.55 | 139.64 | 0.31 | 0.34 |
| Hex | 3C | 73 | 4E | 30 | 0 | 20 | 37 | 8C | 1F | 22 |
| Octal | 74 | 163 | 116 | 60 | 0 | 40 | 67 | 214 | 37 | 42 |
| Binary | 111100 | 1110011 | 1001110 | 110000 | 0 | 100000 | 110111 | 10001100 | 11111 | 100010 |
Color Harmonies of #3C734E
Complementary color
Monochromatic Colors of #3C734E
Black with #3C734E
Text Example
Text Example
White with #3C734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C734E; }
p { color: rgb(60,115,78); }
H1.HeaderClassName
{
color: #3C734E;
}
.AnyTagClassName
{
color: #3C734E;
}
</style>
background-color css
<style>
a { background-color: #3C734E; }
a { background-color: rgb(60,115,78); }
div.DivClassName
{
background-color: #3C734E;
}
.BgClassName
{
background-color: #3C734E;
}
</style>
border-color css
<style>
span { border-color: #3C734E; }
span { border-color: rgb(60,115,78); }
td.TdClassName
{
border-color: #3C734E;
}
.TagClassName
{
border-color: #3C734E;
}
</style>