Shades of Amazon #388351
Tints of Amazon #388351
RGB
CMYK
RGB Variations
Color information
#388351 (or 0x388351) is known color: Amazon. HEX triplet: 38, 83 and 51. RGB value is (56,131,81). Sum of RGB (Red+Green+Blue) = 56+131+81=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #388351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388351 is #C77CAE. Grayscale: #666666. Windows color (decimal): -13073583 or 5342008. OLE color: 5342008.
HSL color Cylindrical-coordinate representation of color #388351: hue angle of 140º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388351 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 131 | 81 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.49 |
| HSL | 140º | 0.4% | 0.37% | - |
| HSV(B) | 140º | 0.57% | 0.51% | - |
| XYZ | 11.23 | 17.67 | 10.6 | - |
| YUV | 102.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 81 | 0.57 | 0 | 0.38 | 0.49 | 140 | 0.4 | 0.37 |
| Hex | 38 | 83 | 51 | 39 | 0 | 26 | 31 | 8C | 28 | 25 |
| Octal | 70 | 203 | 121 | 71 | 0 | 46 | 61 | 214 | 50 | 45 |
| Binary | 111000 | 10000011 | 1010001 | 111001 | 0 | 100110 | 110001 | 10001100 | 101000 | 100101 |
Color Harmonies of #388351
Complementary color
Monochromatic Colors of #388351
Black with #388351
Text Example
Text Example
White with #388351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388351; }
p { color: rgb(56,131,81); }
H1.HeaderClassName
{
color: #388351;
}
.AnyTagClassName
{
color: #388351;
}
</style>
background-color css
<style>
a { background-color: #388351; }
a { background-color: rgb(56,131,81); }
div.DivClassName
{
background-color: #388351;
}
.BgClassName
{
background-color: #388351;
}
</style>
border-color css
<style>
span { border-color: #388351; }
span { border-color: rgb(56,131,81); }
td.TdClassName
{
border-color: #388351;
}
.TagClassName
{
border-color: #388351;
}
</style>