Shades of Amazon #388548
Tints of Amazon #388548
RGB
CMYK
RGB Variations
Color information
#388548 (or 0x388548) is known color: Amazon. HEX triplet: 38, 85 and 48. RGB value is (56,133,72). Sum of RGB (Red+Green+Blue) = 56+133+72=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #388548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388548 is #C77AB7. Grayscale: #676767. Windows color (decimal): -13073080 or 4752696. OLE color: 4752696.
HSL color Cylindrical-coordinate representation of color #388548: hue angle of 132.47º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388548 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 72 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.48 |
| HSL | 132.47º | 0.41% | 0.37% | - |
| HSV(B) | 132.47º | 0.58% | 0.52% | - |
| XYZ | 11.19 | 18.08 | 9.03 | - |
| YUV | 103.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 72 | 0.58 | 0 | 0.46 | 0.48 | 132.47 | 0.41 | 0.37 |
| Hex | 38 | 85 | 48 | 3A | 0 | 2E | 30 | 84 | 29 | 25 |
| Octal | 70 | 205 | 110 | 72 | 0 | 56 | 60 | 204 | 51 | 45 |
| Binary | 111000 | 10000101 | 1001000 | 111010 | 0 | 101110 | 110000 | 10000100 | 101001 | 100101 |
Color Harmonies of #388548
Complementary color
Monochromatic Colors of #388548
Black with #388548
Text Example
Text Example
White with #388548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388548; }
p { color: rgb(56,133,72); }
H1.HeaderClassName
{
color: #388548;
}
.AnyTagClassName
{
color: #388548;
}
</style>
background-color css
<style>
a { background-color: #388548; }
a { background-color: rgb(56,133,72); }
div.DivClassName
{
background-color: #388548;
}
.BgClassName
{
background-color: #388548;
}
</style>
border-color css
<style>
span { border-color: #388548; }
span { border-color: rgb(56,133,72); }
td.TdClassName
{
border-color: #388548;
}
.TagClassName
{
border-color: #388548;
}
</style>