Shades of Amazon #387654
Tints of Amazon #387654
RGB
CMYK
RGB Variations
Color information
#387654 (or 0x387654) is known color: Amazon. HEX triplet: 38, 76 and 54. RGB value is (56,118,84). Sum of RGB (Red+Green+Blue) = 56+118+84=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #387654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387654 is #C789AB. Grayscale: #5F5F5F. Windows color (decimal): -13076908 or 5535288. OLE color: 5535288.
HSL color Cylindrical-coordinate representation of color #387654: hue angle of 147.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387654 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 118 | 84 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.54 |
| HSL | 147.1º | 0.36% | 0.34% | - |
| HSV(B) | 147.1º | 0.53% | 0.46% | - |
| XYZ | 9.71 | 14.44 | 10.66 | - |
| YUV | 95.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 84 | 0.53 | 0 | 0.29 | 0.54 | 147.1 | 0.36 | 0.34 |
| Hex | 38 | 76 | 54 | 35 | 0 | 1D | 36 | 93 | 24 | 22 |
| Octal | 70 | 166 | 124 | 65 | 0 | 35 | 66 | 223 | 44 | 42 |
| Binary | 111000 | 1110110 | 1010100 | 110101 | 0 | 11101 | 110110 | 10010011 | 100100 | 100010 |
Color Harmonies of #387654
Complementary color
Monochromatic Colors of #387654
Black with #387654
Text Example
Text Example
White with #387654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387654; }
p { color: rgb(56,118,84); }
H1.HeaderClassName
{
color: #387654;
}
.AnyTagClassName
{
color: #387654;
}
</style>
background-color css
<style>
a { background-color: #387654; }
a { background-color: rgb(56,118,84); }
div.DivClassName
{
background-color: #387654;
}
.BgClassName
{
background-color: #387654;
}
</style>
border-color css
<style>
span { border-color: #387654; }
span { border-color: rgb(56,118,84); }
td.TdClassName
{
border-color: #387654;
}
.TagClassName
{
border-color: #387654;
}
</style>