Shades of Amazon #417253
Tints of Amazon #417253
RGB
CMYK
RGB Variations
Color information
#417253 (or 0x417253) is known color: Amazon. HEX triplet: 41, 72 and 53. RGB value is (65,114,83). Sum of RGB (Red+Green+Blue) = 65+114+83=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #417253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417253 is #BE8DAC. Grayscale: #5F5F5F. Windows color (decimal): -12488109 or 5468737. OLE color: 5468737.
HSL color Cylindrical-coordinate representation of color #417253: hue angle of 142.04º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417253 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 83 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.55 |
| HSL | 142.04º | 0.27% | 0.35% | - |
| HSV(B) | 142.04º | 0.43% | 0.45% | - |
| XYZ | 9.76 | 13.78 | 10.33 | - |
| YUV | 95.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 83 | 0.43 | 0 | 0.27 | 0.55 | 142.04 | 0.27 | 0.35 |
| Hex | 41 | 72 | 53 | 2B | 0 | 1B | 37 | 8E | 1B | 23 |
| Octal | 101 | 162 | 123 | 53 | 0 | 33 | 67 | 216 | 33 | 43 |
| Binary | 1000001 | 1110010 | 1010011 | 101011 | 0 | 11011 | 110111 | 10001110 | 11011 | 100011 |
Color Harmonies of #417253
Complementary color
Monochromatic Colors of #417253
Black with #417253
Text Example
Text Example
White with #417253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417253; }
p { color: rgb(65,114,83); }
H1.HeaderClassName
{
color: #417253;
}
.AnyTagClassName
{
color: #417253;
}
</style>
background-color css
<style>
a { background-color: #417253; }
a { background-color: rgb(65,114,83); }
div.DivClassName
{
background-color: #417253;
}
.BgClassName
{
background-color: #417253;
}
</style>
border-color css
<style>
span { border-color: #417253; }
span { border-color: rgb(65,114,83); }
td.TdClassName
{
border-color: #417253;
}
.TagClassName
{
border-color: #417253;
}
</style>