Shades of Amazon #418959
Tints of Amazon #418959
RGB
CMYK
RGB Variations
Color information
#418959 (or 0x418959) is known color: Amazon. HEX triplet: 41, 89 and 59. RGB value is (65,137,89). Sum of RGB (Red+Green+Blue) = 65+137+89=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #418959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418959 is #BE76A6. Grayscale: #6E6E6E. Windows color (decimal): -12482215 or 5867841. OLE color: 5867841.
HSL color Cylindrical-coordinate representation of color #418959: hue angle of 140º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418959 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 89 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.46 |
| HSL | 140º | 0.36% | 0.4% | - |
| HSV(B) | 140º | 0.53% | 0.54% | - |
| XYZ | 12.93 | 19.74 | 12.58 | - |
| YUV | 110 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 89 | 0.53 | 0 | 0.35 | 0.46 | 140 | 0.36 | 0.4 |
| Hex | 41 | 89 | 59 | 35 | 0 | 23 | 2E | 8C | 24 | 28 |
| Octal | 101 | 211 | 131 | 65 | 0 | 43 | 56 | 214 | 44 | 50 |
| Binary | 1000001 | 10001001 | 1011001 | 110101 | 0 | 100011 | 101110 | 10001100 | 100100 | 101000 |
Color Harmonies of #418959
Complementary color
Monochromatic Colors of #418959
Black with #418959
Text Example
Text Example
White with #418959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418959; }
p { color: rgb(65,137,89); }
H1.HeaderClassName
{
color: #418959;
}
.AnyTagClassName
{
color: #418959;
}
</style>
background-color css
<style>
a { background-color: #418959; }
a { background-color: rgb(65,137,89); }
div.DivClassName
{
background-color: #418959;
}
.BgClassName
{
background-color: #418959;
}
</style>
border-color css
<style>
span { border-color: #418959; }
span { border-color: rgb(65,137,89); }
td.TdClassName
{
border-color: #418959;
}
.TagClassName
{
border-color: #418959;
}
</style>