Shades of Amazon #388248
Tints of Amazon #388248
RGB
CMYK
RGB Variations
Color information
#388248 (or 0x388248) is known color: Amazon. HEX triplet: 38, 82 and 48. RGB value is (56,130,72). Sum of RGB (Red+Green+Blue) = 56+130+72=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #388248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388248 is #C77DB7. Grayscale: #656565. Windows color (decimal): -13073848 or 4751928. OLE color: 4751928.
HSL color Cylindrical-coordinate representation of color #388248: hue angle of 132.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388248 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 72 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.49 |
| HSL | 132.97º | 0.4% | 0.36% | - |
| HSV(B) | 132.97º | 0.57% | 0.51% | - |
| XYZ | 10.78 | 17.27 | 8.9 | - |
| YUV | 101.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 72 | 0.57 | 0 | 0.45 | 0.49 | 132.97 | 0.4 | 0.36 |
| Hex | 38 | 82 | 48 | 39 | 0 | 2D | 31 | 85 | 28 | 24 |
| Octal | 70 | 202 | 110 | 71 | 0 | 55 | 61 | 205 | 50 | 44 |
| Binary | 111000 | 10000010 | 1001000 | 111001 | 0 | 101101 | 110001 | 10000101 | 101000 | 100100 |
Color Harmonies of #388248
Complementary color
Monochromatic Colors of #388248
Black with #388248
Text Example
Text Example
White with #388248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388248; }
p { color: rgb(56,130,72); }
H1.HeaderClassName
{
color: #388248;
}
.AnyTagClassName
{
color: #388248;
}
</style>
background-color css
<style>
a { background-color: #388248; }
a { background-color: rgb(56,130,72); }
div.DivClassName
{
background-color: #388248;
}
.BgClassName
{
background-color: #388248;
}
</style>
border-color css
<style>
span { border-color: #388248; }
span { border-color: rgb(56,130,72); }
td.TdClassName
{
border-color: #388248;
}
.TagClassName
{
border-color: #388248;
}
</style>