Shades of Amazon #417F54
Tints of Amazon #417F54
RGB
CMYK
RGB Variations
Color information
#417F54 (or 0x417F54) is known color: Amazon. HEX triplet: 41, 7F and 54. RGB value is (65,127,84). Sum of RGB (Red+Green+Blue) = 65+127+84=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #417F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F54 is #BE80AB. Grayscale: #676767. Windows color (decimal): -12484780 or 5537601. OLE color: 5537601.
HSL color Cylindrical-coordinate representation of color #417F54: hue angle of 138.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F54 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 127 | 84 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.50 |
| HSL | 138.39º | 0.32% | 0.38% | - |
| HSV(B) | 138.39º | 0.49% | 0.5% | - |
| XYZ | 11.37 | 16.94 | 11.06 | - |
| YUV | 103.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 84 | 0.49 | 0 | 0.34 | 0.50 | 138.39 | 0.32 | 0.38 |
| Hex | 41 | 7F | 54 | 31 | 0 | 22 | 32 | 8A | 20 | 26 |
| Octal | 101 | 177 | 124 | 61 | 0 | 42 | 62 | 212 | 40 | 46 |
| Binary | 1000001 | 1111111 | 1010100 | 110001 | 0 | 100010 | 110010 | 10001010 | 100000 | 100110 |
Color Harmonies of #417F54
Complementary color
Monochromatic Colors of #417F54
Black with #417F54
Text Example
Text Example
White with #417F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F54; }
p { color: rgb(65,127,84); }
H1.HeaderClassName
{
color: #417F54;
}
.AnyTagClassName
{
color: #417F54;
}
</style>
background-color css
<style>
a { background-color: #417F54; }
a { background-color: rgb(65,127,84); }
div.DivClassName
{
background-color: #417F54;
}
.BgClassName
{
background-color: #417F54;
}
</style>
border-color css
<style>
span { border-color: #417F54; }
span { border-color: rgb(65,127,84); }
td.TdClassName
{
border-color: #417F54;
}
.TagClassName
{
border-color: #417F54;
}
</style>