Shades of Amazon #387548
Tints of Amazon #387548
RGB
CMYK
RGB Variations
Color information
#387548 (or 0x387548) is known color: Amazon. HEX triplet: 38, 75 and 48. RGB value is (56,117,72). Sum of RGB (Red+Green+Blue) = 56+117+72=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #387548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387548 is #C78AB7. Grayscale: #5D5D5D. Windows color (decimal): -13077176 or 4748600. OLE color: 4748600.
HSL color Cylindrical-coordinate representation of color #387548: hue angle of 135.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387548 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 72 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.54 |
| HSL | 135.74º | 0.35% | 0.34% | - |
| HSV(B) | 135.74º | 0.52% | 0.46% | - |
| XYZ | 9.16 | 14.03 | 8.36 | - |
| YUV | 93.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 72 | 0.52 | 0 | 0.38 | 0.54 | 135.74 | 0.35 | 0.34 |
| Hex | 38 | 75 | 48 | 34 | 0 | 26 | 36 | 88 | 23 | 22 |
| Octal | 70 | 165 | 110 | 64 | 0 | 46 | 66 | 210 | 43 | 42 |
| Binary | 111000 | 1110101 | 1001000 | 110100 | 0 | 100110 | 110110 | 10001000 | 100011 | 100010 |
Color Harmonies of #387548
Complementary color
Monochromatic Colors of #387548
Black with #387548
Text Example
Text Example
White with #387548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387548; }
p { color: rgb(56,117,72); }
H1.HeaderClassName
{
color: #387548;
}
.AnyTagClassName
{
color: #387548;
}
</style>
background-color css
<style>
a { background-color: #387548; }
a { background-color: rgb(56,117,72); }
div.DivClassName
{
background-color: #387548;
}
.BgClassName
{
background-color: #387548;
}
</style>
border-color css
<style>
span { border-color: #387548; }
span { border-color: rgb(56,117,72); }
td.TdClassName
{
border-color: #387548;
}
.TagClassName
{
border-color: #387548;
}
</style>