Shades of Amazon #387D54
Tints of Amazon #387D54
RGB
CMYK
RGB Variations
Color information
#387D54 (or 0x387D54) is known color: Amazon. HEX triplet: 38, 7D and 54. RGB value is (56,125,84). Sum of RGB (Red+Green+Blue) = 56+125+84=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #387D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D54 is #C782AB. Grayscale: #636363. Windows color (decimal): -13075116 or 5537080. OLE color: 5537080.
HSL color Cylindrical-coordinate representation of color #387D54: hue angle of 144.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D54 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 84 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.51 |
| HSL | 144.35º | 0.38% | 0.35% | - |
| HSV(B) | 144.35º | 0.55% | 0.49% | - |
| XYZ | 10.56 | 16.15 | 10.95 | - |
| YUV | 99.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 84 | 0.55 | 0 | 0.33 | 0.51 | 144.35 | 0.38 | 0.35 |
| Hex | 38 | 7D | 54 | 37 | 0 | 21 | 33 | 90 | 26 | 23 |
| Octal | 70 | 175 | 124 | 67 | 0 | 41 | 63 | 220 | 46 | 43 |
| Binary | 111000 | 1111101 | 1010100 | 110111 | 0 | 100001 | 110011 | 10010000 | 100110 | 100011 |
Color Harmonies of #387D54
Complementary color
Monochromatic Colors of #387D54
Black with #387D54
Text Example
Text Example
White with #387D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D54; }
p { color: rgb(56,125,84); }
H1.HeaderClassName
{
color: #387D54;
}
.AnyTagClassName
{
color: #387D54;
}
</style>
background-color css
<style>
a { background-color: #387D54; }
a { background-color: rgb(56,125,84); }
div.DivClassName
{
background-color: #387D54;
}
.BgClassName
{
background-color: #387D54;
}
</style>
border-color css
<style>
span { border-color: #387D54; }
span { border-color: rgb(56,125,84); }
td.TdClassName
{
border-color: #387D54;
}
.TagClassName
{
border-color: #387D54;
}
</style>