Shades of Amazon #387451
Tints of Amazon #387451
RGB
CMYK
RGB Variations
Color information
#387451 (or 0x387451) is known color: Amazon. HEX triplet: 38, 74 and 51. RGB value is (56,116,81). Sum of RGB (Red+Green+Blue) = 56+116+81=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #387451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387451 is #C78BAE. Grayscale: #5E5E5E. Windows color (decimal): -13077423 or 5338168. OLE color: 5338168.
HSL color Cylindrical-coordinate representation of color #387451: hue angle of 145º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387451 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 81 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.55 |
| HSL | 145º | 0.35% | 0.34% | - |
| HSV(B) | 145º | 0.52% | 0.45% | - |
| XYZ | 9.36 | 13.93 | 9.98 | - |
| YUV | 94.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 81 | 0.52 | 0 | 0.30 | 0.55 | 145 | 0.35 | 0.34 |
| Hex | 38 | 74 | 51 | 34 | 0 | 1E | 37 | 91 | 23 | 22 |
| Octal | 70 | 164 | 121 | 64 | 0 | 36 | 67 | 221 | 43 | 42 |
| Binary | 111000 | 1110100 | 1010001 | 110100 | 0 | 11110 | 110111 | 10010001 | 100011 | 100010 |
Color Harmonies of #387451
Complementary color
Monochromatic Colors of #387451
Black with #387451
Text Example
Text Example
White with #387451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387451; }
p { color: rgb(56,116,81); }
H1.HeaderClassName
{
color: #387451;
}
.AnyTagClassName
{
color: #387451;
}
</style>
background-color css
<style>
a { background-color: #387451; }
a { background-color: rgb(56,116,81); }
div.DivClassName
{
background-color: #387451;
}
.BgClassName
{
background-color: #387451;
}
</style>
border-color css
<style>
span { border-color: #387451; }
span { border-color: rgb(56,116,81); }
td.TdClassName
{
border-color: #387451;
}
.TagClassName
{
border-color: #387451;
}
</style>