Shades of Amazon #417B5A
Tints of Amazon #417B5A
RGB
CMYK
RGB Variations
Color information
#417B5A (or 0x417B5A) is known color: Amazon. HEX triplet: 41, 7B and 5A. RGB value is (65,123,90). Sum of RGB (Red+Green+Blue) = 65+123+90=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5A is #BE84A5. Grayscale: #656565. Windows color (decimal): -12485798 or 5929793. OLE color: 5929793.
HSL color Cylindrical-coordinate representation of color #417B5A: hue angle of 145.86º 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 #417B5A is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 90 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.52 |
| HSL | 145.86º | 0.31% | 0.37% | - |
| HSV(B) | 145.86º | 0.47% | 0.48% | - |
| XYZ | 11.11 | 16.03 | 12.18 | - |
| YUV | 101.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 90 | 0.47 | 0 | 0.27 | 0.52 | 145.86 | 0.31 | 0.37 |
| Hex | 41 | 7B | 5A | 2F | 0 | 1B | 34 | 92 | 1F | 25 |
| Octal | 101 | 173 | 132 | 57 | 0 | 33 | 64 | 222 | 37 | 45 |
| Binary | 1000001 | 1111011 | 1011010 | 101111 | 0 | 11011 | 110100 | 10010010 | 11111 | 100101 |
Color Harmonies of #417B5A
Complementary color
Monochromatic Colors of #417B5A
Black with #417B5A
Text Example
Text Example
White with #417B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B5A; }
p { color: rgb(65,123,90); }
H1.HeaderClassName
{
color: #417B5A;
}
.AnyTagClassName
{
color: #417B5A;
}
</style>
background-color css
<style>
a { background-color: #417B5A; }
a { background-color: rgb(65,123,90); }
div.DivClassName
{
background-color: #417B5A;
}
.BgClassName
{
background-color: #417B5A;
}
</style>
border-color css
<style>
span { border-color: #417B5A; }
span { border-color: rgb(65,123,90); }
td.TdClassName
{
border-color: #417B5A;
}
.TagClassName
{
border-color: #417B5A;
}
</style>