Shades of Amazon #386E53
Tints of Amazon #386E53
RGB
CMYK
RGB Variations
Color information
#386E53 (or 0x386E53) is known color: Amazon. HEX triplet: 38, 6E and 53. RGB value is (56,110,83). Sum of RGB (Red+Green+Blue) = 56+110+83=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #386E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E53 is #C791AC. Grayscale: #5A5A5A. Windows color (decimal): -13078957 or 5467704. OLE color: 5467704.
HSL color Cylindrical-coordinate representation of color #386E53: hue angle of 150º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E53 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 83 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.57 |
| HSL | 150º | 0.33% | 0.33% | - |
| HSV(B) | 150º | 0.49% | 0.43% | - |
| XYZ | 8.77 | 12.62 | 10.16 | - |
| YUV | 90.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 83 | 0.49 | 0 | 0.25 | 0.57 | 150 | 0.33 | 0.33 |
| Hex | 38 | 6E | 53 | 31 | 0 | 19 | 39 | 96 | 21 | 21 |
| Octal | 70 | 156 | 123 | 61 | 0 | 31 | 71 | 226 | 41 | 41 |
| Binary | 111000 | 1101110 | 1010011 | 110001 | 0 | 11001 | 111001 | 10010110 | 100001 | 100001 |
Color Harmonies of #386E53
Complementary color
Monochromatic Colors of #386E53
Black with #386E53
Text Example
Text Example
White with #386E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E53; }
p { color: rgb(56,110,83); }
H1.HeaderClassName
{
color: #386E53;
}
.AnyTagClassName
{
color: #386E53;
}
</style>
background-color css
<style>
a { background-color: #386E53; }
a { background-color: rgb(56,110,83); }
div.DivClassName
{
background-color: #386E53;
}
.BgClassName
{
background-color: #386E53;
}
</style>
border-color css
<style>
span { border-color: #386E53; }
span { border-color: rgb(56,110,83); }
td.TdClassName
{
border-color: #386E53;
}
.TagClassName
{
border-color: #386E53;
}
</style>