Shades of Amazon #387752
Tints of Amazon #387752
RGB
CMYK
RGB Variations
Color information
#387752 (or 0x387752) is known color: Amazon. HEX triplet: 38, 77 and 52. RGB value is (56,119,82). Sum of RGB (Red+Green+Blue) = 56+119+82=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #387752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387752 is #C788AD. Grayscale: #606060. Windows color (decimal): -13076654 or 5404472. OLE color: 5404472.
HSL color Cylindrical-coordinate representation of color #387752: hue angle of 144.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387752 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 82 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.53 |
| HSL | 144.76º | 0.36% | 0.34% | - |
| HSV(B) | 144.76º | 0.53% | 0.47% | - |
| XYZ | 9.75 | 14.64 | 10.3 | - |
| YUV | 95.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 82 | 0.53 | 0 | 0.31 | 0.53 | 144.76 | 0.36 | 0.34 |
| Hex | 38 | 77 | 52 | 35 | 0 | 1F | 35 | 91 | 24 | 22 |
| Octal | 70 | 167 | 122 | 65 | 0 | 37 | 65 | 221 | 44 | 42 |
| Binary | 111000 | 1110111 | 1010010 | 110101 | 0 | 11111 | 110101 | 10010001 | 100100 | 100010 |
Color Harmonies of #387752
Complementary color
Monochromatic Colors of #387752
Black with #387752
Text Example
Text Example
White with #387752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387752; }
p { color: rgb(56,119,82); }
H1.HeaderClassName
{
color: #387752;
}
.AnyTagClassName
{
color: #387752;
}
</style>
background-color css
<style>
a { background-color: #387752; }
a { background-color: rgb(56,119,82); }
div.DivClassName
{
background-color: #387752;
}
.BgClassName
{
background-color: #387752;
}
</style>
border-color css
<style>
span { border-color: #387752; }
span { border-color: rgb(56,119,82); }
td.TdClassName
{
border-color: #387752;
}
.TagClassName
{
border-color: #387752;
}
</style>