Shades of Amazon #39844B
Tints of Amazon #39844B
RGB
CMYK
RGB Variations
Color information
#39844B (or 0x39844B) is known color: Amazon. HEX triplet: 39, 84 and 4B. RGB value is (57,132,75). Sum of RGB (Red+Green+Blue) = 57+132+75=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #39844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39844B is #C67BB4. Grayscale: #676767. Windows color (decimal): -13007797 or 4949049. OLE color: 4949049.
HSL color Cylindrical-coordinate representation of color #39844B: hue angle of 134.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39844B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 75 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.48 |
| HSL | 134.4º | 0.4% | 0.37% | - |
| HSV(B) | 134.4º | 0.57% | 0.52% | - |
| XYZ | 11.21 | 17.88 | 9.52 | - |
| YUV | 103.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 75 | 0.57 | 0 | 0.43 | 0.48 | 134.4 | 0.4 | 0.37 |
| Hex | 39 | 84 | 4B | 39 | 0 | 2B | 30 | 86 | 28 | 25 |
| Octal | 71 | 204 | 113 | 71 | 0 | 53 | 60 | 206 | 50 | 45 |
| Binary | 111001 | 10000100 | 1001011 | 111001 | 0 | 101011 | 110000 | 10000110 | 101000 | 100101 |
Color Harmonies of #39844B
Complementary color
Monochromatic Colors of #39844B
Black with #39844B
Text Example
Text Example
White with #39844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39844B; }
p { color: rgb(57,132,75); }
H1.HeaderClassName
{
color: #39844B;
}
.AnyTagClassName
{
color: #39844B;
}
</style>
background-color css
<style>
a { background-color: #39844B; }
a { background-color: rgb(57,132,75); }
div.DivClassName
{
background-color: #39844B;
}
.BgClassName
{
background-color: #39844B;
}
</style>
border-color css
<style>
span { border-color: #39844B; }
span { border-color: rgb(57,132,75); }
td.TdClassName
{
border-color: #39844B;
}
.TagClassName
{
border-color: #39844B;
}
</style>