Shades of Amazon #39764E
Tints of Amazon #39764E
RGB
CMYK
RGB Variations
Color information
#39764E (or 0x39764E) is known color: Amazon. HEX triplet: 39, 76 and 4E. RGB value is (57,118,78). Sum of RGB (Red+Green+Blue) = 57+118+78=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #39764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39764E is #C689B1. Grayscale: #5F5F5F. Windows color (decimal): -13011378 or 5142073. OLE color: 5142073.
HSL color Cylindrical-coordinate representation of color #39764E: hue angle of 140.66º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39764E is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 78 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.54 |
| HSL | 140.66º | 0.35% | 0.34% | - |
| HSV(B) | 140.66º | 0.52% | 0.46% | - |
| XYZ | 9.54 | 14.38 | 9.48 | - |
| YUV | 95.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 78 | 0.52 | 0 | 0.34 | 0.54 | 140.66 | 0.35 | 0.34 |
| Hex | 39 | 76 | 4E | 34 | 0 | 22 | 36 | 8D | 23 | 22 |
| Octal | 71 | 166 | 116 | 64 | 0 | 42 | 66 | 215 | 43 | 42 |
| Binary | 111001 | 1110110 | 1001110 | 110100 | 0 | 100010 | 110110 | 10001101 | 100011 | 100010 |
Color Harmonies of #39764E
Complementary color
Monochromatic Colors of #39764E
Black with #39764E
Text Example
Text Example
White with #39764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39764E; }
p { color: rgb(57,118,78); }
H1.HeaderClassName
{
color: #39764E;
}
.AnyTagClassName
{
color: #39764E;
}
</style>
background-color css
<style>
a { background-color: #39764E; }
a { background-color: rgb(57,118,78); }
div.DivClassName
{
background-color: #39764E;
}
.BgClassName
{
background-color: #39764E;
}
</style>
border-color css
<style>
span { border-color: #39764E; }
span { border-color: rgb(57,118,78); }
td.TdClassName
{
border-color: #39764E;
}
.TagClassName
{
border-color: #39764E;
}
</style>