Shades of Amazon #407D55
Tints of Amazon #407D55
RGB
CMYK
RGB Variations
Color information
#407D55 (or 0x407D55) is known color: Amazon. HEX triplet: 40, 7D and 55. RGB value is (64,125,85). Sum of RGB (Red+Green+Blue) = 64+125+85=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #407D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D55 is #BF82AA. Grayscale: #666666. Windows color (decimal): -12550827 or 5602624. OLE color: 5602624.
HSL color Cylindrical-coordinate representation of color #407D55: hue angle of 140.66º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D55 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 85 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.51 |
| HSL | 140.66º | 0.32% | 0.37% | - |
| HSV(B) | 140.66º | 0.49% | 0.49% | - |
| XYZ | 11.09 | 16.41 | 11.18 | - |
| YUV | 102.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 85 | 0.49 | 0 | 0.32 | 0.51 | 140.66 | 0.32 | 0.37 |
| Hex | 40 | 7D | 55 | 31 | 0 | 20 | 33 | 8D | 20 | 25 |
| Octal | 100 | 175 | 125 | 61 | 0 | 40 | 63 | 215 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1010101 | 110001 | 0 | 100000 | 110011 | 10001101 | 100000 | 100101 |
Color Harmonies of #407D55
Complementary color
Monochromatic Colors of #407D55
Black with #407D55
Text Example
Text Example
White with #407D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D55; }
p { color: rgb(64,125,85); }
H1.HeaderClassName
{
color: #407D55;
}
.AnyTagClassName
{
color: #407D55;
}
</style>
background-color css
<style>
a { background-color: #407D55; }
a { background-color: rgb(64,125,85); }
div.DivClassName
{
background-color: #407D55;
}
.BgClassName
{
background-color: #407D55;
}
</style>
border-color css
<style>
span { border-color: #407D55; }
span { border-color: rgb(64,125,85); }
td.TdClassName
{
border-color: #407D55;
}
.TagClassName
{
border-color: #407D55;
}
</style>