Shades of Amazon #418759
Tints of Amazon #418759
RGB
CMYK
RGB Variations
Color information
#418759 (or 0x418759) is known color: Amazon. HEX triplet: 41, 87 and 59. RGB value is (65,135,89). Sum of RGB (Red+Green+Blue) = 65+135+89=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #418759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418759 is #BE78A6. Grayscale: #6C6C6C. Windows color (decimal): -12482727 or 5867329. OLE color: 5867329.
HSL color Cylindrical-coordinate representation of color #418759: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418759 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 89 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.47 |
| HSL | 140.57º | 0.35% | 0.39% | - |
| HSV(B) | 140.57º | 0.52% | 0.53% | - |
| XYZ | 12.65 | 19.17 | 12.49 | - |
| YUV | 108.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 89 | 0.52 | 0 | 0.34 | 0.47 | 140.57 | 0.35 | 0.39 |
| Hex | 41 | 87 | 59 | 34 | 0 | 22 | 2F | 8D | 23 | 27 |
| Octal | 101 | 207 | 131 | 64 | 0 | 42 | 57 | 215 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1011001 | 110100 | 0 | 100010 | 101111 | 10001101 | 100011 | 100111 |
Color Harmonies of #418759
Complementary color
Monochromatic Colors of #418759
Black with #418759
Text Example
Text Example
White with #418759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418759; }
p { color: rgb(65,135,89); }
H1.HeaderClassName
{
color: #418759;
}
.AnyTagClassName
{
color: #418759;
}
</style>
background-color css
<style>
a { background-color: #418759; }
a { background-color: rgb(65,135,89); }
div.DivClassName
{
background-color: #418759;
}
.BgClassName
{
background-color: #418759;
}
</style>
border-color css
<style>
span { border-color: #418759; }
span { border-color: rgb(65,135,89); }
td.TdClassName
{
border-color: #418759;
}
.TagClassName
{
border-color: #418759;
}
</style>