Shades of Amazon #39734E
Tints of Amazon #39734E
RGB
CMYK
RGB Variations
Color information
#39734E (or 0x39734E) is known color: Amazon. HEX triplet: 39, 73 and 4E. RGB value is (57,115,78). Sum of RGB (Red+Green+Blue) = 57+115+78=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #39734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39734E is #C68CB1. Grayscale: #5D5D5D. Windows color (decimal): -13012146 or 5141305. OLE color: 5141305.
HSL color Cylindrical-coordinate representation of color #39734E: hue angle of 141.72º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39734E is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 78 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.55 |
| HSL | 141.72º | 0.34% | 0.34% | - |
| HSV(B) | 141.72º | 0.5% | 0.45% | - |
| XYZ | 9.19 | 13.68 | 9.36 | - |
| YUV | 93.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 78 | 0.50 | 0 | 0.32 | 0.55 | 141.72 | 0.34 | 0.34 |
| Hex | 39 | 73 | 4E | 32 | 0 | 20 | 37 | 8E | 22 | 22 |
| Octal | 71 | 163 | 116 | 62 | 0 | 40 | 67 | 216 | 42 | 42 |
| Binary | 111001 | 1110011 | 1001110 | 110010 | 0 | 100000 | 110111 | 10001110 | 100010 | 100010 |
Color Harmonies of #39734E
Complementary color
Monochromatic Colors of #39734E
Black with #39734E
Text Example
Text Example
White with #39734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39734E; }
p { color: rgb(57,115,78); }
H1.HeaderClassName
{
color: #39734E;
}
.AnyTagClassName
{
color: #39734E;
}
</style>
background-color css
<style>
a { background-color: #39734E; }
a { background-color: rgb(57,115,78); }
div.DivClassName
{
background-color: #39734E;
}
.BgClassName
{
background-color: #39734E;
}
</style>
border-color css
<style>
span { border-color: #39734E; }
span { border-color: rgb(57,115,78); }
td.TdClassName
{
border-color: #39734E;
}
.TagClassName
{
border-color: #39734E;
}
</style>