Shades of Amazon #388949
Tints of Amazon #388949
RGB
CMYK
RGB Variations
Color information
#388949 (or 0x388949) is known color: Amazon. HEX triplet: 38, 89 and 49. RGB value is (56,137,73). Sum of RGB (Red+Green+Blue) = 56+137+73=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #388949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388949 is #C776B6. Grayscale: #696969. Windows color (decimal): -13072055 or 4819256. OLE color: 4819256.
HSL color Cylindrical-coordinate representation of color #388949: hue angle of 132.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388949 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 73 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.46 |
| HSL | 132.59º | 0.42% | 0.38% | - |
| HSV(B) | 132.59º | 0.59% | 0.54% | - |
| XYZ | 11.78 | 19.21 | 9.39 | - |
| YUV | 105.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 73 | 0.59 | 0 | 0.47 | 0.46 | 132.59 | 0.42 | 0.38 |
| Hex | 38 | 89 | 49 | 3B | 0 | 2F | 2E | 85 | 2A | 26 |
| Octal | 70 | 211 | 111 | 73 | 0 | 57 | 56 | 205 | 52 | 46 |
| Binary | 111000 | 10001001 | 1001001 | 111011 | 0 | 101111 | 101110 | 10000101 | 101010 | 100110 |
Color Harmonies of #388949
Complementary color
Monochromatic Colors of #388949
Black with #388949
Text Example
Text Example
White with #388949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388949; }
p { color: rgb(56,137,73); }
H1.HeaderClassName
{
color: #388949;
}
.AnyTagClassName
{
color: #388949;
}
</style>
background-color css
<style>
a { background-color: #388949; }
a { background-color: rgb(56,137,73); }
div.DivClassName
{
background-color: #388949;
}
.BgClassName
{
background-color: #388949;
}
</style>
border-color css
<style>
span { border-color: #388949; }
span { border-color: rgb(56,137,73); }
td.TdClassName
{
border-color: #388949;
}
.TagClassName
{
border-color: #388949;
}
</style>