Shades of Amazon #386F55
Tints of Amazon #386F55
RGB
CMYK
RGB Variations
Color information
#386F55 (or 0x386F55) is known color: Amazon. HEX triplet: 38, 6F and 55. RGB value is (56,111,85). Sum of RGB (Red+Green+Blue) = 56+111+85=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #386F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F55 is #C790AA. Grayscale: #5B5B5B. Windows color (decimal): -13078699 or 5599032. OLE color: 5599032.
HSL color Cylindrical-coordinate representation of color #386F55: hue angle of 151.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F55 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 85 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.56 |
| HSL | 151.64º | 0.33% | 0.33% | - |
| HSV(B) | 151.64º | 0.5% | 0.44% | - |
| XYZ | 8.96 | 12.87 | 10.61 | - |
| YUV | 91.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 85 | 0.50 | 0 | 0.23 | 0.56 | 151.64 | 0.33 | 0.33 |
| Hex | 38 | 6F | 55 | 32 | 0 | 17 | 38 | 98 | 21 | 21 |
| Octal | 70 | 157 | 125 | 62 | 0 | 27 | 70 | 230 | 41 | 41 |
| Binary | 111000 | 1101111 | 1010101 | 110010 | 0 | 10111 | 111000 | 10011000 | 100001 | 100001 |
Color Harmonies of #386F55
Complementary color
Monochromatic Colors of #386F55
Black with #386F55
Text Example
Text Example
White with #386F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F55; }
p { color: rgb(56,111,85); }
H1.HeaderClassName
{
color: #386F55;
}
.AnyTagClassName
{
color: #386F55;
}
</style>
background-color css
<style>
a { background-color: #386F55; }
a { background-color: rgb(56,111,85); }
div.DivClassName
{
background-color: #386F55;
}
.BgClassName
{
background-color: #386F55;
}
</style>
border-color css
<style>
span { border-color: #386F55; }
span { border-color: rgb(56,111,85); }
td.TdClassName
{
border-color: #386F55;
}
.TagClassName
{
border-color: #386F55;
}
</style>