Shades of Amazon #417B5E
Tints of Amazon #417B5E
RGB
CMYK
RGB Variations
Color information
#417B5E (or 0x417B5E) is known color: Amazon. HEX triplet: 41, 7B and 5E. RGB value is (65,123,94). Sum of RGB (Red+Green+Blue) = 65+123+94=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5E is #BE84A1. Grayscale: #666666. Windows color (decimal): -12485794 or 6191937. OLE color: 6191937.
HSL color Cylindrical-coordinate representation of color #417B5E: hue angle of 150º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B5E is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 94 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.52 |
| HSL | 150º | 0.31% | 0.37% | - |
| HSV(B) | 150º | 0.47% | 0.48% | - |
| XYZ | 11.28 | 16.1 | 13.1 | - |
| YUV | 102.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 94 | 0.47 | 0 | 0.24 | 0.52 | 150 | 0.31 | 0.37 |
| Hex | 41 | 7B | 5E | 2F | 0 | 18 | 34 | 96 | 1F | 25 |
| Octal | 101 | 173 | 136 | 57 | 0 | 30 | 64 | 226 | 37 | 45 |
| Binary | 1000001 | 1111011 | 1011110 | 101111 | 0 | 11000 | 110100 | 10010110 | 11111 | 100101 |
Color Harmonies of #417B5E
Complementary color
Monochromatic Colors of #417B5E
Black with #417B5E
Text Example
Text Example
White with #417B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B5E; }
p { color: rgb(65,123,94); }
H1.HeaderClassName
{
color: #417B5E;
}
.AnyTagClassName
{
color: #417B5E;
}
</style>
background-color css
<style>
a { background-color: #417B5E; }
a { background-color: rgb(65,123,94); }
div.DivClassName
{
background-color: #417B5E;
}
.BgClassName
{
background-color: #417B5E;
}
</style>
border-color css
<style>
span { border-color: #417B5E; }
span { border-color: rgb(65,123,94); }
td.TdClassName
{
border-color: #417B5E;
}
.TagClassName
{
border-color: #417B5E;
}
</style>