Shades of Amazon #388256
Tints of Amazon #388256
RGB
CMYK
RGB Variations
Color information
#388256 (or 0x388256) is known color: Amazon. HEX triplet: 38, 82 and 56. RGB value is (56,130,86). Sum of RGB (Red+Green+Blue) = 56+130+86=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #388256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388256 is #C77DA9. Grayscale: #666666. Windows color (decimal): -13073834 or 5669432. OLE color: 5669432.
HSL color Cylindrical-coordinate representation of color #388256: hue angle of 144.32º 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 #388256 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 130 | 86 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.49 |
| HSL | 144.32º | 0.4% | 0.36% | - |
| HSV(B) | 144.32º | 0.57% | 0.51% | - |
| XYZ | 11.29 | 17.48 | 11.58 | - |
| YUV | 102.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 86 | 0.57 | 0 | 0.34 | 0.49 | 144.32 | 0.4 | 0.36 |
| Hex | 38 | 82 | 56 | 39 | 0 | 22 | 31 | 90 | 28 | 24 |
| Octal | 70 | 202 | 126 | 71 | 0 | 42 | 61 | 220 | 50 | 44 |
| Binary | 111000 | 10000010 | 1010110 | 111001 | 0 | 100010 | 110001 | 10010000 | 101000 | 100100 |
Color Harmonies of #388256
Complementary color
Monochromatic Colors of #388256
Black with #388256
Text Example
Text Example
White with #388256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388256; }
p { color: rgb(56,130,86); }
H1.HeaderClassName
{
color: #388256;
}
.AnyTagClassName
{
color: #388256;
}
</style>
background-color css
<style>
a { background-color: #388256; }
a { background-color: rgb(56,130,86); }
div.DivClassName
{
background-color: #388256;
}
.BgClassName
{
background-color: #388256;
}
</style>
border-color css
<style>
span { border-color: #388256; }
span { border-color: rgb(56,130,86); }
td.TdClassName
{
border-color: #388256;
}
.TagClassName
{
border-color: #388256;
}
</style>