Shades of Amazon #388054
Tints of Amazon #388054
RGB
CMYK
RGB Variations
Color information
#388054 (or 0x388054) is known color: Amazon. HEX triplet: 38, 80 and 54. RGB value is (56,128,84). Sum of RGB (Red+Green+Blue) = 56+128+84=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #388054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388054 is #C77FAB. Grayscale: #656565. Windows color (decimal): -13074348 or 5537848. OLE color: 5537848.
HSL color Cylindrical-coordinate representation of color #388054: hue angle of 143.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388054 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 128 | 84 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.50 |
| HSL | 143.33º | 0.39% | 0.36% | - |
| HSV(B) | 143.33º | 0.56% | 0.5% | - |
| XYZ | 10.95 | 16.92 | 11.08 | - |
| YUV | 101.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 84 | 0.56 | 0 | 0.34 | 0.50 | 143.33 | 0.39 | 0.36 |
| Hex | 38 | 80 | 54 | 38 | 0 | 22 | 32 | 8F | 27 | 24 |
| Octal | 70 | 200 | 124 | 70 | 0 | 42 | 62 | 217 | 47 | 44 |
| Binary | 111000 | 10000000 | 1010100 | 111000 | 0 | 100010 | 110010 | 10001111 | 100111 | 100100 |
Color Harmonies of #388054
Complementary color
Monochromatic Colors of #388054
Black with #388054
Text Example
Text Example
White with #388054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388054; }
p { color: rgb(56,128,84); }
H1.HeaderClassName
{
color: #388054;
}
.AnyTagClassName
{
color: #388054;
}
</style>
background-color css
<style>
a { background-color: #388054; }
a { background-color: rgb(56,128,84); }
div.DivClassName
{
background-color: #388054;
}
.BgClassName
{
background-color: #388054;
}
</style>
border-color css
<style>
span { border-color: #388054; }
span { border-color: rgb(56,128,84); }
td.TdClassName
{
border-color: #388054;
}
.TagClassName
{
border-color: #388054;
}
</style>