Shades of Amazon #418858
Tints of Amazon #418858
RGB
CMYK
RGB Variations
Color information
#418858 (or 0x418858) is known color: Amazon. HEX triplet: 41, 88 and 58. RGB value is (65,136,88). Sum of RGB (Red+Green+Blue) = 65+136+88=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #418858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418858 is #BE77A7. Grayscale: #6D6D6D. Windows color (decimal): -12482472 or 5802049. OLE color: 5802049.
HSL color Cylindrical-coordinate representation of color #418858: hue angle of 139.44º 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 #418858 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 88 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.47 |
| HSL | 139.44º | 0.35% | 0.39% | - |
| HSV(B) | 139.44º | 0.52% | 0.53% | - |
| XYZ | 12.75 | 19.44 | 12.31 | - |
| YUV | 109.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 88 | 0.52 | 0 | 0.35 | 0.47 | 139.44 | 0.35 | 0.39 |
| Hex | 41 | 88 | 58 | 34 | 0 | 23 | 2F | 8B | 23 | 27 |
| Octal | 101 | 210 | 130 | 64 | 0 | 43 | 57 | 213 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1011000 | 110100 | 0 | 100011 | 101111 | 10001011 | 100011 | 100111 |
Color Harmonies of #418858
Complementary color
Monochromatic Colors of #418858
Black with #418858
Text Example
Text Example
White with #418858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418858; }
p { color: rgb(65,136,88); }
H1.HeaderClassName
{
color: #418858;
}
.AnyTagClassName
{
color: #418858;
}
</style>
background-color css
<style>
a { background-color: #418858; }
a { background-color: rgb(65,136,88); }
div.DivClassName
{
background-color: #418858;
}
.BgClassName
{
background-color: #418858;
}
</style>
border-color css
<style>
span { border-color: #418858; }
span { border-color: rgb(65,136,88); }
td.TdClassName
{
border-color: #418858;
}
.TagClassName
{
border-color: #418858;
}
</style>