Shades of Amazon #387750
Tints of Amazon #387750
RGB
CMYK
RGB Variations
Color information
#387750 (or 0x387750) is known color: Amazon. HEX triplet: 38, 77 and 50. RGB value is (56,119,80). Sum of RGB (Red+Green+Blue) = 56+119+80=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #387750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387750 is #C788AF. Grayscale: #5F5F5F. Windows color (decimal): -13076656 or 5273400. OLE color: 5273400.
HSL color Cylindrical-coordinate representation of color #387750: hue angle of 142.86º 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 #387750 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 80 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.53 |
| HSL | 142.86º | 0.36% | 0.34% | - |
| HSV(B) | 142.86º | 0.53% | 0.47% | - |
| XYZ | 9.68 | 14.61 | 9.9 | - |
| YUV | 95.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 80 | 0.53 | 0 | 0.33 | 0.53 | 142.86 | 0.36 | 0.34 |
| Hex | 38 | 77 | 50 | 35 | 0 | 21 | 35 | 8F | 24 | 22 |
| Octal | 70 | 167 | 120 | 65 | 0 | 41 | 65 | 217 | 44 | 42 |
| Binary | 111000 | 1110111 | 1010000 | 110101 | 0 | 100001 | 110101 | 10001111 | 100100 | 100010 |
Color Harmonies of #387750
Complementary color
Monochromatic Colors of #387750
Black with #387750
Text Example
Text Example
White with #387750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387750; }
p { color: rgb(56,119,80); }
H1.HeaderClassName
{
color: #387750;
}
.AnyTagClassName
{
color: #387750;
}
</style>
background-color css
<style>
a { background-color: #387750; }
a { background-color: rgb(56,119,80); }
div.DivClassName
{
background-color: #387750;
}
.BgClassName
{
background-color: #387750;
}
</style>
border-color css
<style>
span { border-color: #387750; }
span { border-color: rgb(56,119,80); }
td.TdClassName
{
border-color: #387750;
}
.TagClassName
{
border-color: #387750;
}
</style>