Shades of Amazon #418A5E
Tints of Amazon #418A5E
RGB
CMYK
RGB Variations
Color information
#418A5E (or 0x418A5E) is known color: Amazon. HEX triplet: 41, 8A and 5E. RGB value is (65,138,94). Sum of RGB (Red+Green+Blue) = 65+138+94=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #418A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A5E is #BE75A1. Grayscale: #6F6F6F. Windows color (decimal): -12481954 or 6195777. OLE color: 6195777.
HSL color Cylindrical-coordinate representation of color #418A5E: hue angle of 143.84º 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 #418A5E is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 94 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.46 |
| HSL | 143.84º | 0.36% | 0.4% | - |
| HSV(B) | 143.84º | 0.53% | 0.54% | - |
| XYZ | 13.29 | 20.11 | 13.77 | - |
| YUV | 111.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 94 | 0.53 | 0 | 0.32 | 0.46 | 143.84 | 0.36 | 0.4 |
| Hex | 41 | 8A | 5E | 35 | 0 | 20 | 2E | 90 | 24 | 28 |
| Octal | 101 | 212 | 136 | 65 | 0 | 40 | 56 | 220 | 44 | 50 |
| Binary | 1000001 | 10001010 | 1011110 | 110101 | 0 | 100000 | 101110 | 10010000 | 100100 | 101000 |
Color Harmonies of #418A5E
Complementary color
Monochromatic Colors of #418A5E
Black with #418A5E
Text Example
Text Example
White with #418A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A5E; }
p { color: rgb(65,138,94); }
H1.HeaderClassName
{
color: #418A5E;
}
.AnyTagClassName
{
color: #418A5E;
}
</style>
background-color css
<style>
a { background-color: #418A5E; }
a { background-color: rgb(65,138,94); }
div.DivClassName
{
background-color: #418A5E;
}
.BgClassName
{
background-color: #418A5E;
}
</style>
border-color css
<style>
span { border-color: #418A5E; }
span { border-color: rgb(65,138,94); }
td.TdClassName
{
border-color: #418A5E;
}
.TagClassName
{
border-color: #418A5E;
}
</style>