Shades of Amazon #418059
Tints of Amazon #418059
RGB
CMYK
RGB Variations
Color information
#418059 (or 0x418059) is known color: Amazon. HEX triplet: 41, 80 and 59. RGB value is (65,128,89). Sum of RGB (Red+Green+Blue) = 65+128+89=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #418059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418059 is #BE7FA6. Grayscale: #686868. Windows color (decimal): -12484519 or 5865537. OLE color: 5865537.
HSL color Cylindrical-coordinate representation of color #418059: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418059 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 89 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.50 |
| HSL | 142.86º | 0.33% | 0.38% | - |
| HSV(B) | 142.86º | 0.49% | 0.5% | - |
| XYZ | 11.7 | 17.28 | 12.17 | - |
| YUV | 104.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 89 | 0.49 | 0 | 0.30 | 0.50 | 142.86 | 0.33 | 0.38 |
| Hex | 41 | 80 | 59 | 31 | 0 | 1E | 32 | 8F | 21 | 26 |
| Octal | 101 | 200 | 131 | 61 | 0 | 36 | 62 | 217 | 41 | 46 |
| Binary | 1000001 | 10000000 | 1011001 | 110001 | 0 | 11110 | 110010 | 10001111 | 100001 | 100110 |
Color Harmonies of #418059
Complementary color
Monochromatic Colors of #418059
Black with #418059
Text Example
Text Example
White with #418059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418059; }
p { color: rgb(65,128,89); }
H1.HeaderClassName
{
color: #418059;
}
.AnyTagClassName
{
color: #418059;
}
</style>
background-color css
<style>
a { background-color: #418059; }
a { background-color: rgb(65,128,89); }
div.DivClassName
{
background-color: #418059;
}
.BgClassName
{
background-color: #418059;
}
</style>
border-color css
<style>
span { border-color: #418059; }
span { border-color: rgb(65,128,89); }
td.TdClassName
{
border-color: #418059;
}
.TagClassName
{
border-color: #418059;
}
</style>