Shades of Amazon #417B5B
Tints of Amazon #417B5B
RGB
CMYK
RGB Variations
Color information
#417B5B (or 0x417B5B) is known color: Amazon. HEX triplet: 41, 7B and 5B. RGB value is (65,123,91). Sum of RGB (Red+Green+Blue) = 65+123+91=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5B is #BE84A4. Grayscale: #666666. Windows color (decimal): -12485797 or 5995329. OLE color: 5995329.
HSL color Cylindrical-coordinate representation of color #417B5B: hue angle of 146.9º 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 #417B5B is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 123 | 91 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.52 |
| HSL | 146.9º | 0.31% | 0.37% | - |
| HSV(B) | 146.9º | 0.47% | 0.48% | - |
| XYZ | 11.15 | 16.05 | 12.41 | - |
| YUV | 102.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 91 | 0.47 | 0 | 0.26 | 0.52 | 146.9 | 0.31 | 0.37 |
| Hex | 41 | 7B | 5B | 2F | 0 | 1A | 34 | 93 | 1F | 25 |
| Octal | 101 | 173 | 133 | 57 | 0 | 32 | 64 | 223 | 37 | 45 |
| Binary | 1000001 | 1111011 | 1011011 | 101111 | 0 | 11010 | 110100 | 10010011 | 11111 | 100101 |
Color Harmonies of #417B5B
Complementary color
Monochromatic Colors of #417B5B
Black with #417B5B
Text Example
Text Example
White with #417B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B5B; }
p { color: rgb(65,123,91); }
H1.HeaderClassName
{
color: #417B5B;
}
.AnyTagClassName
{
color: #417B5B;
}
</style>
background-color css
<style>
a { background-color: #417B5B; }
a { background-color: rgb(65,123,91); }
div.DivClassName
{
background-color: #417B5B;
}
.BgClassName
{
background-color: #417B5B;
}
</style>
border-color css
<style>
span { border-color: #417B5B; }
span { border-color: rgb(65,123,91); }
td.TdClassName
{
border-color: #417B5B;
}
.TagClassName
{
border-color: #417B5B;
}
</style>