Shades of Amazon #418356
Tints of Amazon #418356
RGB
CMYK
RGB Variations
Color information
#418356 (or 0x418356) is known color: Amazon. HEX triplet: 41, 83 and 56. RGB value is (65,131,86). Sum of RGB (Red+Green+Blue) = 65+131+86=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #418356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418356 is #BE7CA9. Grayscale: #6A6A6A. Windows color (decimal): -12483754 or 5669697. OLE color: 5669697.
HSL color Cylindrical-coordinate representation of color #418356: hue angle of 139.09º degrees, saturation: 0.34, 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 #418356 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 86 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.49 |
| HSL | 139.09º | 0.34% | 0.38% | - |
| HSV(B) | 139.09º | 0.5% | 0.51% | - |
| XYZ | 11.98 | 18.03 | 11.65 | - |
| YUV | 106.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 86 | 0.50 | 0 | 0.34 | 0.49 | 139.09 | 0.34 | 0.38 |
| Hex | 41 | 83 | 56 | 32 | 0 | 22 | 31 | 8B | 22 | 26 |
| Octal | 101 | 203 | 126 | 62 | 0 | 42 | 61 | 213 | 42 | 46 |
| Binary | 1000001 | 10000011 | 1010110 | 110010 | 0 | 100010 | 110001 | 10001011 | 100010 | 100110 |
Color Harmonies of #418356
Complementary color
Monochromatic Colors of #418356
Black with #418356
Text Example
Text Example
White with #418356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418356; }
p { color: rgb(65,131,86); }
H1.HeaderClassName
{
color: #418356;
}
.AnyTagClassName
{
color: #418356;
}
</style>
background-color css
<style>
a { background-color: #418356; }
a { background-color: rgb(65,131,86); }
div.DivClassName
{
background-color: #418356;
}
.BgClassName
{
background-color: #418356;
}
</style>
border-color css
<style>
span { border-color: #418356; }
span { border-color: rgb(65,131,86); }
td.TdClassName
{
border-color: #418356;
}
.TagClassName
{
border-color: #418356;
}
</style>