Shades of Amazon #3C764E
Tints of Amazon #3C764E
RGB
CMYK
RGB Variations
Color information
#3C764E (or 0x3C764E) is known color: Amazon. HEX triplet: 3C, 76 and 4E. RGB value is (60,118,78). Sum of RGB (Red+Green+Blue) = 60+118+78=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #3C764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C764E is #C389B1. Grayscale: #606060. Windows color (decimal): -12814770 or 5142076. OLE color: 5142076.
HSL color Cylindrical-coordinate representation of color #3C764E: hue angle of 138.62º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C764E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 78 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.54 |
| HSL | 138.62º | 0.33% | 0.35% | - |
| HSV(B) | 138.62º | 0.49% | 0.46% | - |
| XYZ | 9.72 | 14.47 | 9.49 | - |
| YUV | 96.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 78 | 0.49 | 0 | 0.34 | 0.54 | 138.62 | 0.33 | 0.35 |
| Hex | 3C | 76 | 4E | 31 | 0 | 22 | 36 | 8B | 21 | 23 |
| Octal | 74 | 166 | 116 | 61 | 0 | 42 | 66 | 213 | 41 | 43 |
| Binary | 111100 | 1110110 | 1001110 | 110001 | 0 | 100010 | 110110 | 10001011 | 100001 | 100011 |
Color Harmonies of #3C764E
Complementary color
Monochromatic Colors of #3C764E
Black with #3C764E
Text Example
Text Example
White with #3C764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C764E; }
p { color: rgb(60,118,78); }
H1.HeaderClassName
{
color: #3C764E;
}
.AnyTagClassName
{
color: #3C764E;
}
</style>
background-color css
<style>
a { background-color: #3C764E; }
a { background-color: rgb(60,118,78); }
div.DivClassName
{
background-color: #3C764E;
}
.BgClassName
{
background-color: #3C764E;
}
</style>
border-color css
<style>
span { border-color: #3C764E; }
span { border-color: rgb(60,118,78); }
td.TdClassName
{
border-color: #3C764E;
}
.TagClassName
{
border-color: #3C764E;
}
</style>