Shades of Amazon #3C7759
Tints of Amazon #3C7759
RGB
CMYK
RGB Variations
Color information
#3C7759 (or 0x3C7759) is known color: Amazon. HEX triplet: 3C, 77 and 59. RGB value is (60,119,89). Sum of RGB (Red+Green+Blue) = 60+119+89=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7759 is #C388A6. Grayscale: #626262. Windows color (decimal): -12814503 or 5863228. OLE color: 5863228.
HSL color Cylindrical-coordinate representation of color #3C7759: hue angle of 149.49º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7759 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 89 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.53 |
| HSL | 149.49º | 0.33% | 0.35% | - |
| HSV(B) | 149.49º | 0.5% | 0.47% | - |
| XYZ | 10.26 | 14.88 | 11.78 | - |
| YUV | 97.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 89 | 0.50 | 0 | 0.25 | 0.53 | 149.49 | 0.33 | 0.35 |
| Hex | 3C | 77 | 59 | 32 | 0 | 19 | 35 | 95 | 21 | 23 |
| Octal | 74 | 167 | 131 | 62 | 0 | 31 | 65 | 225 | 41 | 43 |
| Binary | 111100 | 1110111 | 1011001 | 110010 | 0 | 11001 | 110101 | 10010101 | 100001 | 100011 |
Color Harmonies of #3C7759
Complementary color
Monochromatic Colors of #3C7759
Black with #3C7759
Text Example
Text Example
White with #3C7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7759; }
p { color: rgb(60,119,89); }
H1.HeaderClassName
{
color: #3C7759;
}
.AnyTagClassName
{
color: #3C7759;
}
</style>
background-color css
<style>
a { background-color: #3C7759; }
a { background-color: rgb(60,119,89); }
div.DivClassName
{
background-color: #3C7759;
}
.BgClassName
{
background-color: #3C7759;
}
</style>
border-color css
<style>
span { border-color: #3C7759; }
span { border-color: rgb(60,119,89); }
td.TdClassName
{
border-color: #3C7759;
}
.TagClassName
{
border-color: #3C7759;
}
</style>