Shades of Amazon #386E48
Tints of Amazon #386E48
RGB
CMYK
RGB Variations
Color information
#386E48 (or 0x386E48) is known color: Amazon. HEX triplet: 38, 6E and 48. RGB value is (56,110,72). Sum of RGB (Red+Green+Blue) = 56+110+72=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #386E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E48 is #C791B7. Grayscale: #595959. Windows color (decimal): -13078968 or 4746808. OLE color: 4746808.
HSL color Cylindrical-coordinate representation of color #386E48: hue angle of 137.78º 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 #386E48 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 72 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.57 |
| HSL | 137.78º | 0.33% | 0.33% | - |
| HSV(B) | 137.78º | 0.49% | 0.43% | - |
| XYZ | 8.38 | 12.46 | 8.09 | - |
| YUV | 89.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 72 | 0.49 | 0 | 0.35 | 0.57 | 137.78 | 0.33 | 0.33 |
| Hex | 38 | 6E | 48 | 31 | 0 | 23 | 39 | 8A | 21 | 21 |
| Octal | 70 | 156 | 110 | 61 | 0 | 43 | 71 | 212 | 41 | 41 |
| Binary | 111000 | 1101110 | 1001000 | 110001 | 0 | 100011 | 111001 | 10001010 | 100001 | 100001 |
Color Harmonies of #386E48
Complementary color
Monochromatic Colors of #386E48
Black with #386E48
Text Example
Text Example
White with #386E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E48; }
p { color: rgb(56,110,72); }
H1.HeaderClassName
{
color: #386E48;
}
.AnyTagClassName
{
color: #386E48;
}
</style>
background-color css
<style>
a { background-color: #386E48; }
a { background-color: rgb(56,110,72); }
div.DivClassName
{
background-color: #386E48;
}
.BgClassName
{
background-color: #386E48;
}
</style>
border-color css
<style>
span { border-color: #386E48; }
span { border-color: rgb(56,110,72); }
td.TdClassName
{
border-color: #386E48;
}
.TagClassName
{
border-color: #386E48;
}
</style>