Shades of Amazon #407C5B
Tints of Amazon #407C5B
RGB
CMYK
RGB Variations
Color information
#407C5B (or 0x407C5B) is known color: Amazon. HEX triplet: 40, 7C and 5B. RGB value is (64,124,91). Sum of RGB (Red+Green+Blue) = 64+124+91=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #407C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C5B is #BF83A4. Grayscale: #666666. Windows color (decimal): -12551077 or 5995584. OLE color: 5995584.
HSL color Cylindrical-coordinate representation of color #407C5B: hue angle of 147º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C5B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 91 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.51 |
| HSL | 147º | 0.32% | 0.37% | - |
| HSV(B) | 147º | 0.48% | 0.49% | - |
| XYZ | 11.21 | 16.26 | 12.45 | - |
| YUV | 102.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 91 | 0.48 | 0 | 0.27 | 0.51 | 147 | 0.32 | 0.37 |
| Hex | 40 | 7C | 5B | 30 | 0 | 1B | 33 | 93 | 20 | 25 |
| Octal | 100 | 174 | 133 | 60 | 0 | 33 | 63 | 223 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1011011 | 110000 | 0 | 11011 | 110011 | 10010011 | 100000 | 100101 |
Color Harmonies of #407C5B
Complementary color
Monochromatic Colors of #407C5B
Black with #407C5B
Text Example
Text Example
White with #407C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C5B; }
p { color: rgb(64,124,91); }
H1.HeaderClassName
{
color: #407C5B;
}
.AnyTagClassName
{
color: #407C5B;
}
</style>
background-color css
<style>
a { background-color: #407C5B; }
a { background-color: rgb(64,124,91); }
div.DivClassName
{
background-color: #407C5B;
}
.BgClassName
{
background-color: #407C5B;
}
</style>
border-color css
<style>
span { border-color: #407C5B; }
span { border-color: rgb(64,124,91); }
td.TdClassName
{
border-color: #407C5B;
}
.TagClassName
{
border-color: #407C5B;
}
</style>