Shades of Amazon #417250
Tints of Amazon #417250
RGB
CMYK
RGB Variations
Color information
#417250 (or 0x417250) is known color: Amazon. HEX triplet: 41, 72 and 50. RGB value is (65,114,80). Sum of RGB (Red+Green+Blue) = 65+114+80=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #417250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417250 is #BE8DAF. Grayscale: #5F5F5F. Windows color (decimal): -12488112 or 5272129. OLE color: 5272129.
HSL color Cylindrical-coordinate representation of color #417250: hue angle of 138.37º 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 #417250 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 80 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.55 |
| HSL | 138.37º | 0.27% | 0.35% | - |
| HSV(B) | 138.37º | 0.43% | 0.45% | - |
| XYZ | 9.65 | 13.74 | 9.73 | - |
| YUV | 95.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 80 | 0.43 | 0 | 0.30 | 0.55 | 138.37 | 0.27 | 0.35 |
| Hex | 41 | 72 | 50 | 2B | 0 | 1E | 37 | 8A | 1B | 23 |
| Octal | 101 | 162 | 120 | 53 | 0 | 36 | 67 | 212 | 33 | 43 |
| Binary | 1000001 | 1110010 | 1010000 | 101011 | 0 | 11110 | 110111 | 10001010 | 11011 | 100011 |
Color Harmonies of #417250
Complementary color
Monochromatic Colors of #417250
Black with #417250
Text Example
Text Example
White with #417250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417250; }
p { color: rgb(65,114,80); }
H1.HeaderClassName
{
color: #417250;
}
.AnyTagClassName
{
color: #417250;
}
</style>
background-color css
<style>
a { background-color: #417250; }
a { background-color: rgb(65,114,80); }
div.DivClassName
{
background-color: #417250;
}
.BgClassName
{
background-color: #417250;
}
</style>
border-color css
<style>
span { border-color: #417250; }
span { border-color: rgb(65,114,80); }
td.TdClassName
{
border-color: #417250;
}
.TagClassName
{
border-color: #417250;
}
</style>