Shades of Amazon #407D5C
Tints of Amazon #407D5C
RGB
CMYK
RGB Variations
Color information
#407D5C (or 0x407D5C) is known color: Amazon. HEX triplet: 40, 7D and 5C. RGB value is (64,125,92). Sum of RGB (Red+Green+Blue) = 64+125+92=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #407D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D5C is #BF82A3. Grayscale: #676767. Windows color (decimal): -12550820 or 6061376. OLE color: 6061376.
HSL color Cylindrical-coordinate representation of color #407D5C: hue angle of 147.54º 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 #407D5C is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 92 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.51 |
| HSL | 147.54º | 0.32% | 0.37% | - |
| HSV(B) | 147.54º | 0.49% | 0.49% | - |
| XYZ | 11.38 | 16.53 | 12.72 | - |
| YUV | 103 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 92 | 0.49 | 0 | 0.26 | 0.51 | 147.54 | 0.32 | 0.37 |
| Hex | 40 | 7D | 5C | 31 | 0 | 1A | 33 | 94 | 20 | 25 |
| Octal | 100 | 175 | 134 | 61 | 0 | 32 | 63 | 224 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1011100 | 110001 | 0 | 11010 | 110011 | 10010100 | 100000 | 100101 |
Color Harmonies of #407D5C
Complementary color
Monochromatic Colors of #407D5C
Black with #407D5C
Text Example
Text Example
White with #407D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D5C; }
p { color: rgb(64,125,92); }
H1.HeaderClassName
{
color: #407D5C;
}
.AnyTagClassName
{
color: #407D5C;
}
</style>
background-color css
<style>
a { background-color: #407D5C; }
a { background-color: rgb(64,125,92); }
div.DivClassName
{
background-color: #407D5C;
}
.BgClassName
{
background-color: #407D5C;
}
</style>
border-color css
<style>
span { border-color: #407D5C; }
span { border-color: rgb(64,125,92); }
td.TdClassName
{
border-color: #407D5C;
}
.TagClassName
{
border-color: #407D5C;
}
</style>