Shades of Amazon #398049
Tints of Amazon #398049
RGB
CMYK
RGB Variations
Color information
#398049 (or 0x398049) is known color: Amazon. HEX triplet: 39, 80 and 49. RGB value is (57,128,73). Sum of RGB (Red+Green+Blue) = 57+128+73=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #398049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398049 is #C67FB6. Grayscale: #646464. Windows color (decimal): -13008823 or 4816953. OLE color: 4816953.
HSL color Cylindrical-coordinate representation of color #398049: hue angle of 133.52º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398049 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 128 | 73 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.50 |
| HSL | 133.52º | 0.38% | 0.36% | - |
| HSV(B) | 133.52º | 0.55% | 0.5% | - |
| XYZ | 10.61 | 16.79 | 8.98 | - |
| YUV | 100.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 73 | 0.55 | 0 | 0.43 | 0.50 | 133.52 | 0.38 | 0.36 |
| Hex | 39 | 80 | 49 | 37 | 0 | 2B | 32 | 86 | 26 | 24 |
| Octal | 71 | 200 | 111 | 67 | 0 | 53 | 62 | 206 | 46 | 44 |
| Binary | 111001 | 10000000 | 1001001 | 110111 | 0 | 101011 | 110010 | 10000110 | 100110 | 100100 |
Color Harmonies of #398049
Complementary color
Monochromatic Colors of #398049
Black with #398049
Text Example
Text Example
White with #398049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398049; }
p { color: rgb(57,128,73); }
H1.HeaderClassName
{
color: #398049;
}
.AnyTagClassName
{
color: #398049;
}
</style>
background-color css
<style>
a { background-color: #398049; }
a { background-color: rgb(57,128,73); }
div.DivClassName
{
background-color: #398049;
}
.BgClassName
{
background-color: #398049;
}
</style>
border-color css
<style>
span { border-color: #398049; }
span { border-color: rgb(57,128,73); }
td.TdClassName
{
border-color: #398049;
}
.TagClassName
{
border-color: #398049;
}
</style>