Shades of Amazon #418860
Tints of Amazon #418860
RGB
CMYK
RGB Variations
Color information
#418860 (or 0x418860) is known color: Amazon. HEX triplet: 41, 88 and 60. RGB value is (65,136,96). Sum of RGB (Red+Green+Blue) = 65+136+96=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #418860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418860 is #BE779F. Grayscale: #6E6E6E. Windows color (decimal): -12482464 or 6326337. OLE color: 6326337.
HSL color Cylindrical-coordinate representation of color #418860: hue angle of 146.2º 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 #418860 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 96 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.47 |
| HSL | 146.2º | 0.35% | 0.39% | - |
| HSV(B) | 146.2º | 0.52% | 0.53% | - |
| XYZ | 13.1 | 19.58 | 14.15 | - |
| YUV | 110.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 96 | 0.52 | 0 | 0.29 | 0.47 | 146.2 | 0.35 | 0.39 |
| Hex | 41 | 88 | 60 | 34 | 0 | 1D | 2F | 92 | 23 | 27 |
| Octal | 101 | 210 | 140 | 64 | 0 | 35 | 57 | 222 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1100000 | 110100 | 0 | 11101 | 101111 | 10010010 | 100011 | 100111 |
Color Harmonies of #418860
Complementary color
Monochromatic Colors of #418860
Black with #418860
Text Example
Text Example
White with #418860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418860; }
p { color: rgb(65,136,96); }
H1.HeaderClassName
{
color: #418860;
}
.AnyTagClassName
{
color: #418860;
}
</style>
background-color css
<style>
a { background-color: #418860; }
a { background-color: rgb(65,136,96); }
div.DivClassName
{
background-color: #418860;
}
.BgClassName
{
background-color: #418860;
}
</style>
border-color css
<style>
span { border-color: #418860; }
span { border-color: rgb(65,136,96); }
td.TdClassName
{
border-color: #418860;
}
.TagClassName
{
border-color: #418860;
}
</style>