Shades of Amazon #387552
Tints of Amazon #387552
RGB
CMYK
RGB Variations
Color information
#387552 (or 0x387552) is known color: Amazon. HEX triplet: 38, 75 and 52. RGB value is (56,117,82). Sum of RGB (Red+Green+Blue) = 56+117+82=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #387552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387552 is #C78AAD. Grayscale: #5E5E5E. Windows color (decimal): -13077166 or 5403960. OLE color: 5403960.
HSL color Cylindrical-coordinate representation of color #387552: hue angle of 145.57º 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 #387552 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 82 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.54 |
| HSL | 145.57º | 0.35% | 0.34% | - |
| HSV(B) | 145.57º | 0.52% | 0.46% | - |
| XYZ | 9.52 | 14.17 | 10.22 | - |
| YUV | 94.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 82 | 0.52 | 0 | 0.30 | 0.54 | 145.57 | 0.35 | 0.34 |
| Hex | 38 | 75 | 52 | 34 | 0 | 1E | 36 | 92 | 23 | 22 |
| Octal | 70 | 165 | 122 | 64 | 0 | 36 | 66 | 222 | 43 | 42 |
| Binary | 111000 | 1110101 | 1010010 | 110100 | 0 | 11110 | 110110 | 10010010 | 100011 | 100010 |
Color Harmonies of #387552
Complementary color
Monochromatic Colors of #387552
Black with #387552
Text Example
Text Example
White with #387552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387552; }
p { color: rgb(56,117,82); }
H1.HeaderClassName
{
color: #387552;
}
.AnyTagClassName
{
color: #387552;
}
</style>
background-color css
<style>
a { background-color: #387552; }
a { background-color: rgb(56,117,82); }
div.DivClassName
{
background-color: #387552;
}
.BgClassName
{
background-color: #387552;
}
</style>
border-color css
<style>
span { border-color: #387552; }
span { border-color: rgb(56,117,82); }
td.TdClassName
{
border-color: #387552;
}
.TagClassName
{
border-color: #387552;
}
</style>