Shades of Amazon #418654
Tints of Amazon #418654
RGB
CMYK
RGB Variations
Color information
#418654 (or 0x418654) is known color: Amazon. HEX triplet: 41, 86 and 54. RGB value is (65,134,84). Sum of RGB (Red+Green+Blue) = 65+134+84=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #418654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418654 is #BE79AB. Grayscale: #6B6B6B. Windows color (decimal): -12482988 or 5539393. OLE color: 5539393.
HSL color Cylindrical-coordinate representation of color #418654: hue angle of 136.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418654 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 84 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.47 |
| HSL | 136.52º | 0.35% | 0.39% | - |
| HSV(B) | 136.52º | 0.51% | 0.53% | - |
| XYZ | 12.31 | 18.81 | 11.37 | - |
| YUV | 107.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 84 | 0.51 | 0 | 0.37 | 0.47 | 136.52 | 0.35 | 0.39 |
| Hex | 41 | 86 | 54 | 33 | 0 | 25 | 2F | 89 | 23 | 27 |
| Octal | 101 | 206 | 124 | 63 | 0 | 45 | 57 | 211 | 43 | 47 |
| Binary | 1000001 | 10000110 | 1010100 | 110011 | 0 | 100101 | 101111 | 10001001 | 100011 | 100111 |
Color Harmonies of #418654
Complementary color
Monochromatic Colors of #418654
Black with #418654
Text Example
Text Example
White with #418654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418654; }
p { color: rgb(65,134,84); }
H1.HeaderClassName
{
color: #418654;
}
.AnyTagClassName
{
color: #418654;
}
</style>
background-color css
<style>
a { background-color: #418654; }
a { background-color: rgb(65,134,84); }
div.DivClassName
{
background-color: #418654;
}
.BgClassName
{
background-color: #418654;
}
</style>
border-color css
<style>
span { border-color: #418654; }
span { border-color: rgb(65,134,84); }
td.TdClassName
{
border-color: #418654;
}
.TagClassName
{
border-color: #418654;
}
</style>