Shades of Amazon #39734D
Tints of Amazon #39734D
RGB
CMYK
RGB Variations
Color information
#39734D (or 0x39734D) is known color: Amazon. HEX triplet: 39, 73 and 4D. RGB value is (57,115,77). Sum of RGB (Red+Green+Blue) = 57+115+77=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #39734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39734D is #C68CB2. Grayscale: #5D5D5D. Windows color (decimal): -13012147 or 5075769. OLE color: 5075769.
HSL color Cylindrical-coordinate representation of color #39734D: hue angle of 140.69º 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 #39734D is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 115 | 77 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.55 |
| HSL | 140.69º | 0.34% | 0.34% | - |
| HSV(B) | 140.69º | 0.5% | 0.45% | - |
| XYZ | 9.16 | 13.67 | 9.18 | - |
| YUV | 93.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 77 | 0.50 | 0 | 0.33 | 0.55 | 140.69 | 0.34 | 0.34 |
| Hex | 39 | 73 | 4D | 32 | 0 | 21 | 37 | 8D | 22 | 22 |
| Octal | 71 | 163 | 115 | 62 | 0 | 41 | 67 | 215 | 42 | 42 |
| Binary | 111001 | 1110011 | 1001101 | 110010 | 0 | 100001 | 110111 | 10001101 | 100010 | 100010 |
Color Harmonies of #39734D
Complementary color
Monochromatic Colors of #39734D
Black with #39734D
Text Example
Text Example
White with #39734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39734D; }
p { color: rgb(57,115,77); }
H1.HeaderClassName
{
color: #39734D;
}
.AnyTagClassName
{
color: #39734D;
}
</style>
background-color css
<style>
a { background-color: #39734D; }
a { background-color: rgb(57,115,77); }
div.DivClassName
{
background-color: #39734D;
}
.BgClassName
{
background-color: #39734D;
}
</style>
border-color css
<style>
span { border-color: #39734D; }
span { border-color: rgb(57,115,77); }
td.TdClassName
{
border-color: #39734D;
}
.TagClassName
{
border-color: #39734D;
}
</style>