Shades of Amazon #406F55
Tints of Amazon #406F55
RGB
CMYK
RGB Variations
Color information
#406F55 (or 0x406F55) is known color: Amazon. HEX triplet: 40, 6F and 55. RGB value is (64,111,85). Sum of RGB (Red+Green+Blue) = 64+111+85=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #406F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F55 is #BF90AA. Grayscale: #5E5E5E. Windows color (decimal): -12554411 or 5599040. OLE color: 5599040.
HSL color Cylindrical-coordinate representation of color #406F55: hue angle of 146.81º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F55 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 85 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.56 |
| HSL | 146.81º | 0.27% | 0.34% | - |
| HSV(B) | 146.81º | 0.42% | 0.44% | - |
| XYZ | 9.44 | 13.11 | 10.63 | - |
| YUV | 93.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 85 | 0.42 | 0 | 0.23 | 0.56 | 146.81 | 0.27 | 0.34 |
| Hex | 40 | 6F | 55 | 2A | 0 | 17 | 38 | 93 | 1B | 22 |
| Octal | 100 | 157 | 125 | 52 | 0 | 27 | 70 | 223 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1010101 | 101010 | 0 | 10111 | 111000 | 10010011 | 11011 | 100010 |
Color Harmonies of #406F55
Complementary color
Monochromatic Colors of #406F55
Black with #406F55
Text Example
Text Example
White with #406F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F55; }
p { color: rgb(64,111,85); }
H1.HeaderClassName
{
color: #406F55;
}
.AnyTagClassName
{
color: #406F55;
}
</style>
background-color css
<style>
a { background-color: #406F55; }
a { background-color: rgb(64,111,85); }
div.DivClassName
{
background-color: #406F55;
}
.BgClassName
{
background-color: #406F55;
}
</style>
border-color css
<style>
span { border-color: #406F55; }
span { border-color: rgb(64,111,85); }
td.TdClassName
{
border-color: #406F55;
}
.TagClassName
{
border-color: #406F55;
}
</style>