Shades of Amazon #387E5F
Tints of Amazon #387E5F
RGB
CMYK
RGB Variations
Color information
#387E5F (or 0x387E5F) is known color: Amazon. HEX triplet: 38, 7E and 5F. RGB value is (56,126,95). Sum of RGB (Red+Green+Blue) = 56+126+95=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #387E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E5F is #C781A0. Grayscale: #656565. Windows color (decimal): -13074849 or 6258232. OLE color: 6258232.
HSL color Cylindrical-coordinate representation of color #387E5F: hue angle of 153.43º 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 #387E5F is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 95 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.51 |
| HSL | 153.43º | 0.38% | 0.36% | - |
| HSV(B) | 153.43º | 0.56% | 0.49% | - |
| XYZ | 11.16 | 16.59 | 13.44 | - |
| YUV | 101.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 95 | 0.56 | 0 | 0.25 | 0.51 | 153.43 | 0.38 | 0.36 |
| Hex | 38 | 7E | 5F | 38 | 0 | 19 | 33 | 99 | 26 | 24 |
| Octal | 70 | 176 | 137 | 70 | 0 | 31 | 63 | 231 | 46 | 44 |
| Binary | 111000 | 1111110 | 1011111 | 111000 | 0 | 11001 | 110011 | 10011001 | 100110 | 100100 |
Color Harmonies of #387E5F
Complementary color
Monochromatic Colors of #387E5F
Black with #387E5F
Text Example
Text Example
White with #387E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E5F; }
p { color: rgb(56,126,95); }
H1.HeaderClassName
{
color: #387E5F;
}
.AnyTagClassName
{
color: #387E5F;
}
</style>
background-color css
<style>
a { background-color: #387E5F; }
a { background-color: rgb(56,126,95); }
div.DivClassName
{
background-color: #387E5F;
}
.BgClassName
{
background-color: #387E5F;
}
</style>
border-color css
<style>
span { border-color: #387E5F; }
span { border-color: rgb(56,126,95); }
td.TdClassName
{
border-color: #387E5F;
}
.TagClassName
{
border-color: #387E5F;
}
</style>