Shades of Amazon #387553
Tints of Amazon #387553
RGB
CMYK
RGB Variations
Color information
#387553 (or 0x387553) is known color: Amazon. HEX triplet: 38, 75 and 53. RGB value is (56,117,83). Sum of RGB (Red+Green+Blue) = 56+117+83=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #387553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387553 is #C78AAC. Grayscale: #5E5E5E. Windows color (decimal): -13077165 or 5469496. OLE color: 5469496.
HSL color Cylindrical-coordinate representation of color #387553: hue angle of 146.56º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387553 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 83 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.54 |
| HSL | 146.56º | 0.35% | 0.34% | - |
| HSV(B) | 146.56º | 0.52% | 0.46% | - |
| XYZ | 9.55 | 14.19 | 10.42 | - |
| YUV | 94.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 83 | 0.52 | 0 | 0.29 | 0.54 | 146.56 | 0.35 | 0.34 |
| Hex | 38 | 75 | 53 | 34 | 0 | 1D | 36 | 93 | 23 | 22 |
| Octal | 70 | 165 | 123 | 64 | 0 | 35 | 66 | 223 | 43 | 42 |
| Binary | 111000 | 1110101 | 1010011 | 110100 | 0 | 11101 | 110110 | 10010011 | 100011 | 100010 |
Color Harmonies of #387553
Complementary color
Monochromatic Colors of #387553
Black with #387553
Text Example
Text Example
White with #387553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387553; }
p { color: rgb(56,117,83); }
H1.HeaderClassName
{
color: #387553;
}
.AnyTagClassName
{
color: #387553;
}
</style>
background-color css
<style>
a { background-color: #387553; }
a { background-color: rgb(56,117,83); }
div.DivClassName
{
background-color: #387553;
}
.BgClassName
{
background-color: #387553;
}
</style>
border-color css
<style>
span { border-color: #387553; }
span { border-color: rgb(56,117,83); }
td.TdClassName
{
border-color: #387553;
}
.TagClassName
{
border-color: #387553;
}
</style>