Shades of Amazon #417C54
Tints of Amazon #417C54
RGB
CMYK
RGB Variations
Color information
#417C54 (or 0x417C54) is known color: Amazon. HEX triplet: 41, 7C and 54. RGB value is (65,124,84). Sum of RGB (Red+Green+Blue) = 65+124+84=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #417C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C54 is #BE83AB. Grayscale: #656565. Windows color (decimal): -12485548 or 5536833. OLE color: 5536833.
HSL color Cylindrical-coordinate representation of color #417C54: hue angle of 139.32º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C54 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 84 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.51 |
| HSL | 139.32º | 0.31% | 0.37% | - |
| HSV(B) | 139.32º | 0.48% | 0.49% | - |
| XYZ | 10.99 | 16.18 | 10.93 | - |
| YUV | 101.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 84 | 0.48 | 0 | 0.32 | 0.51 | 139.32 | 0.31 | 0.37 |
| Hex | 41 | 7C | 54 | 30 | 0 | 20 | 33 | 8B | 1F | 25 |
| Octal | 101 | 174 | 124 | 60 | 0 | 40 | 63 | 213 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1010100 | 110000 | 0 | 100000 | 110011 | 10001011 | 11111 | 100101 |
Color Harmonies of #417C54
Complementary color
Monochromatic Colors of #417C54
Black with #417C54
Text Example
Text Example
White with #417C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C54; }
p { color: rgb(65,124,84); }
H1.HeaderClassName
{
color: #417C54;
}
.AnyTagClassName
{
color: #417C54;
}
</style>
background-color css
<style>
a { background-color: #417C54; }
a { background-color: rgb(65,124,84); }
div.DivClassName
{
background-color: #417C54;
}
.BgClassName
{
background-color: #417C54;
}
</style>
border-color css
<style>
span { border-color: #417C54; }
span { border-color: rgb(65,124,84); }
td.TdClassName
{
border-color: #417C54;
}
.TagClassName
{
border-color: #417C54;
}
</style>