Shades of Amazon #39884D
Tints of Amazon #39884D
RGB
CMYK
RGB Variations
Color information
#39884D (or 0x39884D) is known color: Amazon. HEX triplet: 39, 88 and 4D. RGB value is (57,136,77). Sum of RGB (Red+Green+Blue) = 57+136+77=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #39884D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39884D is #C677B2. Grayscale: #696969. Windows color (decimal): -13006771 or 5081145. OLE color: 5081145.
HSL color Cylindrical-coordinate representation of color #39884D: hue angle of 135.19º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39884D is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 77 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.47 |
| HSL | 135.19º | 0.41% | 0.38% | - |
| HSV(B) | 135.19º | 0.58% | 0.53% | - |
| XYZ | 11.83 | 19.01 | 10.07 | - |
| YUV | 105.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 77 | 0.58 | 0 | 0.43 | 0.47 | 135.19 | 0.41 | 0.38 |
| Hex | 39 | 88 | 4D | 3A | 0 | 2B | 2F | 87 | 29 | 26 |
| Octal | 71 | 210 | 115 | 72 | 0 | 53 | 57 | 207 | 51 | 46 |
| Binary | 111001 | 10001000 | 1001101 | 111010 | 0 | 101011 | 101111 | 10000111 | 101001 | 100110 |
Color Harmonies of #39884D
Complementary color
Monochromatic Colors of #39884D
Black with #39884D
Text Example
Text Example
White with #39884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39884D; }
p { color: rgb(57,136,77); }
H1.HeaderClassName
{
color: #39884D;
}
.AnyTagClassName
{
color: #39884D;
}
</style>
background-color css
<style>
a { background-color: #39884D; }
a { background-color: rgb(57,136,77); }
div.DivClassName
{
background-color: #39884D;
}
.BgClassName
{
background-color: #39884D;
}
</style>
border-color css
<style>
span { border-color: #39884D; }
span { border-color: rgb(57,136,77); }
td.TdClassName
{
border-color: #39884D;
}
.TagClassName
{
border-color: #39884D;
}
</style>