Shades of Amazon #418257
Tints of Amazon #418257
RGB
CMYK
RGB Variations
Color information
#418257 (or 0x418257) is known color: Amazon. HEX triplet: 41, 82 and 57. RGB value is (65,130,87). Sum of RGB (Red+Green+Blue) = 65+130+87=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #418257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418257 is #BE7DA8. Grayscale: #696969. Windows color (decimal): -12484009 or 5734977. OLE color: 5734977.
HSL color Cylindrical-coordinate representation of color #418257: hue angle of 140.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418257 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 87 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.49 |
| HSL | 140.31º | 0.33% | 0.38% | - |
| HSV(B) | 140.31º | 0.5% | 0.51% | - |
| XYZ | 11.88 | 17.78 | 11.82 | - |
| YUV | 105.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 87 | 0.50 | 0 | 0.33 | 0.49 | 140.31 | 0.33 | 0.38 |
| Hex | 41 | 82 | 57 | 32 | 0 | 21 | 31 | 8C | 21 | 26 |
| Octal | 101 | 202 | 127 | 62 | 0 | 41 | 61 | 214 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1010111 | 110010 | 0 | 100001 | 110001 | 10001100 | 100001 | 100110 |
Color Harmonies of #418257
Complementary color
Monochromatic Colors of #418257
Black with #418257
Text Example
Text Example
White with #418257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418257; }
p { color: rgb(65,130,87); }
H1.HeaderClassName
{
color: #418257;
}
.AnyTagClassName
{
color: #418257;
}
</style>
background-color css
<style>
a { background-color: #418257; }
a { background-color: rgb(65,130,87); }
div.DivClassName
{
background-color: #418257;
}
.BgClassName
{
background-color: #418257;
}
</style>
border-color css
<style>
span { border-color: #418257; }
span { border-color: rgb(65,130,87); }
td.TdClassName
{
border-color: #418257;
}
.TagClassName
{
border-color: #418257;
}
</style>