Shades of Amazon #387153
Tints of Amazon #387153
RGB
CMYK
RGB Variations
Color information
#387153 (or 0x387153) is known color: Amazon. HEX triplet: 38, 71 and 53. RGB value is (56,113,83). Sum of RGB (Red+Green+Blue) = 56+113+83=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #387153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387153 is #C78EAC. Grayscale: #5C5C5C. Windows color (decimal): -13078189 or 5468472. OLE color: 5468472.
HSL color Cylindrical-coordinate representation of color #387153: hue angle of 148.42º degrees, saturation: 0.34, 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 #387153 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 113 | 83 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.56 |
| HSL | 148.42º | 0.34% | 0.33% | - |
| HSV(B) | 148.42º | 0.5% | 0.44% | - |
| XYZ | 9.1 | 13.28 | 10.27 | - |
| YUV | 92.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 83 | 0.50 | 0 | 0.27 | 0.56 | 148.42 | 0.34 | 0.33 |
| Hex | 38 | 71 | 53 | 32 | 0 | 1B | 38 | 94 | 22 | 21 |
| Octal | 70 | 161 | 123 | 62 | 0 | 33 | 70 | 224 | 42 | 41 |
| Binary | 111000 | 1110001 | 1010011 | 110010 | 0 | 11011 | 111000 | 10010100 | 100010 | 100001 |
Color Harmonies of #387153
Complementary color
Monochromatic Colors of #387153
Black with #387153
Text Example
Text Example
White with #387153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387153; }
p { color: rgb(56,113,83); }
H1.HeaderClassName
{
color: #387153;
}
.AnyTagClassName
{
color: #387153;
}
</style>
background-color css
<style>
a { background-color: #387153; }
a { background-color: rgb(56,113,83); }
div.DivClassName
{
background-color: #387153;
}
.BgClassName
{
background-color: #387153;
}
</style>
border-color css
<style>
span { border-color: #387153; }
span { border-color: rgb(56,113,83); }
td.TdClassName
{
border-color: #387153;
}
.TagClassName
{
border-color: #387153;
}
</style>