Shades of Amazon #387E4C
Tints of Amazon #387E4C
RGB
CMYK
RGB Variations
Color information
#387E4C (or 0x387E4C) is known color: Amazon. HEX triplet: 38, 7E and 4C. RGB value is (56,126,76). Sum of RGB (Red+Green+Blue) = 56+126+76=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #387E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E4C is #C781B3. Grayscale: #636363. Windows color (decimal): -13074868 or 5013048. OLE color: 5013048.
HSL color Cylindrical-coordinate representation of color #387E4C: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E4C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 76 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.51 |
| HSL | 137.14º | 0.38% | 0.36% | - |
| HSV(B) | 137.14º | 0.56% | 0.49% | - |
| XYZ | 10.4 | 16.28 | 9.43 | - |
| YUV | 99.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 76 | 0.56 | 0 | 0.40 | 0.51 | 137.14 | 0.38 | 0.36 |
| Hex | 38 | 7E | 4C | 38 | 0 | 28 | 33 | 89 | 26 | 24 |
| Octal | 70 | 176 | 114 | 70 | 0 | 50 | 63 | 211 | 46 | 44 |
| Binary | 111000 | 1111110 | 1001100 | 111000 | 0 | 101000 | 110011 | 10001001 | 100110 | 100100 |
Color Harmonies of #387E4C
Complementary color
Monochromatic Colors of #387E4C
Black with #387E4C
Text Example
Text Example
White with #387E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E4C; }
p { color: rgb(56,126,76); }
H1.HeaderClassName
{
color: #387E4C;
}
.AnyTagClassName
{
color: #387E4C;
}
</style>
background-color css
<style>
a { background-color: #387E4C; }
a { background-color: rgb(56,126,76); }
div.DivClassName
{
background-color: #387E4C;
}
.BgClassName
{
background-color: #387E4C;
}
</style>
border-color css
<style>
span { border-color: #387E4C; }
span { border-color: rgb(56,126,76); }
td.TdClassName
{
border-color: #387E4C;
}
.TagClassName
{
border-color: #387E4C;
}
</style>