Shades of Amazon #39894E
Tints of Amazon #39894E
RGB
CMYK
RGB Variations
Color information
#39894E (or 0x39894E) is known color: Amazon. HEX triplet: 39, 89 and 4E. RGB value is (57,137,78). Sum of RGB (Red+Green+Blue) = 57+137+78=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #39894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39894E is #C676B1. Grayscale: #6A6A6A. Windows color (decimal): -13006514 or 5146937. OLE color: 5146937.
HSL color Cylindrical-coordinate representation of color #39894E: hue angle of 135.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39894E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 78 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.46 |
| HSL | 135.75º | 0.41% | 0.38% | - |
| HSV(B) | 135.75º | 0.58% | 0.54% | - |
| XYZ | 12.01 | 19.31 | 10.3 | - |
| YUV | 106.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 78 | 0.58 | 0 | 0.43 | 0.46 | 135.75 | 0.41 | 0.38 |
| Hex | 39 | 89 | 4E | 3A | 0 | 2B | 2E | 88 | 29 | 26 |
| Octal | 71 | 211 | 116 | 72 | 0 | 53 | 56 | 210 | 51 | 46 |
| Binary | 111001 | 10001001 | 1001110 | 111010 | 0 | 101011 | 101110 | 10001000 | 101001 | 100110 |
Color Harmonies of #39894E
Complementary color
Monochromatic Colors of #39894E
Black with #39894E
Text Example
Text Example
White with #39894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39894E; }
p { color: rgb(57,137,78); }
H1.HeaderClassName
{
color: #39894E;
}
.AnyTagClassName
{
color: #39894E;
}
</style>
background-color css
<style>
a { background-color: #39894E; }
a { background-color: rgb(57,137,78); }
div.DivClassName
{
background-color: #39894E;
}
.BgClassName
{
background-color: #39894E;
}
</style>
border-color css
<style>
span { border-color: #39894E; }
span { border-color: rgb(57,137,78); }
td.TdClassName
{
border-color: #39894E;
}
.TagClassName
{
border-color: #39894E;
}
</style>