Shades of Amazon #407C5F
Tints of Amazon #407C5F
RGB
CMYK
RGB Variations
Color information
#407C5F (or 0x407C5F) is known color: Amazon. HEX triplet: 40, 7C and 5F. RGB value is (64,124,95). Sum of RGB (Red+Green+Blue) = 64+124+95=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #407C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C5F is #BF83A0. Grayscale: #666666. Windows color (decimal): -12551073 or 6257728. OLE color: 6257728.
HSL color Cylindrical-coordinate representation of color #407C5F: hue angle of 151º 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 #407C5F is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 95 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.51 |
| HSL | 151º | 0.32% | 0.37% | - |
| HSV(B) | 151º | 0.48% | 0.49% | - |
| XYZ | 11.39 | 16.33 | 13.38 | - |
| YUV | 102.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 95 | 0.48 | 0 | 0.23 | 0.51 | 151 | 0.32 | 0.37 |
| Hex | 40 | 7C | 5F | 30 | 0 | 17 | 33 | 97 | 20 | 25 |
| Octal | 100 | 174 | 137 | 60 | 0 | 27 | 63 | 227 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1011111 | 110000 | 0 | 10111 | 110011 | 10010111 | 100000 | 100101 |
Color Harmonies of #407C5F
Complementary color
Monochromatic Colors of #407C5F
Black with #407C5F
Text Example
Text Example
White with #407C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C5F; }
p { color: rgb(64,124,95); }
H1.HeaderClassName
{
color: #407C5F;
}
.AnyTagClassName
{
color: #407C5F;
}
</style>
background-color css
<style>
a { background-color: #407C5F; }
a { background-color: rgb(64,124,95); }
div.DivClassName
{
background-color: #407C5F;
}
.BgClassName
{
background-color: #407C5F;
}
</style>
border-color css
<style>
span { border-color: #407C5F; }
span { border-color: rgb(64,124,95); }
td.TdClassName
{
border-color: #407C5F;
}
.TagClassName
{
border-color: #407C5F;
}
</style>