Shades of Amazon #407F55
Tints of Amazon #407F55
RGB
CMYK
RGB Variations
Color information
#407F55 (or 0x407F55) is known color: Amazon. HEX triplet: 40, 7F and 55. RGB value is (64,127,85). Sum of RGB (Red+Green+Blue) = 64+127+85=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #407F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F55 is #BF80AA. Grayscale: #676767. Windows color (decimal): -12550315 or 5603136. OLE color: 5603136.
HSL color Cylindrical-coordinate representation of color #407F55: hue angle of 140º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F55 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 85 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.50 |
| HSL | 140º | 0.33% | 0.37% | - |
| HSV(B) | 140º | 0.5% | 0.5% | - |
| XYZ | 11.34 | 16.92 | 11.26 | - |
| YUV | 103.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 85 | 0.50 | 0 | 0.33 | 0.50 | 140 | 0.33 | 0.37 |
| Hex | 40 | 7F | 55 | 32 | 0 | 21 | 32 | 8C | 21 | 25 |
| Octal | 100 | 177 | 125 | 62 | 0 | 41 | 62 | 214 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1010101 | 110010 | 0 | 100001 | 110010 | 10001100 | 100001 | 100101 |
Color Harmonies of #407F55
Complementary color
Monochromatic Colors of #407F55
Black with #407F55
Text Example
Text Example
White with #407F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F55; }
p { color: rgb(64,127,85); }
H1.HeaderClassName
{
color: #407F55;
}
.AnyTagClassName
{
color: #407F55;
}
</style>
background-color css
<style>
a { background-color: #407F55; }
a { background-color: rgb(64,127,85); }
div.DivClassName
{
background-color: #407F55;
}
.BgClassName
{
background-color: #407F55;
}
</style>
border-color css
<style>
span { border-color: #407F55; }
span { border-color: rgb(64,127,85); }
td.TdClassName
{
border-color: #407F55;
}
.TagClassName
{
border-color: #407F55;
}
</style>