Shades of Amazon #406C50
Tints of Amazon #406C50
RGB
CMYK
RGB Variations
Color information
#406C50 (or 0x406C50) is known color: Amazon. HEX triplet: 40, 6C and 50. RGB value is (64,108,80). Sum of RGB (Red+Green+Blue) = 64+108+80=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #406C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C50 is #BF93AF. Grayscale: #5B5B5B. Windows color (decimal): -12555184 or 5270592. OLE color: 5270592.
HSL color Cylindrical-coordinate representation of color #406C50: hue angle of 141.82º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C50 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 108 | 80 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.58 |
| HSL | 141.82º | 0.26% | 0.34% | - |
| HSV(B) | 141.82º | 0.41% | 0.42% | - |
| XYZ | 8.92 | 12.39 | 9.51 | - |
| YUV | 91.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 80 | 0.41 | 0 | 0.26 | 0.58 | 141.82 | 0.26 | 0.34 |
| Hex | 40 | 6C | 50 | 29 | 0 | 1A | 3A | 8E | 1A | 22 |
| Octal | 100 | 154 | 120 | 51 | 0 | 32 | 72 | 216 | 32 | 42 |
| Binary | 1000000 | 1101100 | 1010000 | 101001 | 0 | 11010 | 111010 | 10001110 | 11010 | 100010 |
Color Harmonies of #406C50
Complementary color
Monochromatic Colors of #406C50
Black with #406C50
Text Example
Text Example
White with #406C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C50; }
p { color: rgb(64,108,80); }
H1.HeaderClassName
{
color: #406C50;
}
.AnyTagClassName
{
color: #406C50;
}
</style>
background-color css
<style>
a { background-color: #406C50; }
a { background-color: rgb(64,108,80); }
div.DivClassName
{
background-color: #406C50;
}
.BgClassName
{
background-color: #406C50;
}
</style>
border-color css
<style>
span { border-color: #406C50; }
span { border-color: rgb(64,108,80); }
td.TdClassName
{
border-color: #406C50;
}
.TagClassName
{
border-color: #406C50;
}
</style>