Shades of Amazon #417B60
Tints of Amazon #417B60
RGB
CMYK
RGB Variations
Color information
#417B60 (or 0x417B60) is known color: Amazon. HEX triplet: 41, 7B and 60. RGB value is (65,123,96). Sum of RGB (Red+Green+Blue) = 65+123+96=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #417B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B60 is #BE849F. Grayscale: #666666. Windows color (decimal): -12485792 or 6323009. OLE color: 6323009.
HSL color Cylindrical-coordinate representation of color #417B60: hue angle of 152.07º 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 #417B60 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 96 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.52 |
| HSL | 152.07º | 0.31% | 0.37% | - |
| HSV(B) | 152.07º | 0.47% | 0.48% | - |
| XYZ | 11.37 | 16.13 | 13.58 | - |
| YUV | 102.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 96 | 0.47 | 0 | 0.22 | 0.52 | 152.07 | 0.31 | 0.37 |
| Hex | 41 | 7B | 60 | 2F | 0 | 16 | 34 | 98 | 1F | 25 |
| Octal | 101 | 173 | 140 | 57 | 0 | 26 | 64 | 230 | 37 | 45 |
| Binary | 1000001 | 1111011 | 1100000 | 101111 | 0 | 10110 | 110100 | 10011000 | 11111 | 100101 |
Color Harmonies of #417B60
Complementary color
Monochromatic Colors of #417B60
Black with #417B60
Text Example
Text Example
White with #417B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B60; }
p { color: rgb(65,123,96); }
H1.HeaderClassName
{
color: #417B60;
}
.AnyTagClassName
{
color: #417B60;
}
</style>
background-color css
<style>
a { background-color: #417B60; }
a { background-color: rgb(65,123,96); }
div.DivClassName
{
background-color: #417B60;
}
.BgClassName
{
background-color: #417B60;
}
</style>
border-color css
<style>
span { border-color: #417B60; }
span { border-color: rgb(65,123,96); }
td.TdClassName
{
border-color: #417B60;
}
.TagClassName
{
border-color: #417B60;
}
</style>