Shades of Amazon #407655
Tints of Amazon #407655
RGB
CMYK
RGB Variations
Color information
#407655 (or 0x407655) is known color: Amazon. HEX triplet: 40, 76 and 55. RGB value is (64,118,85). Sum of RGB (Red+Green+Blue) = 64+118+85=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #407655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407655 is #BF89AA. Grayscale: #626262. Windows color (decimal): -12552619 or 5600832. OLE color: 5600832.
HSL color Cylindrical-coordinate representation of color #407655: hue angle of 143.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407655 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 85 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.54 |
| HSL | 143.33º | 0.3% | 0.36% | - |
| HSV(B) | 143.33º | 0.46% | 0.46% | - |
| XYZ | 10.23 | 14.7 | 10.89 | - |
| YUV | 98.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 85 | 0.46 | 0 | 0.28 | 0.54 | 143.33 | 0.3 | 0.36 |
| Hex | 40 | 76 | 55 | 2E | 0 | 1C | 36 | 8F | 1E | 24 |
| Octal | 100 | 166 | 125 | 56 | 0 | 34 | 66 | 217 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1010101 | 101110 | 0 | 11100 | 110110 | 10001111 | 11110 | 100100 |
Color Harmonies of #407655
Complementary color
Monochromatic Colors of #407655
Black with #407655
Text Example
Text Example
White with #407655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407655; }
p { color: rgb(64,118,85); }
H1.HeaderClassName
{
color: #407655;
}
.AnyTagClassName
{
color: #407655;
}
</style>
background-color css
<style>
a { background-color: #407655; }
a { background-color: rgb(64,118,85); }
div.DivClassName
{
background-color: #407655;
}
.BgClassName
{
background-color: #407655;
}
</style>
border-color css
<style>
span { border-color: #407655; }
span { border-color: rgb(64,118,85); }
td.TdClassName
{
border-color: #407655;
}
.TagClassName
{
border-color: #407655;
}
</style>