Shades of Amazon #3C7153
Tints of Amazon #3C7153
RGB
CMYK
RGB Variations
Color information
#3C7153 (or 0x3C7153) is known color: Amazon. HEX triplet: 3C, 71 and 53. RGB value is (60,113,83). Sum of RGB (Red+Green+Blue) = 60+113+83=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7153 is #C38EAC. Grayscale: #5D5D5D. Windows color (decimal): -12816045 or 5468476. OLE color: 5468476.
HSL color Cylindrical-coordinate representation of color #3C7153: hue angle of 146.04º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7153 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 83 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.56 |
| HSL | 146.04º | 0.31% | 0.34% | - |
| HSV(B) | 146.04º | 0.47% | 0.44% | - |
| XYZ | 9.33 | 13.4 | 10.28 | - |
| YUV | 93.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 83 | 0.47 | 0 | 0.27 | 0.56 | 146.04 | 0.31 | 0.34 |
| Hex | 3C | 71 | 53 | 2F | 0 | 1B | 38 | 92 | 1F | 22 |
| Octal | 74 | 161 | 123 | 57 | 0 | 33 | 70 | 222 | 37 | 42 |
| Binary | 111100 | 1110001 | 1010011 | 101111 | 0 | 11011 | 111000 | 10010010 | 11111 | 100010 |
Color Harmonies of #3C7153
Complementary color
Monochromatic Colors of #3C7153
Black with #3C7153
Text Example
Text Example
White with #3C7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7153; }
p { color: rgb(60,113,83); }
H1.HeaderClassName
{
color: #3C7153;
}
.AnyTagClassName
{
color: #3C7153;
}
</style>
background-color css
<style>
a { background-color: #3C7153; }
a { background-color: rgb(60,113,83); }
div.DivClassName
{
background-color: #3C7153;
}
.BgClassName
{
background-color: #3C7153;
}
</style>
border-color css
<style>
span { border-color: #3C7153; }
span { border-color: rgb(60,113,83); }
td.TdClassName
{
border-color: #3C7153;
}
.TagClassName
{
border-color: #3C7153;
}
</style>