Shades of Amazon #388557
Tints of Amazon #388557
RGB
CMYK
RGB Variations
Color information
#388557 (or 0x388557) is known color: Amazon. HEX triplet: 38, 85 and 57. RGB value is (56,133,87). Sum of RGB (Red+Green+Blue) = 56+133+87=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #388557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388557 is #C77AA8. Grayscale: #686868. Windows color (decimal): -13073065 or 5735736. OLE color: 5735736.
HSL color Cylindrical-coordinate representation of color #388557: hue angle of 144.16º 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 #388557 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 87 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.48 |
| HSL | 144.16º | 0.41% | 0.37% | - |
| HSV(B) | 144.16º | 0.58% | 0.52% | - |
| XYZ | 11.74 | 18.3 | 11.93 | - |
| YUV | 104.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 87 | 0.58 | 0 | 0.35 | 0.48 | 144.16 | 0.41 | 0.37 |
| Hex | 38 | 85 | 57 | 3A | 0 | 23 | 30 | 90 | 29 | 25 |
| Octal | 70 | 205 | 127 | 72 | 0 | 43 | 60 | 220 | 51 | 45 |
| Binary | 111000 | 10000101 | 1010111 | 111010 | 0 | 100011 | 110000 | 10010000 | 101001 | 100101 |
Color Harmonies of #388557
Complementary color
Monochromatic Colors of #388557
Black with #388557
Text Example
Text Example
White with #388557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388557; }
p { color: rgb(56,133,87); }
H1.HeaderClassName
{
color: #388557;
}
.AnyTagClassName
{
color: #388557;
}
</style>
background-color css
<style>
a { background-color: #388557; }
a { background-color: rgb(56,133,87); }
div.DivClassName
{
background-color: #388557;
}
.BgClassName
{
background-color: #388557;
}
</style>
border-color css
<style>
span { border-color: #388557; }
span { border-color: rgb(56,133,87); }
td.TdClassName
{
border-color: #388557;
}
.TagClassName
{
border-color: #388557;
}
</style>