Shades of Amazon #387D5F
Tints of Amazon #387D5F
RGB
CMYK
RGB Variations
Color information
#387D5F (or 0x387D5F) is known color: Amazon. HEX triplet: 38, 7D and 5F. RGB value is (56,125,95). Sum of RGB (Red+Green+Blue) = 56+125+95=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #387D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D5F is #C782A0. Grayscale: #656565. Windows color (decimal): -13075105 or 6257976. OLE color: 6257976.
HSL color Cylindrical-coordinate representation of color #387D5F: hue angle of 153.91º 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 #387D5F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 95 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.51 |
| HSL | 153.91º | 0.38% | 0.35% | - |
| HSV(B) | 153.91º | 0.55% | 0.49% | - |
| XYZ | 11.03 | 16.33 | 13.4 | - |
| YUV | 100.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 95 | 0.55 | 0 | 0.24 | 0.51 | 153.91 | 0.38 | 0.35 |
| Hex | 38 | 7D | 5F | 37 | 0 | 18 | 33 | 9A | 26 | 23 |
| Octal | 70 | 175 | 137 | 67 | 0 | 30 | 63 | 232 | 46 | 43 |
| Binary | 111000 | 1111101 | 1011111 | 110111 | 0 | 11000 | 110011 | 10011010 | 100110 | 100011 |
Color Harmonies of #387D5F
Complementary color
Monochromatic Colors of #387D5F
Black with #387D5F
Text Example
Text Example
White with #387D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D5F; }
p { color: rgb(56,125,95); }
H1.HeaderClassName
{
color: #387D5F;
}
.AnyTagClassName
{
color: #387D5F;
}
</style>
background-color css
<style>
a { background-color: #387D5F; }
a { background-color: rgb(56,125,95); }
div.DivClassName
{
background-color: #387D5F;
}
.BgClassName
{
background-color: #387D5F;
}
</style>
border-color css
<style>
span { border-color: #387D5F; }
span { border-color: rgb(56,125,95); }
td.TdClassName
{
border-color: #387D5F;
}
.TagClassName
{
border-color: #387D5F;
}
</style>