Shades of Amazon #417D54
Tints of Amazon #417D54
RGB
CMYK
RGB Variations
Color information
#417D54 (or 0x417D54) is known color: Amazon. HEX triplet: 41, 7D and 54. RGB value is (65,125,84). Sum of RGB (Red+Green+Blue) = 65+125+84=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #417D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D54 is #BE82AB. Grayscale: #666666. Windows color (decimal): -12485292 or 5537089. OLE color: 5537089.
HSL color Cylindrical-coordinate representation of color #417D54: hue angle of 139º degrees, saturation: 0.32, 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 #417D54 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 84 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.51 |
| HSL | 139º | 0.32% | 0.37% | - |
| HSV(B) | 139º | 0.48% | 0.49% | - |
| XYZ | 11.11 | 16.43 | 10.97 | - |
| YUV | 102.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 84 | 0.48 | 0 | 0.33 | 0.51 | 139 | 0.32 | 0.37 |
| Hex | 41 | 7D | 54 | 30 | 0 | 21 | 33 | 8B | 20 | 25 |
| Octal | 101 | 175 | 124 | 60 | 0 | 41 | 63 | 213 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1010100 | 110000 | 0 | 100001 | 110011 | 10001011 | 100000 | 100101 |
Color Harmonies of #417D54
Complementary color
Monochromatic Colors of #417D54
Black with #417D54
Text Example
Text Example
White with #417D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D54; }
p { color: rgb(65,125,84); }
H1.HeaderClassName
{
color: #417D54;
}
.AnyTagClassName
{
color: #417D54;
}
</style>
background-color css
<style>
a { background-color: #417D54; }
a { background-color: rgb(65,125,84); }
div.DivClassName
{
background-color: #417D54;
}
.BgClassName
{
background-color: #417D54;
}
</style>
border-color css
<style>
span { border-color: #417D54; }
span { border-color: rgb(65,125,84); }
td.TdClassName
{
border-color: #417D54;
}
.TagClassName
{
border-color: #417D54;
}
</style>