Shades of Amazon #387955
Tints of Amazon #387955
RGB
CMYK
RGB Variations
Color information
#387955 (or 0x387955) is known color: Amazon. HEX triplet: 38, 79 and 55. RGB value is (56,121,85). Sum of RGB (Red+Green+Blue) = 56+121+85=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #387955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387955 is #C786AA. Grayscale: #616161. Windows color (decimal): -13076139 or 5601592. OLE color: 5601592.
HSL color Cylindrical-coordinate representation of color #387955: hue angle of 146.77º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387955 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 121 | 85 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.53 |
| HSL | 146.77º | 0.37% | 0.35% | - |
| HSV(B) | 146.77º | 0.54% | 0.47% | - |
| XYZ | 10.11 | 15.17 | 10.99 | - |
| YUV | 97.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 85 | 0.54 | 0 | 0.30 | 0.53 | 146.77 | 0.37 | 0.35 |
| Hex | 38 | 79 | 55 | 36 | 0 | 1E | 35 | 93 | 25 | 23 |
| Octal | 70 | 171 | 125 | 66 | 0 | 36 | 65 | 223 | 45 | 43 |
| Binary | 111000 | 1111001 | 1010101 | 110110 | 0 | 11110 | 110101 | 10010011 | 100101 | 100011 |
Color Harmonies of #387955
Complementary color
Monochromatic Colors of #387955
Black with #387955
Text Example
Text Example
White with #387955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387955; }
p { color: rgb(56,121,85); }
H1.HeaderClassName
{
color: #387955;
}
.AnyTagClassName
{
color: #387955;
}
</style>
background-color css
<style>
a { background-color: #387955; }
a { background-color: rgb(56,121,85); }
div.DivClassName
{
background-color: #387955;
}
.BgClassName
{
background-color: #387955;
}
</style>
border-color css
<style>
span { border-color: #387955; }
span { border-color: rgb(56,121,85); }
td.TdClassName
{
border-color: #387955;
}
.TagClassName
{
border-color: #387955;
}
</style>