Shades of Amazon #3C734C
Tints of Amazon #3C734C
RGB
CMYK
RGB Variations
Color information
#3C734C (or 0x3C734C) is known color: Amazon. HEX triplet: 3C, 73 and 4C. RGB value is (60,115,76). Sum of RGB (Red+Green+Blue) = 60+115+76=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #3C734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C734C is #C38CB3. Grayscale: #5E5E5E. Windows color (decimal): -12815540 or 5010236. OLE color: 5010236.
HSL color Cylindrical-coordinate representation of color #3C734C: hue angle of 137.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 #3C734C is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 76 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.55 |
| HSL | 137.45º | 0.31% | 0.34% | - |
| HSV(B) | 137.45º | 0.48% | 0.45% | - |
| XYZ | 9.3 | 13.74 | 9 | - |
| YUV | 94.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 76 | 0.48 | 0 | 0.34 | 0.55 | 137.45 | 0.31 | 0.34 |
| Hex | 3C | 73 | 4C | 30 | 0 | 22 | 37 | 89 | 1F | 22 |
| Octal | 74 | 163 | 114 | 60 | 0 | 42 | 67 | 211 | 37 | 42 |
| Binary | 111100 | 1110011 | 1001100 | 110000 | 0 | 100010 | 110111 | 10001001 | 11111 | 100010 |
Color Harmonies of #3C734C
Complementary color
Monochromatic Colors of #3C734C
Black with #3C734C
Text Example
Text Example
White with #3C734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C734C; }
p { color: rgb(60,115,76); }
H1.HeaderClassName
{
color: #3C734C;
}
.AnyTagClassName
{
color: #3C734C;
}
</style>
background-color css
<style>
a { background-color: #3C734C; }
a { background-color: rgb(60,115,76); }
div.DivClassName
{
background-color: #3C734C;
}
.BgClassName
{
background-color: #3C734C;
}
</style>
border-color css
<style>
span { border-color: #3C734C; }
span { border-color: rgb(60,115,76); }
td.TdClassName
{
border-color: #3C734C;
}
.TagClassName
{
border-color: #3C734C;
}
</style>