Shades of Amazon #39844F
Tints of Amazon #39844F
RGB
CMYK
RGB Variations
Color information
#39844F (or 0x39844F) is known color: Amazon. HEX triplet: 39, 84 and 4F. RGB value is (57,132,79). Sum of RGB (Red+Green+Blue) = 57+132+79=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #39844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39844F is #C67BB0. Grayscale: #676767. Windows color (decimal): -13007793 or 5211193. OLE color: 5211193.
HSL color Cylindrical-coordinate representation of color #39844F: hue angle of 137.6º 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 #39844F is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 79 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.48 |
| HSL | 137.6º | 0.4% | 0.37% | - |
| HSV(B) | 137.6º | 0.57% | 0.52% | - |
| XYZ | 11.35 | 17.94 | 10.26 | - |
| YUV | 103.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 79 | 0.57 | 0 | 0.40 | 0.48 | 137.6 | 0.4 | 0.37 |
| Hex | 39 | 84 | 4F | 39 | 0 | 28 | 30 | 8A | 28 | 25 |
| Octal | 71 | 204 | 117 | 71 | 0 | 50 | 60 | 212 | 50 | 45 |
| Binary | 111001 | 10000100 | 1001111 | 111001 | 0 | 101000 | 110000 | 10001010 | 101000 | 100101 |
Color Harmonies of #39844F
Complementary color
Monochromatic Colors of #39844F
Black with #39844F
Text Example
Text Example
White with #39844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39844F; }
p { color: rgb(57,132,79); }
H1.HeaderClassName
{
color: #39844F;
}
.AnyTagClassName
{
color: #39844F;
}
</style>
background-color css
<style>
a { background-color: #39844F; }
a { background-color: rgb(57,132,79); }
div.DivClassName
{
background-color: #39844F;
}
.BgClassName
{
background-color: #39844F;
}
</style>
border-color css
<style>
span { border-color: #39844F; }
span { border-color: rgb(57,132,79); }
td.TdClassName
{
border-color: #39844F;
}
.TagClassName
{
border-color: #39844F;
}
</style>