Shades of Amazon #388553
Tints of Amazon #388553
RGB
CMYK
RGB Variations
Color information
#388553 (or 0x388553) is known color: Amazon. HEX triplet: 38, 85 and 53. RGB value is (56,133,83). Sum of RGB (Red+Green+Blue) = 56+133+83=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #388553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388553 is #C77AAC. Grayscale: #686868. Windows color (decimal): -13073069 or 5473592. OLE color: 5473592.
HSL color Cylindrical-coordinate representation of color #388553: hue angle of 141.04º 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 #388553 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 83 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.48 |
| HSL | 141.04º | 0.41% | 0.37% | - |
| HSV(B) | 141.04º | 0.58% | 0.52% | - |
| XYZ | 11.58 | 18.24 | 11.09 | - |
| YUV | 104.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 83 | 0.58 | 0 | 0.38 | 0.48 | 141.04 | 0.41 | 0.37 |
| Hex | 38 | 85 | 53 | 3A | 0 | 26 | 30 | 8D | 29 | 25 |
| Octal | 70 | 205 | 123 | 72 | 0 | 46 | 60 | 215 | 51 | 45 |
| Binary | 111000 | 10000101 | 1010011 | 111010 | 0 | 100110 | 110000 | 10001101 | 101001 | 100101 |
Color Harmonies of #388553
Complementary color
Monochromatic Colors of #388553
Black with #388553
Text Example
Text Example
White with #388553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388553; }
p { color: rgb(56,133,83); }
H1.HeaderClassName
{
color: #388553;
}
.AnyTagClassName
{
color: #388553;
}
</style>
background-color css
<style>
a { background-color: #388553; }
a { background-color: rgb(56,133,83); }
div.DivClassName
{
background-color: #388553;
}
.BgClassName
{
background-color: #388553;
}
</style>
border-color css
<style>
span { border-color: #388553; }
span { border-color: rgb(56,133,83); }
td.TdClassName
{
border-color: #388553;
}
.TagClassName
{
border-color: #388553;
}
</style>