Shades of Amazon #407F5F
Tints of Amazon #407F5F
RGB
CMYK
RGB Variations
Color information
#407F5F (or 0x407F5F) is known color: Amazon. HEX triplet: 40, 7F and 5F. RGB value is (64,127,95). Sum of RGB (Red+Green+Blue) = 64+127+95=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #407F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F5F is #BF80A0. Grayscale: #686868. Windows color (decimal): -12550305 or 6258496. OLE color: 6258496.
HSL color Cylindrical-coordinate representation of color #407F5F: hue angle of 149.52º 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 #407F5F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 95 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.50 |
| HSL | 149.52º | 0.33% | 0.37% | - |
| HSV(B) | 149.52º | 0.5% | 0.5% | - |
| XYZ | 11.77 | 17.09 | 13.51 | - |
| YUV | 104.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 95 | 0.50 | 0 | 0.25 | 0.50 | 149.52 | 0.33 | 0.37 |
| Hex | 40 | 7F | 5F | 32 | 0 | 19 | 32 | 96 | 21 | 25 |
| Octal | 100 | 177 | 137 | 62 | 0 | 31 | 62 | 226 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1011111 | 110010 | 0 | 11001 | 110010 | 10010110 | 100001 | 100101 |
Color Harmonies of #407F5F
Complementary color
Monochromatic Colors of #407F5F
Black with #407F5F
Text Example
Text Example
White with #407F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F5F; }
p { color: rgb(64,127,95); }
H1.HeaderClassName
{
color: #407F5F;
}
.AnyTagClassName
{
color: #407F5F;
}
</style>
background-color css
<style>
a { background-color: #407F5F; }
a { background-color: rgb(64,127,95); }
div.DivClassName
{
background-color: #407F5F;
}
.BgClassName
{
background-color: #407F5F;
}
</style>
border-color css
<style>
span { border-color: #407F5F; }
span { border-color: rgb(64,127,95); }
td.TdClassName
{
border-color: #407F5F;
}
.TagClassName
{
border-color: #407F5F;
}
</style>